add paper color theme
This commit is contained in:
parent
38237f8862
commit
3850dbe633
|
@ -97,35 +97,68 @@ font:
|
||||||
custom_cursor_colors: false
|
custom_cursor_colors: false
|
||||||
|
|
||||||
# Colors (Gruvbox light)
|
# Colors (Gruvbox light)
|
||||||
|
# colors:
|
||||||
|
# # Default colors
|
||||||
|
# primary:
|
||||||
|
# # hard contrast: background = '#f9f5d7'
|
||||||
|
# background: '#fbf1c7'
|
||||||
|
# # soft contrast: background = '#f2e5bc'
|
||||||
|
# foreground: '#3c3836'
|
||||||
|
#
|
||||||
|
# # Normal colors
|
||||||
|
# normal:
|
||||||
|
# black: '#fbf1c7'
|
||||||
|
# red: '#cc241d'
|
||||||
|
# green: '#98971a'
|
||||||
|
# yellow: '#d79921'
|
||||||
|
# blue: '#458588'
|
||||||
|
# magenta: '#b16286'
|
||||||
|
# cyan: '#689d6a'
|
||||||
|
# white: '#7c6f64'
|
||||||
|
#
|
||||||
|
# # Bright colors
|
||||||
|
# bright:
|
||||||
|
# black: '#928374'
|
||||||
|
# red: '#9d0006'
|
||||||
|
# green: '#79740e'
|
||||||
|
# yellow: '#b57614'
|
||||||
|
# blue: '#076678'
|
||||||
|
# magenta: '#8f3f71'
|
||||||
|
# cyan: '#427b58'
|
||||||
|
# white: '#3c3836'
|
||||||
|
|
||||||
|
# Colors (PaperColor - Light)
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
# hard contrast: background = '#f9f5d7'
|
background: '0xeeeeee'
|
||||||
background: '#fbf1c7'
|
foreground: '0x878787'
|
||||||
# soft contrast: background = '#f2e5bc'
|
|
||||||
foreground: '#3c3836'
|
cursor:
|
||||||
|
text: '0xeeeeee'
|
||||||
|
cursor: '0x878787'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '#fbf1c7'
|
black: '0xeeeeee'
|
||||||
red: '#cc241d'
|
red: '0xaf0000'
|
||||||
green: '#98971a'
|
green: '0x008700'
|
||||||
yellow: '#d79921'
|
yellow: '0x5f8700'
|
||||||
blue: '#458588'
|
blue: '0x0087af'
|
||||||
magenta: '#b16286'
|
magenta: '0x878787'
|
||||||
cyan: '#689d6a'
|
cyan: '0x005f87'
|
||||||
white: '#7c6f64'
|
white: '0x444444'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '#928374'
|
black: '0xbcbcbc'
|
||||||
red: '#9d0006'
|
red: '0xd70000'
|
||||||
green: '#79740e'
|
green: '0xd70087'
|
||||||
yellow: '#b57614'
|
yellow: '0x8700af'
|
||||||
blue: '#076678'
|
blue: '0xd75f00'
|
||||||
magenta: '#8f3f71'
|
magenta: '0xd75f00'
|
||||||
cyan: '#427b58'
|
cyan: '0x005faf'
|
||||||
white: '#3c3836'
|
white: '0x005f87'
|
||||||
|
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
#
|
#
|
||||||
|
|
|
@ -97,36 +97,69 @@ font:
|
||||||
custom_cursor_colors: false
|
custom_cursor_colors: false
|
||||||
|
|
||||||
# Colors (Gruvbox light)
|
# Colors (Gruvbox light)
|
||||||
|
# colors:
|
||||||
|
# # Default colors
|
||||||
|
# primary:
|
||||||
|
# # hard contrast: background = '#f9f5d7'
|
||||||
|
# # soft contrast: background = '#f2e5bc'
|
||||||
|
# # normal contrast: background: '#fbf1c7'
|
||||||
|
# background: '#ffffff'
|
||||||
|
# foreground: '#3c3836'
|
||||||
|
#
|
||||||
|
# # Normal colors
|
||||||
|
# normal:
|
||||||
|
# black: '#fbf1c7'
|
||||||
|
# red: '#cc241d'
|
||||||
|
# green: '#98971a'
|
||||||
|
# yellow: '#d79921'
|
||||||
|
# blue: '#458588'
|
||||||
|
# magenta: '#b16286'
|
||||||
|
# cyan: '#689d6a'
|
||||||
|
# white: '#7c6f64'
|
||||||
|
#
|
||||||
|
# # Bright colors
|
||||||
|
# bright:
|
||||||
|
# black: '#928374'
|
||||||
|
# red: '#9d0006'
|
||||||
|
# green: '#79740e'
|
||||||
|
# yellow: '#b57614'
|
||||||
|
# blue: '#076678'
|
||||||
|
# magenta: '#8f3f71'
|
||||||
|
# cyan: '#427b58'
|
||||||
|
# white: '#3c3836'
|
||||||
|
|
||||||
|
# Colors (PaperColor - Light)
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
# hard contrast: background = '#f9f5d7'
|
background: '0xeeeeee'
|
||||||
# soft contrast: background = '#f2e5bc'
|
foreground: '0x878787'
|
||||||
# normal contrast: background: '#fbf1c7'
|
|
||||||
background: '#ffffff'
|
cursor:
|
||||||
foreground: '#3c3836'
|
text: '0xeeeeee'
|
||||||
|
cursor: '0x878787'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '#fbf1c7'
|
black: '0xeeeeee'
|
||||||
red: '#cc241d'
|
red: '0xaf0000'
|
||||||
green: '#98971a'
|
green: '0x008700'
|
||||||
yellow: '#d79921'
|
yellow: '0x5f8700'
|
||||||
blue: '#458588'
|
blue: '0x0087af'
|
||||||
magenta: '#b16286'
|
magenta: '0x878787'
|
||||||
cyan: '#689d6a'
|
cyan: '0x005f87'
|
||||||
white: '#7c6f64'
|
white: '0x444444'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '#928374'
|
black: '0xbcbcbc'
|
||||||
red: '#9d0006'
|
red: '0xd70000'
|
||||||
green: '#79740e'
|
green: '0xd70087'
|
||||||
yellow: '#b57614'
|
yellow: '0x8700af'
|
||||||
blue: '#076678'
|
blue: '0xd75f00'
|
||||||
magenta: '#8f3f71'
|
magenta: '0xd75f00'
|
||||||
cyan: '#427b58'
|
cyan: '0x005faf'
|
||||||
white: '#3c3836'
|
white: '0x005f87'
|
||||||
|
|
||||||
# Visual Bell
|
# Visual Bell
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue