mirror of
https://github.com/powerline/powerline.git
synced 2025-07-31 01:35:40 +02:00
Update readonly/modified segments in default theme
This commit is contained in:
parent
ccd6b4c28a
commit
11082311aa
@ -83,6 +83,8 @@
|
|||||||
"mode_translations": {
|
"mode_translations": {
|
||||||
"nc": {
|
"nc": {
|
||||||
"colors": {
|
"colors": {
|
||||||
|
"brightyellow": "darkorange",
|
||||||
|
"brightestred": "darkred",
|
||||||
"gray0": "gray0",
|
"gray0": "gray0",
|
||||||
"gray1": "gray0",
|
"gray1": "gray0",
|
||||||
"gray2": "gray0",
|
"gray2": "gray0",
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "readonly_indicator",
|
"name": "readonly_indicator",
|
||||||
"exclude_modes": ["nc"],
|
"draw_divider": false,
|
||||||
"draw_divider": false
|
"after": " "
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "file_directory",
|
"name": "file_directory",
|
||||||
@ -34,7 +34,6 @@
|
|||||||
{
|
{
|
||||||
"name": "modified_indicator",
|
"name": "modified_indicator",
|
||||||
"args": { "text": "+" },
|
"args": { "text": "+" },
|
||||||
"exclude_modes": ["nc"],
|
|
||||||
"before": " "
|
"before": " "
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user