Skip to content
Snippets Groups Projects
Commit c2449c1d authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Improve text/button modern colors

parent a1455851
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
"colors": { "colors": {
"hi": "#ef9a9a", "hi": "#ef9a9a",
"low": "#ef5350", "low": "#ef5350",
"font": "#ffffff", "font": "#000000",
"button": "#ffffff", "button": "#000000",
"playbar": { "playbar": {
"background": "#ffffff", "background": "#ffffff",
"track": "#333333" "track": "#333333"
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
"colors": { "colors": {
"hi": "#ef5350", "hi": "#ef5350",
"low": "#e53935", "low": "#e53935",
"font": "#ffffff", "font": "#000000",
"button": "#ffffff", "button": "#000000",
"playbar": { "playbar": {
"background": "#ffffff", "background": "#ffffff",
"track": "#333333" "track": "#333333"
...@@ -82,8 +82,8 @@ ...@@ -82,8 +82,8 @@
"colors": { "colors": {
"hi": "#f48fb1", "hi": "#f48fb1",
"low": "#ec407a", "low": "#ec407a",
"font": "#ffffff", "font": "#000000",
"button": "#ffffff", "button": "#000000",
"playbar": { "playbar": {
"background": "#ffffff", "background": "#ffffff",
"track": "#333333" "track": "#333333"
...@@ -95,8 +95,8 @@ ...@@ -95,8 +95,8 @@
"colors": { "colors": {
"hi": "#ec407a", "hi": "#ec407a",
"low": "#d81b60", "low": "#d81b60",
"font": "#ffffff", "font": "#000000",
"button": "#ffffff", "button": "#000000",
"playbar": { "playbar": {
"background": "#ffffff", "background": "#ffffff",
"track": "#333333" "track": "#333333"
...@@ -173,8 +173,8 @@ ...@@ -173,8 +173,8 @@
"colors": { "colors": {
"hi": "#26c6da", "hi": "#26c6da",
"low": "#00acc1", "low": "#00acc1",
"font": "#000000", "font": "#ffffff",
"button": "#000000", "button": "#ffffff",
"playbar": { "playbar": {
"background": "#ffffff", "background": "#ffffff",
"track": "#333333" "track": "#333333"
...@@ -186,8 +186,8 @@ ...@@ -186,8 +186,8 @@
"colors": { "colors": {
"hi": "#00acc1", "hi": "#00acc1",
"low": "#00838f", "low": "#00838f",
"font": "#000000", "font": "#ffffff",
"button": "#000000", "button": "#ffffff",
"playbar": { "playbar": {
"background": "#ffffff", "background": "#ffffff",
"track": "#333333" "track": "#333333"
...@@ -212,8 +212,8 @@ ...@@ -212,8 +212,8 @@
"colors": { "colors": {
"hi": "#42a5f5", "hi": "#42a5f5",
"low": "#1e88e5", "low": "#1e88e5",
"font": "#000000", "font": "#ffffff",
"button": "#000000", "button": "#ffffff",
"playbar": { "playbar": {
"background": "#ffffff", "background": "#ffffff",
"track": "#333333" "track": "#333333"
...@@ -251,8 +251,8 @@ ...@@ -251,8 +251,8 @@
"colors": { "colors": {
"hi": "#9ccc65", "hi": "#9ccc65",
"low": "#7cb342", "low": "#7cb342",
"font": "#000000", "font": "#ffffff",
"button": "#000000", "button": "#ffffff",
"playbar": { "playbar": {
"background": "#ffffff", "background": "#ffffff",
"track": "#333333" "track": "#333333"
...@@ -264,8 +264,8 @@ ...@@ -264,8 +264,8 @@
"colors": { "colors": {
"hi": "#7cb342", "hi": "#7cb342",
"low": "#558b2f", "low": "#558b2f",
"font": "#000000", "font": "#ffffff",
"button": "#000000", "button": "#ffffff",
"playbar": { "playbar": {
"background": "#ffffff", "background": "#ffffff",
"track": "#333333" "track": "#333333"
...@@ -301,7 +301,7 @@ ...@@ -301,7 +301,7 @@
{ {
"name": "LIME3", "name": "LIME3",
"colors": { "colors": {
"hi": "##c0ca33", "hi": "#c0ca33",
"low": "#9e9d24", "low": "#9e9d24",
"font": "#000000", "font": "#000000",
"button": "#000000", "button": "#000000",
...@@ -319,8 +319,8 @@ ...@@ -319,8 +319,8 @@
"font": "#000000", "font": "#000000",
"button": "#000000", "button": "#000000",
"playbar": { "playbar": {
"background": "#ffffff", "background": "#333333",
"track": "#333333" "track": "#FFFFFF"
} }
} }
}, },
...@@ -332,15 +332,15 @@ ...@@ -332,15 +332,15 @@
"font": "#000000", "font": "#000000",
"button": "#000000", "button": "#000000",
"playbar": { "playbar": {
"background": "#ffffff", "background": "#333333",
"track": "#333333" "track": "#FFFFFF"
} }
} }
}, },
{ {
"name": "YELLOW3", "name": "YELLOW3",
"colors": { "colors": {
"hi": "##fdd835", "hi": "#fdd835",
"low": "#f9a825", "low": "#f9a825",
"font": "#000000", "font": "#000000",
"button": "#000000", "button": "#000000",
...@@ -397,8 +397,8 @@ ...@@ -397,8 +397,8 @@
"font": "#000000", "font": "#000000",
"button": "#000000", "button": "#000000",
"playbar": { "playbar": {
"background": "#ffffff", "background": "#333333",
"track": "#333333" "track": "#FFFFFF"
} }
} }
}, },
...@@ -410,8 +410,8 @@ ...@@ -410,8 +410,8 @@
"font": "#000000", "font": "#000000",
"button": "#000000", "button": "#000000",
"playbar": { "playbar": {
"background": "#000000", "background": "#ffffff",
"track": "#FFFFFF" "track": "#333333"
} }
} }
}, },
...@@ -423,8 +423,8 @@ ...@@ -423,8 +423,8 @@
"font": "#FFFFFF", "font": "#FFFFFF",
"button": "#FFFFFF", "button": "#FFFFFF",
"playbar": { "playbar": {
"background": "#000000", "background": "#ffffff",
"track": "#FFFFFF" "track": "#333333"
} }
} }
}, },
...@@ -436,8 +436,8 @@ ...@@ -436,8 +436,8 @@
"font": "#FFFFFF", "font": "#FFFFFF",
"button": "#FFFFFF", "button": "#FFFFFF",
"playbar": { "playbar": {
"background": "#000000", "background": "#ffffff",
"track": "#FFFFFF" "track": "#333333"
} }
} }
}, },
...@@ -449,8 +449,8 @@ ...@@ -449,8 +449,8 @@
"font": "#FFFFFF", "font": "#FFFFFF",
"button": "#FFFFFF", "button": "#FFFFFF",
"playbar": { "playbar": {
"background": "#888888", "background": "#ffffff",
"track": "#FFFFFF" "track": "#333333"
} }
} }
}, },
...@@ -462,8 +462,8 @@ ...@@ -462,8 +462,8 @@
"font": "#FFFFFF", "font": "#FFFFFF",
"button": "#FFFFFF", "button": "#FFFFFF",
"playbar": { "playbar": {
"background": "#888888", "background": "#ffffff",
"track": "#FFFFFF" "track": "#333333"
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment