powerline...gits
This commit is contained in:
parent
b16a732323
commit
45cd829d8c
48 changed files with 2586 additions and 0 deletions
8
.config/powerline/colorschemes/pdb/__main__.json
Normal file
8
.config/powerline/colorschemes/pdb/__main__.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"groups": {
|
||||
"current_code_name": "information:additional",
|
||||
"current_context": "current_code_name",
|
||||
"current_line": "information:regular",
|
||||
"current_file": "information:regular"
|
||||
}
|
||||
}
|
||||
5
.config/powerline/colorschemes/pdb/default.json
Normal file
5
.config/powerline/colorschemes/pdb/default.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"groups": {
|
||||
"stack_depth": { "fg": "gray1", "bg": "gray10", "attrs": ["bold"] }
|
||||
}
|
||||
}
|
||||
5
.config/powerline/colorschemes/pdb/solarized.json
Normal file
5
.config/powerline/colorschemes/pdb/solarized.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"groups": {
|
||||
"stack_depth": { "fg": "solarized:base03", "bg": "solarized:base2", "attrs": ["bold"] }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue