💄 Minor stylings

This commit is contained in:
Liyas Thomas
2019-10-05 14:57:24 +05:30
parent 21386b924e
commit 82ad9cbf5e
5 changed files with 103 additions and 106 deletions

View File

@@ -79,15 +79,9 @@
// You should copy the existing light theme as a template and then just
// set the relevant values.
themes: [
{
"color": "",
"name": "Auto",
"vibrant": window.matchMedia('(prefers-color-scheme: light)').matches,
"class": "auto"
},
{
"color": "rgb(37, 38, 40)",
"name": "Dark (default)",
"name": "Dark",
"class": ""
},
{
@@ -98,8 +92,14 @@
},
{
"color": "#000",
name: "Black",
"name": "Black",
"class": "black"
},
{
"color": "var(--bg-color)",
"name": "Auto (system)",
"vibrant": window.matchMedia('(prefers-color-scheme: light)').matches,
"class": "auto"
}
],
// You can define a new color here! It will simply store the color value.
@@ -107,7 +107,7 @@
// If the color is vibrant, black is used as the active foreground color.
{
"color": "#50fa7b",
"name": "Green (default)",
"name": "Green",
"vibrant": true
},
{