nix

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

config (1081B)


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