Update theme/colorscheme for tmux and terminal configs
This commit is contained in:
parent
d40e8e05c8
commit
9c79344f64
|
@ -11,6 +11,7 @@
|
|||
|
||||
"darkestcyan": 23,
|
||||
"mediumcyan": 117,
|
||||
"brightcyan": 159,
|
||||
|
||||
"darkestblue": 24,
|
||||
"darkblue": 31,
|
||||
|
@ -74,7 +75,10 @@
|
|||
"line_percent_gradient6": { "fg": "gradient6", "bg": "gray4" },
|
||||
"line_current": { "fg": "gray1", "bg": "gray10", "attr": ["bold"] },
|
||||
"line_current_symbol": { "fg": "gray1", "bg": "gray10" },
|
||||
"col_current": { "fg": "gray6", "bg": "gray10" }
|
||||
"col_current": { "fg": "gray6", "bg": "gray10" },
|
||||
|
||||
"user_name": { "fg": "brightcyan", "bg": "darkblue", "attr": ["bold"] },
|
||||
"user_name_root": { "fg": "white", "bg": "brightred", "attr": ["bold"] }
|
||||
},
|
||||
"mode_translations": {
|
||||
"nc": {
|
||||
|
|
|
@ -12,6 +12,14 @@
|
|||
}
|
||||
},
|
||||
"ext": {
|
||||
"terminal": {
|
||||
"colorscheme": "default",
|
||||
"theme": "default"
|
||||
},
|
||||
"tmux": {
|
||||
"colorscheme": "default",
|
||||
"theme": "default"
|
||||
},
|
||||
"vim": {
|
||||
"colorscheme": "default",
|
||||
"theme": "default"
|
||||
|
|
Loading…
Reference in New Issue