Define all groups in both default and solarized colorschemes

This commit is contained in:
ZyX 2015-01-31 18:49:41 +03:00
parent f74320fba8
commit 5bc68b66fe
3 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,8 @@
{
"groups": {
"current_context": "current_code_name"
"current_code_name": "information:additional",
"current_context": "current_code_name",
"current_line": "information:regular",
"current_file": "information:regular"
}
}

View File

@ -1,8 +1,5 @@
{
"groups": {
"current_line": { "fg": "gray10", "bg": "gray4", "attrs": ["bold"] },
"current_file": { "fg": "gray10", "bg": "gray4", "attrs": ["bold"] },
"current_code_name": { "fg": "gray9", "bg": "gray4", "attrs": ["bold"] },
"stack_depth": { "fg": "gray1", "bg": "gray10", "attrs": ["bold"] }
"stack_depth": { "fg": "gray1", "bg": "gray10", "attrs": ["bold"] }
}
}

View File

@ -0,0 +1,5 @@
{
"groups": {
"stack_depth": { "fg": "solarized:base03", "bg": "solarized:base2", "attrs": ["bold"] }
}
}