diff options
author | Joe <rrbo@proton.me> | 2023-02-24 11:12:51 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-24 11:12:51 +0100 |
commit | e8ee79475c6e436ba5e4dfaea6935f8cb1d6bc60 (patch) | |
tree | 43aacb6dc737e11e422a0633d7d9873250a81674 /.config/alacritty | |
parent | up (diff) | |
download | dotfiles-bsd-e8ee79475c6e436ba5e4dfaea6935f8cb1d6bc60.tar.gz dotfiles-bsd-e8ee79475c6e436ba5e4dfaea6935f8cb1d6bc60.tar.bz2 dotfiles-bsd-e8ee79475c6e436ba5e4dfaea6935f8cb1d6bc60.tar.xz dotfiles-bsd-e8ee79475c6e436ba5e4dfaea6935f8cb1d6bc60.tar.zst dotfiles-bsd-e8ee79475c6e436ba5e4dfaea6935f8cb1d6bc60.zip |
up
Diffstat (limited to '.config/alacritty')
-rw-r--r-- | .config/alacritty/alacritty.yml | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 832c729..c9bea3c 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -186,14 +186,14 @@ draw_bold_text_with_bright_colors: false # Colors (Tomorrow Night Bright) colors: # Default colors - #primary: - # background: '#1d2021' - # foreground: '#ebdbb2' + primary: + background: '#1d2021' + foreground: '#ebdbb2' # ED style - primary: - background: '#150C02' - foreground: '#fd9e22' + #primary: + # background: '#150C02' + # foreground: '#fd9e22' # Bright and dim foreground colors # @@ -207,14 +207,14 @@ colors: # # Colors which should be used to draw the terminal cursor. If these are unset, # the cursor color will be the inverse of the cell color. - # cursor: - # text: '#000000' - # cursor: '#d79921' - - # ED style cursor: text: '#000000' - cursor: '#fd9e22' + cursor: '#d79921' + + # ED style + #cursor: + # text: '#000000' + # cursor: '#fd9e22' # Selection colors # @@ -226,48 +226,48 @@ colors: # background: '#404040' # Normal colors - # normal: - # black: '#32302f' - # red: '#cc241d' - # green: '#98971a' - # yellow: '#d79921' - # blue: '#458588' - # magenta: '#b16286' - # cyan: '#689d6a' - # white: '#a89984' - - # # Bright colors - # bright: - # black: '#928374' - # red: '#fb4934' - # green: '#b8bb26' - # yellow: '#fabd2f' - # blue: '#83a598' - # magenta: '#d3869b' - # cyan: '#8ec07c' - # white: '#ebdbb2' - - # ED style normal: - black: '#391b05' - red: '#FF5712' - green: '#CBA41E' - yellow: '#FDD024' - blue: '#B07521' - magenta: '#FC5521' - cyan: '#CEA425' - white: '#FDAE26' + black: '#32302f' + red: '#cc241d' + green: '#98971a' + yellow: '#d79921' + blue: '#458588' + magenta: '#b16286' + cyan: '#689d6a' + white: '#a89984' # Bright colors bright: - black: '#BD6616' - red: '#FF7918' - green: '#FFD928' - yellow: '#FAEA21' - blue: '#FDBE2D' - magenta: '#FC8E2A' - cyan: '#FAD82C' - white: '#FFE231' + black: '#928374' + red: '#fb4934' + green: '#b8bb26' + yellow: '#fabd2f' + blue: '#83a598' + magenta: '#d3869b' + cyan: '#8ec07c' + white: '#ebdbb2' + + # ED style + #normal: + # black: '#391b05' + # red: '#FF5712' + # green: '#CBA41E' + # yellow: '#FDD024' + # blue: '#B07521' + # magenta: '#FC5521' + # cyan: '#CEA425' + # white: '#FDAE26' + + ## Bright colors + #bright: + # black: '#BD6616' + # red: '#FF7918' + # green: '#FFD928' + # yellow: '#FAEA21' + # blue: '#FDBE2D' + # magenta: '#FC8E2A' + # cyan: '#FAD82C' + # white: '#FFE231' # Dim colors # |