update colours
This commit is contained in:
parent
f43d431dfb
commit
ddd7a50524
113
alacritty.yml
113
alacritty.yml
|
@ -384,37 +384,100 @@ key_bindings:
|
||||||
- { key: F11, mods: Super, chars: "\x1b[23;3~" }
|
- { key: F11, mods: Super, chars: "\x1b[23;3~" }
|
||||||
- { key: F12, mods: Super, chars: "\x1b[24;3~" }
|
- { key: F12, mods: Super, chars: "\x1b[24;3~" }
|
||||||
|
|
||||||
# Colors (Gruvbox dark)
|
# # Colors (Gruvbox dark)
|
||||||
|
# colors:
|
||||||
|
# # Default colors
|
||||||
|
# primary:
|
||||||
|
# # background: '0x1f1f1f'
|
||||||
|
# foreground: '0x8a8a8a'
|
||||||
|
#
|
||||||
|
# # primary:
|
||||||
|
# # # hard contrast: background = '#1d2021'
|
||||||
|
# background: '#282828'
|
||||||
|
# # # soft contrast: background = '#32302f'
|
||||||
|
# # foreground: '#ebdbb2'
|
||||||
|
#
|
||||||
|
# # Normal colors
|
||||||
|
# normal:
|
||||||
|
# black: '#282828' # 0
|
||||||
|
# red: '#cc241d' # 1
|
||||||
|
# green: '#98971a' # 2
|
||||||
|
# yellow: '#d79921' # 3
|
||||||
|
# blue: '#458588' # 4
|
||||||
|
# magenta: '#b16286' # 5
|
||||||
|
# cyan: '#689d6a' # 6
|
||||||
|
# white: '#a89984' # 7
|
||||||
|
#
|
||||||
|
# # Bright colors
|
||||||
|
# bright:
|
||||||
|
# black: '#928374' # 8
|
||||||
|
# red: '#fb4934' # 9
|
||||||
|
# green: '#b8bb26' # 10
|
||||||
|
# yellow: '#fabd2f' # 11
|
||||||
|
# blue: '#83a598' # 12
|
||||||
|
# magenta: '#d3869b' # 13
|
||||||
|
# cyan: '#8ec07c' # 14
|
||||||
|
# white: '#ebdbb2' # 15
|
||||||
|
# # Argonaut
|
||||||
|
# colors:
|
||||||
|
# # Default colors
|
||||||
|
# primary:
|
||||||
|
# # background: '#292C3E'
|
||||||
|
# background: '#282828'
|
||||||
|
# foreground: '#EBEBEB'
|
||||||
|
#
|
||||||
|
# # Cursor colors
|
||||||
|
# cursor:
|
||||||
|
# text: '#FF261E'
|
||||||
|
# cursor: '#FF261E'
|
||||||
|
#
|
||||||
|
# # Normal colors
|
||||||
|
# normal:
|
||||||
|
# black: '#0d0d0d'
|
||||||
|
# red: '#FF301B'
|
||||||
|
# green: '#A0E521'
|
||||||
|
# yellow: '#FFC620'
|
||||||
|
# blue: '#1BA6FA'
|
||||||
|
# magenta: '#8763B8'
|
||||||
|
# cyan: '#21DEEF'
|
||||||
|
# white: '#EBEBEB'
|
||||||
|
#
|
||||||
|
# # Bright colors
|
||||||
|
# bright:
|
||||||
|
# black: '#6D7070'
|
||||||
|
# red: '#FF4352'
|
||||||
|
# green: '#B8E466'
|
||||||
|
# yellow: '#FFD750'
|
||||||
|
# blue: '#1BA6FA'
|
||||||
|
# magenta: '#A578EA'
|
||||||
|
# cyan: '#73FBF1'
|
||||||
|
# white: '#FEFEF8'
|
||||||
|
# Hybrid
|
||||||
|
# Colors (Hybrid)
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
# background: '0x1f1f1f'
|
background: '#27292c'
|
||||||
foreground: '0x8a8a8a'
|
foreground: '#d0d2d1'
|
||||||
|
|
||||||
# primary:
|
|
||||||
# # hard contrast: background = '#1d2021'
|
|
||||||
background: '#282828'
|
|
||||||
# # soft contrast: background = '#32302f'
|
|
||||||
# foreground: '#ebdbb2'
|
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '#282828' # 0
|
black: '#35383b'
|
||||||
red: '#cc241d' # 1
|
red: '#b05655'
|
||||||
green: '#98971a' # 2
|
green: '#769972'
|
||||||
yellow: '#d79921' # 3
|
yellow: '#e1a574'
|
||||||
blue: '#458588' # 4
|
blue: '#7693ac'
|
||||||
magenta: '#b16286' # 5
|
magenta: '#977ba0'
|
||||||
cyan: '#689d6a' # 6
|
cyan: '#749e99'
|
||||||
white: '#a89984' # 7
|
white: '#848b92'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '#928374' # 8
|
black: '#484c52'
|
||||||
red: '#fb4934' # 9
|
red: '#d27c7b'
|
||||||
green: '#b8bb26' # 10
|
green: '#dffebe'
|
||||||
yellow: '#fabd2f' # 11
|
yellow: '#f0d189'
|
||||||
blue: '#83a598' # 12
|
blue: '#96b1c9'
|
||||||
magenta: '#d3869b' # 13
|
magenta: '#bfa5c7'
|
||||||
cyan: '#8ec07c' # 14
|
cyan: '#9fc9c3'
|
||||||
white: '#ebdbb2' # 15
|
white: '#fcf7e2'
|
||||||
|
|
Loading…
Reference in New Issue