nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

config (1102B)


      1 window-decoration = false
      2 
      3 scrollback-limit = 10000
      4 mouse-hide-while-typing = true
      5 
      6 font-family = "UW ttyp0"
      7 font-size = 14
      8 font-style-bold = no-bold
      9 font-style-bold-italic = no-bold-italic
     10 
     11 cursor-style = block
     12 cursor-style-blink = false
     13 cursor-color = #fd3333
     14 cursor-text = #15050f
     15 shell-integration-features = no-cursor
     16 
     17 background = #000000
     18 foreground = #ffffff
     19 
     20 selection-background = #50447f
     21 selection-foreground = #ffffff
     22 
     23 cursor-color = #ccaaee
     24 
     25 palette = 0=#332d38
     26 palette = 1=#eca28f
     27 palette = 2=#b9d0aa
     28 palette = 3=#c0b080
     29 palette = 4=#9fbfe7
     30 palette = 5=#e9acbf
     31 palette = 6=#a0c0d0
     32 palette = 7=#ffffff
     33 palette = 8=#332d38
     34 palette = 9=#eca28f
     35 palette = 10=#b9d0aa
     36 palette = 11=#c0b080
     37 palette = 12=#9fbfe7
     38 palette = 13=#e9acbf
     39 palette = 14=#a0c0d0
     40 palette = 15=#ffffff
     41 
     42 keybind = ctrl+shift+c=copy_to_clipboard
     43 keybind = ctrl+shift+v=paste_from_clipboard
     44 keybind = shift+insert=paste_from_selection
     45 keybind = ctrl+plus=increase_font_size:1
     46 keybind = ctrl+equal=increase_font_size:1
     47 keybind = ctrl+minus=decrease_font_size:1
     48 keybind = ctrl+0=reset_font_size
     49 keybind = ctrl+shift+n=new_window