dotfiles

Config files for various applications.
git clone git://git.stephanospavlou.info/dotfiles.git
Log | Files | Refs

alacritty.toml (592B)


      1 live_config_reload = true
      2 
      3 [window.dimensions]
      4 columns = 80
      5 lines = 20
      6 
      7 [font]
      8 size = 9.0
      9 
     10 # Default colors
     11 [colors.primary]
     12 background = '#ffffff'
     13 foreground = '#1b1f24'
     14 
     15 # Cursor colors
     16 [colors.cursor]
     17 text = '#ffffff'
     18 cursor = '#24292f'
     19 
     20 # Normal colors
     21 [colors.normal]
     22 black = '#24292f'
     23 red = '#cf222e'
     24 green = '#0550ae'
     25 yellow = '#4d2d00'
     26 blue = '#0969da'
     27 magenta = '#8250df'
     28 cyan = '#1b7c83'
     29 white = '#6e7781'
     30 
     31 # Bright colors
     32 [colors.bright]
     33 black = '#57606a'
     34 red = '#a40e26'
     35 green = '#0969da'
     36 yellow = '#633c01'
     37 blue = '#218bff'
     38 magenta = '#8250df'
     39 cyan = '#1b7c83'
     40 white = '#6e7781'