diff options
author | Joe <rrbo@proton.me> | 2023-02-24 10:40:58 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-24 10:40:58 +0100 |
commit | c7e69ebc3ee3517103a5c348a6df55dbe133a70d (patch) | |
tree | ed2c55b6a9b769973700c57cbac5cbebd4e6c56c /.config/alacritty | |
parent | up (diff) | |
download | dotfiles-bsd-c7e69ebc3ee3517103a5c348a6df55dbe133a70d.tar.gz dotfiles-bsd-c7e69ebc3ee3517103a5c348a6df55dbe133a70d.tar.bz2 dotfiles-bsd-c7e69ebc3ee3517103a5c348a6df55dbe133a70d.tar.xz dotfiles-bsd-c7e69ebc3ee3517103a5c348a6df55dbe133a70d.tar.zst dotfiles-bsd-c7e69ebc3ee3517103a5c348a6df55dbe133a70d.zip |
up
Diffstat (limited to '.config/alacritty')
-rw-r--r-- | .config/alacritty/alacritty.yml | 72 |
1 files changed, 52 insertions, 20 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index a75258f..832c729 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -186,9 +186,14 @@ draw_bold_text_with_bright_colors: false # Colors (Tomorrow Night Bright) colors: # Default colors + #primary: + # background: '#1d2021' + # foreground: '#ebdbb2' + + # ED style primary: - background: '#1d2021' - foreground: '#ebdbb2' + background: '#150C02' + foreground: '#fd9e22' # Bright and dim foreground colors # @@ -202,9 +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: '#d79921' + cursor: '#fd9e22' # Selection colors # @@ -216,26 +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: '#32302f' - red: '#cc241d' - green: '#98971a' - yellow: '#d79921' - blue: '#458588' - magenta: '#b16286' - cyan: '#689d6a' - white: '#a89984' + black: '#391b05' + red: '#FF5712' + green: '#CBA41E' + yellow: '#FDD024' + blue: '#B07521' + magenta: '#FC5521' + cyan: '#CEA425' + white: '#FDAE26' # Bright colors bright: - black: '#928374' - red: '#fb4934' - green: '#b8bb26' - yellow: '#fabd2f' - blue: '#83a598' - magenta: '#d3869b' - cyan: '#8ec07c' - white: '#ebdbb2' + black: '#BD6616' + red: '#FF7918' + green: '#FFD928' + yellow: '#FAEA21' + blue: '#FDBE2D' + magenta: '#FC8E2A' + cyan: '#FAD82C' + white: '#FFE231' # Dim colors # @@ -310,7 +342,7 @@ cursor: unfocused_hollow: true # Live config reload (changes require restart) -live_config_reload: false +live_config_reload: true # Shell # |