Define all groups in both default and solarized colorschemes
This commit is contained in:
parent
f74320fba8
commit
5bc68b66fe
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"] }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"groups": {
|
||||
"stack_depth": { "fg": "solarized:base03", "bg": "solarized:base2", "attrs": ["bold"] }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue