nix

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

config.ghostty (1069B)


      1 window-decoration = none
      2 
      3 scrollback-limit = 10000
      4 mouse-hide-while-typing = true
      5 
      6 font-family = "Codelia"
      7 font-size = 12
      8 
      9 font-synthetic-style = no-bold,no-italic,no-bold-italic
     10 
     11 cursor-style = block
     12 cursor-style-blink = false
     13 shell-integration-features = no-cursor
     14 
     15 selection-background = #1d3b2e
     16 selection-foreground = #d6deeb
     17 
     18 background = #0d1612
     19 foreground = #d6deeb
     20 
     21 cursor-color = #9ec9d6
     22 cursor-text  = #0d1612
     23 
     24 palette = 0=#0d1612
     25 palette = 1=#ef5350
     26 palette = 2=#22da6e
     27 palette = 3=#addb67
     28 palette = 4=#7fdbca
     29 palette = 5=#c792ea
     30 palette = 6=#21c7a8
     31 palette = 7=#d6deeb
     32 palette = 8=#637777
     33 palette = 9=#ef5350
     34 palette = 10=#22da6e
     35 palette = 11=#ffeb95
     36 palette = 12=#7fdbca
     37 palette = 13=#c792ea
     38 palette = 14=#7fdbca
     39 palette = 15=#ffffff
     40 
     41 keybind = ctrl+shift+c=copy_to_clipboard
     42 keybind = ctrl+shift+v=paste_from_clipboard
     43 keybind = shift+insert=paste_from_selection
     44 keybind = ctrl+plus=increase_font_size:1
     45 keybind = ctrl+equal=increase_font_size:1
     46 keybind = ctrl+minus=decrease_font_size:1
     47 keybind = ctrl+0=reset_font_size
     48 keybind = ctrl+shift+n=new_window