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

28 lines
899 B
Nix
Raw Normal View History

2018-09-11 18:16:33 +02:00
{ defaultApplications }:
with import ../theme.nix;
''
[Configuration]
BackgroundDarkness=0.95
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
ColorBackground=${veryDark}
ColorCursor=${light}
ColorForeground=${light}
ColorPalette=${dark};${red.dark};${green.dark};${yellow.dark};${blue.dark};${magenta.dark};${cyan.dark};${light};${dark};${red.light};${green.light};${yellow.light};${blue.light};${magenta.light};${cyan.light};${light}
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
''