Update readonly/modified segments in default theme

This commit is contained in:
Kim Silkebækken 2012-12-17 13:33:29 +01:00
parent ccd6b4c28a
commit 11082311aa
2 changed files with 4 additions and 3 deletions

View File

@ -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",

View File

@ -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": " "
}, },
{ {