Compare commits
No commits in common. "dae82572f71535cd9ae3b4b6784efb05bd7d47ee" and "38237f88621b39b65c5fa0a18ad50284b81b182e" have entirely different histories.
dae82572f7
...
38237f8862
|
@ -97,68 +97,35 @@ 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:
|
||||
background: '0xeeeeee'
|
||||
foreground: '0x878787'
|
||||
|
||||
cursor:
|
||||
text: '0xeeeeee'
|
||||
cursor: '0x878787'
|
||||
# hard contrast: background = '#f9f5d7'
|
||||
background: '#fbf1c7'
|
||||
# soft contrast: background = '#f2e5bc'
|
||||
foreground: '#3c3836'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0xeeeeee'
|
||||
red: '0xaf0000'
|
||||
green: '0x008700'
|
||||
yellow: '0x5f8700'
|
||||
blue: '0x0087af'
|
||||
magenta: '0x878787'
|
||||
cyan: '0x005f87'
|
||||
white: '0x444444'
|
||||
black: '#fbf1c7'
|
||||
red: '#cc241d'
|
||||
green: '#98971a'
|
||||
yellow: '#d79921'
|
||||
blue: '#458588'
|
||||
magenta: '#b16286'
|
||||
cyan: '#689d6a'
|
||||
white: '#7c6f64'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0xbcbcbc'
|
||||
red: '0xd70000'
|
||||
green: '0xd70087'
|
||||
yellow: '0x8700af'
|
||||
blue: '0xd75f00'
|
||||
magenta: '0xd75f00'
|
||||
cyan: '0x005faf'
|
||||
white: '0x005f87'
|
||||
black: '#928374'
|
||||
red: '#9d0006'
|
||||
green: '#79740e'
|
||||
yellow: '#b57614'
|
||||
blue: '#076678'
|
||||
magenta: '#8f3f71'
|
||||
cyan: '#427b58'
|
||||
white: '#3c3836'
|
||||
|
||||
# Visual Bell
|
||||
#
|
||||
|
@ -182,7 +149,7 @@ colors:
|
|||
#
|
||||
# To completely disable the visual bell, set its duration to 0.
|
||||
#
|
||||
bell:
|
||||
visual_bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
|
||||
|
@ -232,7 +199,7 @@ mouse:
|
|||
selection:
|
||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
||||
|
||||
window.dynamic_title: true
|
||||
dynamic_title: true
|
||||
|
||||
hide_cursor_when_typing: false
|
||||
|
||||
|
|
|
@ -97,69 +97,36 @@ 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:
|
||||
background: '0xeeeeee'
|
||||
foreground: '0x878787'
|
||||
|
||||
cursor:
|
||||
text: '0xeeeeee'
|
||||
cursor: '0x878787'
|
||||
# hard contrast: background = '#f9f5d7'
|
||||
# soft contrast: background = '#f2e5bc'
|
||||
# normal contrast: background: '#fbf1c7'
|
||||
background: '#ffffff'
|
||||
foreground: '#3c3836'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0xeeeeee'
|
||||
red: '0xaf0000'
|
||||
green: '0x008700'
|
||||
yellow: '0x5f8700'
|
||||
blue: '0x0087af'
|
||||
magenta: '0x878787'
|
||||
cyan: '0x005f87'
|
||||
white: '0x444444'
|
||||
black: '#fbf1c7'
|
||||
red: '#cc241d'
|
||||
green: '#98971a'
|
||||
yellow: '#d79921'
|
||||
blue: '#458588'
|
||||
magenta: '#b16286'
|
||||
cyan: '#689d6a'
|
||||
white: '#7c6f64'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0xbcbcbc'
|
||||
red: '0xd70000'
|
||||
green: '0xd70087'
|
||||
yellow: '0x8700af'
|
||||
blue: '0xd75f00'
|
||||
magenta: '0xd75f00'
|
||||
cyan: '0x005faf'
|
||||
white: '0x005f87'
|
||||
black: '#928374'
|
||||
red: '#9d0006'
|
||||
green: '#79740e'
|
||||
yellow: '#b57614'
|
||||
blue: '#076678'
|
||||
magenta: '#8f3f71'
|
||||
cyan: '#427b58'
|
||||
white: '#3c3836'
|
||||
|
||||
# Visual Bell
|
||||
#
|
||||
|
@ -183,7 +150,7 @@ colors:
|
|||
#
|
||||
# To completely disable the visual bell, set its duration to 0.
|
||||
#
|
||||
bell:
|
||||
visual_bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
|
||||
|
@ -233,7 +200,7 @@ mouse:
|
|||
selection:
|
||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
||||
|
||||
window.dynamic_title: true
|
||||
dynamic_title: true
|
||||
|
||||
hide_cursor_when_typing: false
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ custom_cursor_colors: true
|
|||
#
|
||||
# To completely disable the visual bell, set its duration to 0.
|
||||
#
|
||||
bell:
|
||||
visual_bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
|
||||
|
@ -213,7 +213,7 @@ mouse:
|
|||
selection:
|
||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>"
|
||||
|
||||
window.dynamic_title: true
|
||||
dynamic_title: true
|
||||
|
||||
hide_cursor_when_typing: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue