themes: color conflict fix

master
kkayam 2025-02-19 11:07:52 +00:00
parent b5ec05fd42
commit 194efe8d57
3 changed files with 19 additions and 9 deletions

View File

@ -1,2 +1,3 @@
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

View File

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

View File

@ -50,7 +50,7 @@
"fg2": "#FFB3FF", "fg2": "#FFB3FF",
"bg2": "#400040", "bg2": "#400040",
"fgH": "#FFFFFF", "fgH": "#FFFFFF",
"bgH": "#990099", "bgH": "#330033",
"dark": true "dark": true
}, },
"Sunset": { "Sunset": {
@ -59,7 +59,7 @@
"fg2": "#FFFFFF", "fg2": "#FFFFFF",
"bg2": "#CC6600", "bg2": "#CC6600",
"fgH": "#FFFFFF", "fgH": "#FFFFFF",
"bgH": "#FF6600", "bgH": "#993300",
"dark": false "dark": false
}, },
"Arctic": { "Arctic": {
@ -77,7 +77,7 @@
"fg2": "#444", "fg2": "#444",
"bg2": "#CCC", "bg2": "#CCC",
"fgH": "#FFF", "fgH": "#FFF",
"bgH": "#666", "bgH": "#111",
"dark": false "dark": false
}, },
"Espresso": { "Espresso": {
@ -86,7 +86,7 @@
"fg2": "#FFD9B3", "fg2": "#FFD9B3",
"bg2": "#4D2600", "bg2": "#4D2600",
"fgH": "#FFFFFF", "fgH": "#FFFFFF",
"bgH": "#804000", "bgH": "#331A00",
"dark": true "dark": true
}, },
"Matrix": { "Matrix": {
@ -107,7 +107,7 @@
"bgH": "#FF6640", "bgH": "#FF6640",
"dark": false "dark": false
}, },
"NightVision": { "Night Vision": {
"fg": "#00FF00", "fg": "#00FF00",
"bg": "#000000", "bg": "#000000",
"fg2": "#33FF33", "fg2": "#33FF33",
@ -122,7 +122,7 @@
"fg2": "#003366", "fg2": "#003366",
"bg2": "#0066CC", "bg2": "#0066CC",
"fgH": "#FFFFFF", "fgH": "#FFFFFF",
"bgH": "#004C99", "bgH": "#001F3F",
"dark": false "dark": false
}, },
"Midnight": { "Midnight": {
@ -138,7 +138,7 @@
"fg": "#FFFFFF", "fg": "#FFFFFF",
"bg": "#8B0000", "bg": "#8B0000",
"fg2": "#FFB3BA", "fg2": "#FFB3BA",
"bg2": "#600000", "bg2": "#4A0000",
"fgH": "#FFFFFF", "fgH": "#FFFFFF",
"bgH": "#400000", "bgH": "#400000",
"dark": true "dark": true
@ -160,5 +160,14 @@
"fgH": "#212121", "fgH": "#212121",
"bgH": "#689F38", "bgH": "#689F38",
"dark": false "dark": false
},
"LoTR": {
"fg": "#DAA520",
"bg": "#1B5E20",
"fg2": "#C5A35E",
"bg2": "#663300",
"fgH": "#331A00",
"bgH": "#689F38",
"dark": true
} }
} }