themes: lotr theme fix

master
kkayam 2025-02-19 13:43:19 +00:00
parent 194efe8d57
commit 55403c6369
3 changed files with 8 additions and 7 deletions

View File

@ -1,3 +1,4 @@
0.12: First deployment! 0.12: First deployment!
0.13: Refinment of themes and more themes! 0.13: Refinment of themes and more themes!
0.14: Fixed overlapping theme colors 0.14: Fixed overlapping theme colors
0.15: Better LoTR theme

View File

@ -2,7 +2,7 @@
"id": "themes", "id": "themes",
"name": "Themes", "name": "Themes",
"shortName": "Themes", "shortName": "Themes",
"version": "0.14", "version": "0.15",
"description": "Color palettes at your disposal", "description": "Color palettes at your disposal",
"type": "app", "type": "app",
"tags": "tool", "tags": "tool",

View File

@ -162,12 +162,12 @@
"dark": false "dark": false
}, },
"LoTR": { "LoTR": {
"fg": "#DAA520", "fg": "#8B6914",
"bg": "#1B5E20", "bg": "#1B5E20",
"fg2": "#C5A35E", "fg2": "#C5A35E",
"bg2": "#663300", "bg2": "#1B5E20",
"fgH": "#331A00", "fgH": "#DAA520",
"bgH": "#689F38", "bgH": "#663300",
"dark": true "dark": false
} }
} }