add paper color theme

This commit is contained in:
Ray Elliott 2020-07-28 10:13:50 +01:00
parent 38237f8862
commit 3850dbe633
2 changed files with 107 additions and 41 deletions

View File

@ -97,35 +97,68 @@ font:
custom_cursor_colors: false
# 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:
# Default colors
primary:
# hard contrast: background = '#f9f5d7'
background: '#fbf1c7'
# soft contrast: background = '#f2e5bc'
foreground: '#3c3836'
background: '0xeeeeee'
foreground: '0x878787'
cursor:
text: '0xeeeeee'
cursor: '0x878787'
# Normal colors
normal:
black: '#fbf1c7'
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#7c6f64'
black: '0xeeeeee'
red: '0xaf0000'
green: '0x008700'
yellow: '0x5f8700'
blue: '0x0087af'
magenta: '0x878787'
cyan: '0x005f87'
white: '0x444444'
# Bright colors
bright:
black: '#928374'
red: '#9d0006'
green: '#79740e'
yellow: '#b57614'
blue: '#076678'
magenta: '#8f3f71'
cyan: '#427b58'
white: '#3c3836'
black: '0xbcbcbc'
red: '0xd70000'
green: '0xd70087'
yellow: '0x8700af'
blue: '0xd75f00'
magenta: '0xd75f00'
cyan: '0x005faf'
white: '0x005f87'
# Visual Bell
#

View File

@ -97,36 +97,69 @@ font:
custom_cursor_colors: false
# 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:
# Default colors
primary:
# hard contrast: background = '#f9f5d7'
# soft contrast: background = '#f2e5bc'
# normal contrast: background: '#fbf1c7'
background: '#ffffff'
foreground: '#3c3836'
background: '0xeeeeee'
foreground: '0x878787'
cursor:
text: '0xeeeeee'
cursor: '0x878787'
# Normal colors
normal:
black: '#fbf1c7'
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#7c6f64'
black: '0xeeeeee'
red: '0xaf0000'
green: '0x008700'
yellow: '0x5f8700'
blue: '0x0087af'
magenta: '0x878787'
cyan: '0x005f87'
white: '0x444444'
# Bright colors
bright:
black: '#928374'
red: '#9d0006'
green: '#79740e'
yellow: '#b57614'
blue: '#076678'
magenta: '#8f3f71'
cyan: '#427b58'
white: '#3c3836'
black: '0xbcbcbc'
red: '0xd70000'
green: '0xd70087'
yellow: '0x8700af'
blue: '0xd75f00'
magenta: '0xd75f00'
cyan: '0x005faf'
white: '0x005f87'
# Visual Bell
#