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