Update theme/colorscheme for tmux and terminal configs

This commit is contained in:
Kim Silkebækken 2012-12-13 14:58:55 +01:00
parent d40e8e05c8
commit 9c79344f64
2 changed files with 13 additions and 1 deletions

View File

@ -11,6 +11,7 @@
"darkestcyan": 23, "darkestcyan": 23,
"mediumcyan": 117, "mediumcyan": 117,
"brightcyan": 159,
"darkestblue": 24, "darkestblue": 24,
"darkblue": 31, "darkblue": 31,
@ -74,7 +75,10 @@
"line_percent_gradient6": { "fg": "gradient6", "bg": "gray4" }, "line_percent_gradient6": { "fg": "gradient6", "bg": "gray4" },
"line_current": { "fg": "gray1", "bg": "gray10", "attr": ["bold"] }, "line_current": { "fg": "gray1", "bg": "gray10", "attr": ["bold"] },
"line_current_symbol": { "fg": "gray1", "bg": "gray10" }, "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": { "mode_translations": {
"nc": { "nc": {

View File

@ -12,6 +12,14 @@
} }
}, },
"ext": { "ext": {
"terminal": {
"colorscheme": "default",
"theme": "default"
},
"tmux": {
"colorscheme": "default",
"theme": "default"
},
"vim": { "vim": {
"colorscheme": "default", "colorscheme": "default",
"theme": "default" "theme": "default"