[Alacritty] Modus Operandi colors
This commit is contained in:
parent
95ffed08cf
commit
16c7d6fb76
1 changed files with 50 additions and 18 deletions
|
@ -173,35 +173,67 @@ font:
|
||||||
# If `true`, bold text is drawn using the bright color variants.
|
# If `true`, bold text is drawn using the bright color variants.
|
||||||
#draw_bold_text_with_bright_colors: false
|
#draw_bold_text_with_bright_colors: false
|
||||||
|
|
||||||
|
# Gruvbox Dark
|
||||||
|
# colors:
|
||||||
|
# # Default colors
|
||||||
|
# primary:
|
||||||
|
# # hard contrast: background = '#1d2021'
|
||||||
|
# background: '#282828'
|
||||||
|
# # soft contrast: background = '#32302f'
|
||||||
|
# foreground: '#ebdbb2'
|
||||||
|
#
|
||||||
|
# # Normal colors
|
||||||
|
# normal:
|
||||||
|
# black: '#282828'
|
||||||
|
# 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'
|
||||||
|
|
||||||
|
# Modus Operandi
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
# hard contrast: background = '#1d2021'
|
# hard contrast: background = '#1d2021'
|
||||||
background: '#282828'
|
background: '#ffffff'
|
||||||
# soft contrast: background = '#32302f'
|
# soft contrast: background = '#32302f'
|
||||||
foreground: '#ebdbb2'
|
foreground: '#000000'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '#282828'
|
black: '#000000'
|
||||||
red: '#cc241d'
|
red: '#a60000'
|
||||||
green: '#98971a'
|
green: '#005e00'
|
||||||
yellow: '#d79921'
|
yellow: '#813e00'
|
||||||
blue: '#458588'
|
blue: '#0031a9'
|
||||||
magenta: '#b16286'
|
magenta: '#721045'
|
||||||
cyan: '#689d6a'
|
cyan: '#00538b'
|
||||||
white: '#a89984'
|
white: '#ffffff'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '#928374'
|
black: '#282828'
|
||||||
red: '#fb4934'
|
red: '#7f1010'
|
||||||
green: '#b8bb26'
|
green: '#104410'
|
||||||
yellow: '#fabd2f'
|
yellow: '#5f4400'
|
||||||
blue: '#83a598'
|
blue: '#003497'
|
||||||
magenta: '#d3869b'
|
magenta: '#752f50'
|
||||||
cyan: '#8ec07c'
|
cyan: '#005007'
|
||||||
white: '#ebdbb2'
|
white: '#f8f8f8'
|
||||||
|
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue