use gruvbox as default

This commit is contained in:
rayelliott 2020-07-21 22:59:00 +01:00
父節點 735e02a50c
當前提交 7aeba7cb4c
共有 1 個檔案被更改,包括 66 行新增32 行删除

查看文件

@ -97,38 +97,38 @@ font:
custom_cursor_colors: true
# Colors (Tomorrow Night Bright)
colors:
# Default colors
primary:
background: '0x1f1f1f'
foreground: '0x6a6a6a'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x1f1f1f'
cursor: '0xea7607'
# Normal colors
normal:
black: '0x3d3131'
red: '0xa60000'
green: '0xd6651a'
yellow: '0xd6cd36'
blue: '0x823302'
magenta: '0xc97f10'
cyan: '0xc9a119'
white: '0x715c5c'
# Bright colors
bright:
black: '0x544343'
red: '0xcc0000'
green: '0xf2731e'
yellow: '0xfff448'
blue: '0xa03f02'
magenta: '0xf3950a'
cyan: '0xf4c31e'
white: '0xeed793'
# colors:
# # Default colors
# primary:
# background: '0x1f1f1f'
# foreground: '0x6a6a6a'
#
# # Colors the cursor will use if `custom_cursor_colors` is true
# cursor:
# text: '0x1f1f1f'
# cursor: '0xea7607'
#
# # Normal colors
# normal:
# black: '0x3d3131'
# red: '0xa60000'
# green: '0xd6651a'
# yellow: '0xd6cd36'
# blue: '0x823302'
# magenta: '0xc97f10'
# cyan: '0xc9a119'
# white: '0x715c5c'
#
# # Bright colors
# bright:
# black: '0x544343'
# red: '0xcc0000'
# green: '0xf2731e'
# yellow: '0xfff448'
# blue: '0xa03f02'
# magenta: '0xf3950a'
# cyan: '0xf4c31e'
# white: '0xeed793'
# Dim colors (Optional)
# dim:
@ -384,3 +384,37 @@ key_bindings:
- { key: F11, mods: Super, chars: "\x1b[23;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'