2018-09-11 18:16:33 +02:00
|
|
|
with import ../theme.nix;
|
|
|
|
|
''
|
|
|
|
|
[Configuration]
|
2018-09-13 22:48:38 +02:00
|
|
|
BackgroundDarkness=0.9
|
2018-09-12 00:04:55 +02:00
|
|
|
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
|
|
|
|
|
ColorBackground=${veryDark}
|
2018-09-13 22:48:38 +02:00
|
|
|
ColorCursor=${gray.light}
|
|
|
|
|
ColorForeground=${gray.light}
|
|
|
|
|
ColorPalette=${builtins.concatStringsSep ";" colorPalette}
|
2018-09-11 18:16:33 +02:00
|
|
|
FontName=${terminalFont.regular.name} ${toString terminalFont.size}
|
|
|
|
|
MiscAlwaysShowTabs=FALSE
|
|
|
|
|
MiscBell=TRUE
|
2018-09-12 00:04:55 +02:00
|
|
|
MiscBordersDefault=FALSE
|
2018-09-11 18:16:33 +02:00
|
|
|
MiscConfirmClose=FALSE
|
|
|
|
|
MiscCursorBlinks=TRUE
|
|
|
|
|
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
|
2018-09-12 00:04:55 +02:00
|
|
|
MiscHighlightUrls=TRUE
|
|
|
|
|
MiscMenubarDefault=FALSE
|
2018-09-11 18:16:33 +02:00
|
|
|
MiscMiddleClickOpensUri=TRUE
|
2018-09-12 00:04:55 +02:00
|
|
|
MiscMouseAutohide=FALSE
|
2018-09-11 18:16:33 +02:00
|
|
|
MiscMouseWheelZoom=TRUE
|
|
|
|
|
MiscRewrapOnResize=TRUE
|
2018-09-12 00:04:55 +02:00
|
|
|
MiscToolbarDefault=FALSE
|
|
|
|
|
ScrollingBar=TERMINAL_SCROLLBAR_NONE
|
2018-09-11 18:16:33 +02:00
|
|
|
TitleMode=TERMINAL_TITLE_HIDE
|
|
|
|
|
''
|