NVU not switching to new theme when selected.
CompletedI modified the pretentious theme to make it look more like the Ulysses Mustarded theme, but when I switch to it, the appearance of NVU is the same as the previous theme that was selected, whatever that is.
This is what's in the .theme file:
{
"comment": "Pretentious theme by Brett Terpstra",
"backgroundColor": "F3F1E9",
"foregroundColor": "232222",
"sidebarBackgroundColor" : "f3f1e9",
"sidebarTextColor" : "444",
"sidebarTextColorHighlighted" : "666",
"sidebarTextColorHighlightedInactive" : "777",
"sidebarHighlightColor" : "268bd2",
"sidebarHighlightColorInactive" : "bbdcf2",
"caretColor" : "657b83",
"selectionColor" : "657b8399",
"windowBackgroundColor" : "f3f1e9",
"zsearchfieldBackgroundColor" : "eee",
"zsearchfieldTextColor" : "000",
"searchfieldBackgroundColor" : "fcfcf7",
"searchfieldTextColor" : "333",
"criticAddition": {
"foregroundColor": "00bb00",
"markupForegroundColor": "00bb00"
},
"criticDeletion": {
"foregroundColor": "EB9A91",
"markupForegroundColor": "EB9A91"
},
"criticSubstitution": {
"backgroundColor": "ff8600",
"markupForegroundColor": "ff8600"
},
"criticHighlight": {
"backgroundColor": "D7C17D",
},
"criticComment": {
"foregroundColor": "0000bb",
"markupForegroundColor": "0000bb"
},
"codeBlock": {
"fontName": "Menlo",
"fontScale": 0.92,
"mono": 1,
"foregroundColor": "4c6c78",
"backgroundColor": "e1e6e2"
},
"codeSpan": {
"fontName": "Menlo",
"fontScale": 0.92,
"foregroundColor": "4c6c78",
"backgroundColor": "e1e6e2",
"mono": 1
},
"emphasis": {
"italic": 1
},
"strong": {
"bold": 1
},
"strongAndEmphasis": {
"bold": 1,
"italic": 1
},
"blockquote": {
"foregroundColor": "777"
},
"braces": {
"foregroundColor": "789ca2"
},
"brackets": {
"foregroundColor": "7397a6"
},
"parens": {
"foregroundColor": "4c6366"
},
"angles": {
"foregroundColor": "5EA1AA"
},
"math": {
"fontName": "Menlo",
"fontScale": 0.92,
"mono": 1,
"foregroundColor": "777"
},
"quoteSingle": {
"foregroundColor": "222"
},
"quoteDouble": {
"foregroundColor": "222"
},
"metadata" : {
"foregroundColor" : "777"
},
"heading": {
"backgroundColor": "E8E8D2",
"foregroundColor": "232222",
"underline": 0
},
"heading1": {
},
"heading2": {
},
"heading3": {
},
"heading4": {
},
"heading5": {
},
"heading6": {
},
"bulletList": {},
"orderedList": {},
"listItemDisabled": {
"backgroundColor": "2240607F"
},
"table": {
"foregroundColor": "4c6c78",
"backgroundColor": "e1e6e2"
}
}
-
If you're using the preferences, that's the "Default Theme." So it takes effect the next time you open a window. To change the current theme for a specific folder, use the View->Theme menu
0 -
Yeah, I'm using the View->Theme menu, but it's not switching to that theme. It will change to all others, but not this one. :| I tried re-naming it, copying the contents to a new file and using that one as the theme file...nothing seems to work.
0 -
Your theme is not valid.
This site can help you troubleshoot your JSON errors.
0 -
Great tip! Thanks!
0
Please sign in to leave a comment.
Comments
4 comments