mirror of
https://github.com/powerline/powerline.git
synced 2025-07-24 22:36:01 +02:00
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"] }
|
||||
}
|
||||
}
|
||||
|
5
powerline/config_files/colorschemes/pdb/solarized.json
Normal file
5
powerline/config_files/colorschemes/pdb/solarized.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"groups": {
|
||||
"stack_depth": { "fg": "solarized:base03", "bg": "solarized:base2", "attrs": ["bold"] }
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user