Update bold color for each theme
This commit is contained in:
parent
dbfe765daf
commit
5aaeb1bf77
3 changed files with 3 additions and 2 deletions
|
@ -2,12 +2,11 @@
|
||||||
font-family = "IosevkaTermSlab Nerd Font Propo"
|
font-family = "IosevkaTermSlab Nerd Font Propo"
|
||||||
font-style = "Regular"
|
font-style = "Regular"
|
||||||
font-size = 13
|
font-size = 13
|
||||||
bold-color = "#fefefe"
|
|
||||||
background-opacity = 1.0
|
background-opacity = 1.0
|
||||||
|
|
||||||
# Auto light/dark theme pair that matches your two palettes below
|
# Auto light/dark theme pair that matches your two palettes below
|
||||||
#theme = dark:my-dark,light:my-light
|
#theme = dark:my-dark,light:my-light
|
||||||
theme = zenwritten-dark
|
theme = zenwritten-light
|
||||||
|
|
||||||
# Font-size keybindings (match Ctrl+Shift+j/k from WezTerm)
|
# Font-size keybindings (match Ctrl+Shift+j/k from WezTerm)
|
||||||
keybind = all:ctrl+shift+k=increase_font_size:1
|
keybind = all:ctrl+shift+k=increase_font_size:1
|
||||||
|
|
|
@ -5,6 +5,7 @@ cursor-color = #BBBBBB
|
||||||
cursor-text = #191919
|
cursor-text = #191919
|
||||||
selection-foreground = #191919
|
selection-foreground = #191919
|
||||||
selection-background = #BBBBBB
|
selection-background = #BBBBBB
|
||||||
|
bold-color = "#fefefe"
|
||||||
|
|
||||||
# ANSI 0..15
|
# ANSI 0..15
|
||||||
palette = 0=#191919
|
palette = 0=#191919
|
||||||
|
|
|
@ -5,6 +5,7 @@ cursor-color = #2c363c
|
||||||
cursor-text = #F0EDEC
|
cursor-text = #F0EDEC
|
||||||
selection-foreground = #F0EDEC
|
selection-foreground = #F0EDEC
|
||||||
selection-background = #2c363c
|
selection-background = #2c363c
|
||||||
|
bold-color = "#010101"
|
||||||
|
|
||||||
# ANSI 0..15
|
# ANSI 0..15
|
||||||
palette = 0=#F0EDEC
|
palette = 0=#F0EDEC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue