alacritty updates for themes

This commit is contained in:
Nemo 2021-06-08 19:52:39 +05:30
parent ce0661556f
commit 9a436039d0
2 changed files with 14 additions and 14 deletions

@ -1 +1 @@
Subproject commit 025688c7158eb8a3421cb2b3612e77915dce8c2a Subproject commit 5166b25c65545333de29763efe8c2b62ba37ed6a

View File

@ -1,38 +1,38 @@
# Append to bottom of this file # Append to bottom of this file
schemes: schemes:
solarized_light: &light solarized_light: &light
# COLORSCHEME: base16-solarized-dark.yml # COLORSCHEME: base16-solarized-light.yml
# Default colors # Default colors
primary: primary:
background: '0x002b36' background: '0xfdf6e3'
foreground: '0x93a1a1' foreground: '0x586e75'
# Colors the cursor will use if `custom_cursor_colors` is true # Colors the cursor will use if `custom_cursor_colors` is true
cursor: cursor:
text: '0x002b36' text: '0xfdf6e3'
cursor: '0x93a1a1' cursor: '0x586e75'
# Normal colors # Normal colors
normal: normal:
black: '0x002b36' black: '0xfdf6e3'
red: '0xdc322f' red: '0xdc322f'
green: '0x859900' green: '0x859900'
yellow: '0xb58900' yellow: '0xb58900'
blue: '0x268bd2' blue: '0x268bd2'
magenta: '0x6c71c4' magenta: '0x6c71c4'
cyan: '0x2aa198' cyan: '0x2aa198'
white: '0x93a1a1' white: '0x586e75'
# Bright colors # Bright colors
bright: bright:
black: '0x657b83' black: '0x839496'
red: '0xcb4b16' red: '0xcb4b16'
green: '0x073642' green: '0xeee8d5'
yellow: '0x586e75' yellow: '0x93a1a1'
blue: '0x839496' blue: '0x657b83'
magenta: '0xeee8d5' magenta: '0x073642'
cyan: '0xd33682' cyan: '0xd33682'
white: '0xfdf6e3' white: '0x002b36'
colors: *light colors: *light
live_config_reload: true live_config_reload: true