d0tfiles

*nix dotfiles for arch linux setup
Log | Files | Refs | README | LICENSE

config (1367B)


      1 [options]
      2 allow_bold = true
      3 #audible_bell = false
      4 #bold_is_bright = true
      5 #cell_height_scale = 1.0
      6 #cell_width_scale = 1.0
      7 clickable_url = true
      8 dynamic_title = true
      9 font = Iosevka Custom 9
     10 #fullscreen = true
     11 #icon_name = terminal
     12 #mouse_autohide = false
     13 #scroll_on_output = false
     14 #scroll_on_keystroke = true
     15 # Length of the scrollback buffer, 0 disabled the scrollback buffer
     16 # and setting it to a negative value means "infinite scrollback"
     17 scrollback_lines = 10000
     18 #search_wrap = true
     19 #urgent_on_bell = true
     20 #hyperlinks = false
     21 
     22 # $BROWSER is used by default if set, with xdg-open as a fallback
     23 browser = xdg-open
     24 
     25 # "system", "on" or "off"
     26 cursor_blink = system
     27 
     28 # "block", "underline" or "ibeam"
     29 cursor_shape = block
     30 
     31 # Hide links that are no longer valid in url select overlay mode
     32 #filter_unmatched_urls = true
     33 
     34 # Emit escape sequences for extra modified keys
     35 #modify_other_keys = false
     36 
     37 # set size hints for the window
     38 #size_hints = false
     39 
     40 # "off", "left" or "right"
     41 #scrollbar = off
     42 
     43 #===============================================================
     44 
     45 [colors]
     46 
     47 foreground=#665c64
     48 background=#121212
     49 cursor=#FFA500
     50 
     51 color0=#2b3135
     52 color1=#8fa1b3
     53 color2=#EC1850
     54 color3=#4f5b66
     55 color4=#607a86
     56 color5=#80757e
     57 color6=#B19CD9
     58 color7=#deded6
     59 
     60 color8=#4c5356
     61 color9=#8fa1b3
     62 color10=#EC1850
     63 color11=#4f5b66
     64 color12=#607a86
     65 color13=#80757e
     66 color14=#B19CD9
     67 color15=#deded6