regexghost-dotfiles

My dotfiles and scripts
git clone git@git.regexghost.com/regexghost-dotfiles.git
Log | Files | Refs | README

COLOURSCHEME_SUBSTITUTION_jmbi_alacritty.toml (1234B)


      1 # jmbi
      2 [colors.cursor]
      3 cursor = "CellForeground"
      4 text = "CellBackground"
      5 
      6 [colors.footer_bar]
      7 background = "#282a36"
      8 foreground = "#f8f8f1"
      9 
     10 [colors.hints.end]
     11 background = "#282a36"
     12 foreground = "#f1fa8c"
     13 
     14 [colors.hints.start]
     15 background = "#f1fa8c"
     16 foreground = "#22212d"
     17 
     18 [colors.line_indicator]
     19 background = "None"
     20 foreground = "None"
     21 
     22 # Colors (Gruvbox dark)
     23 
     24 # Default colors
     25 [colors.primary]
     26 # hard contrast background = = '#1d2021'
     27 background = '#1e1e1e'
     28 # soft contrast background = = '#32302f'
     29 foreground = '#efe2e0'
     30 
     31 # Normal colors
     32 [colors.normal]
     33 black   = '#5a7260'
     34 red     = '#8f423c'
     35 green   = '#bbbb88'
     36 yellow  = '#f9d25b'
     37 blue    = '#e0ba69'
     38 magenta = '#709289'
     39 cyan    = '#c25431'
     40 white   = '#efe2e0'
     41 
     42 # Bright colors
     43 [colors.bright]
     44 black   = '#5a7260'
     45 red     = '#8f423c'
     46 green   = '#bbbb88'
     47 yellow  = '#f9d25b'
     48 blue    = '#e0ba69'
     49 magenta = '#709289'
     50 cyan    = '#c25431'
     51 white   = '#efe2e0'
     52 
     53 [colors.search.focused_match]
     54 background = "#ffb86c"
     55 foreground = "#44475a"
     56 
     57 [colors.search.matches]
     58 background = "#50fa7b"
     59 foreground = "#44475a"
     60 
     61 [colors.selection]
     62 background = "#44475a"
     63 text = "CellForeground"
     64 
     65 [colors.vi_mode_cursor]
     66 cursor = "CellForeground"
     67 text = "CellBackground"
     68 
     69 [cursor.style]
     70 shape = "Beam"