1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00
Files
niveum/dot/terminal.nix

27 lines
723 B
Nix
Raw Normal View History

2018-09-11 18:16:33 +02:00
with import ../theme.nix;
''
[Configuration]
BackgroundDarkness=0.9
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
ColorBackground=${veryDark}
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
MiscBordersDefault=FALSE
2018-09-11 18:16:33 +02:00
MiscConfirmClose=FALSE
MiscCursorBlinks=TRUE
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
MiscHighlightUrls=TRUE
MiscMenubarDefault=FALSE
2018-09-11 18:16:33 +02:00
MiscMiddleClickOpensUri=TRUE
MiscMouseAutohide=FALSE
2018-09-11 18:16:33 +02:00
MiscMouseWheelZoom=TRUE
MiscRewrapOnResize=TRUE
MiscToolbarDefault=FALSE
ScrollingBar=TERMINAL_SCROLLBAR_NONE
2018-09-11 18:16:33 +02:00
TitleMode=TERMINAL_TITLE_HIDE
''