use gruvbox as default

This commit is contained in:
rayelliott 2020-07-21 22:59:00 +01:00
parent 735e02a50c
commit 7aeba7cb4c
1 changed files with 66 additions and 32 deletions

View File

@ -97,38 +97,38 @@ font:
custom_cursor_colors: true custom_cursor_colors: true
# Colors (Tomorrow Night Bright) # Colors (Tomorrow Night Bright)
colors: # colors:
# Default colors # # Default colors
primary: # primary:
background: '0x1f1f1f' # background: '0x1f1f1f'
foreground: '0x6a6a6a' # foreground: '0x6a6a6a'
#
# 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: '0x1f1f1f' # text: '0x1f1f1f'
cursor: '0xea7607' # cursor: '0xea7607'
#
# Normal colors # # Normal colors
normal: # normal:
black: '0x3d3131' # black: '0x3d3131'
red: '0xa60000' # red: '0xa60000'
green: '0xd6651a' # green: '0xd6651a'
yellow: '0xd6cd36' # yellow: '0xd6cd36'
blue: '0x823302' # blue: '0x823302'
magenta: '0xc97f10' # magenta: '0xc97f10'
cyan: '0xc9a119' # cyan: '0xc9a119'
white: '0x715c5c' # white: '0x715c5c'
#
# Bright colors # # Bright colors
bright: # bright:
black: '0x544343' # black: '0x544343'
red: '0xcc0000' # red: '0xcc0000'
green: '0xf2731e' # green: '0xf2731e'
yellow: '0xfff448' # yellow: '0xfff448'
blue: '0xa03f02' # blue: '0xa03f02'
magenta: '0xf3950a' # magenta: '0xf3950a'
cyan: '0xf4c31e' # cyan: '0xf4c31e'
white: '0xeed793' # white: '0xeed793'
# Dim colors (Optional) # Dim colors (Optional)
# dim: # dim:
@ -384,3 +384,37 @@ 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:
# Default colors
primary:
# background: '0x1f1f1f'
foreground: '0x6a6a6a'
# 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'