mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
clean up the bright black color for wezterm
This commit is contained in:
parent
8523842837
commit
9576fca922
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ local config = {
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
window_decorations = "RESIZE",
|
window_decorations = "RESIZE",
|
||||||
-- transparency
|
-- transparency
|
||||||
window_background_opacity = 0.95,
|
window_background_opacity = 0.96,
|
||||||
|
|
||||||
-- key mappings
|
-- key mappings
|
||||||
keys = {
|
keys = {
|
||||||
|
@ -119,7 +119,7 @@ local config = {
|
||||||
'#dadfe0',
|
'#dadfe0',
|
||||||
},
|
},
|
||||||
brights = {
|
brights = {
|
||||||
'#282727',
|
'#6e77a0',
|
||||||
'#fe8ea2',
|
'#fe8ea2',
|
||||||
'#97e178',
|
'#97e178',
|
||||||
'#f6f76a',
|
'#f6f76a',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue