mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-03-15 23:28:11 +01:00
[design] add more preset themes
This commit is contained in:
parent
3e969b84a2
commit
4e0817c341
@ -128,7 +128,6 @@
|
|||||||
.theme-preset-name,
|
.theme-preset-name,
|
||||||
.theme-custom-name {
|
.theme-custom-name {
|
||||||
color: rgb(var(--theme-style-text));
|
color: rgb(var(--theme-style-text));
|
||||||
font-weight: 700;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
132
src/js/theme.js
132
src/js/theme.js
@ -462,6 +462,39 @@ var theme = (function() {
|
|||||||
},
|
},
|
||||||
radius: 2,
|
radius: 2,
|
||||||
style: "dark"
|
style: "dark"
|
||||||
|
}, {
|
||||||
|
name: "Grimm",
|
||||||
|
font: {
|
||||||
|
display: {
|
||||||
|
name: "Griffy",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
},
|
||||||
|
ui: {
|
||||||
|
name: "Roboto Slab",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
color: {
|
||||||
|
hsl: {
|
||||||
|
h: 283,
|
||||||
|
s: 7,
|
||||||
|
l: 40
|
||||||
|
},
|
||||||
|
rgb: {
|
||||||
|
r: 105,
|
||||||
|
g: 94,
|
||||||
|
b: 109
|
||||||
|
}
|
||||||
|
},
|
||||||
|
accent: {
|
||||||
|
r: 0,
|
||||||
|
g: 255,
|
||||||
|
b: 102
|
||||||
|
},
|
||||||
|
radius: 1,
|
||||||
|
style: "dark"
|
||||||
}, {
|
}, {
|
||||||
name: "Macaroon",
|
name: "Macaroon",
|
||||||
font: {
|
font: {
|
||||||
@ -693,6 +726,105 @@ var theme = (function() {
|
|||||||
},
|
},
|
||||||
radius: 0.5,
|
radius: 0.5,
|
||||||
style: "dark"
|
style: "dark"
|
||||||
|
}, {
|
||||||
|
name: "Marker",
|
||||||
|
font: {
|
||||||
|
display: {
|
||||||
|
name: "Permanent Marker",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
},
|
||||||
|
ui: {
|
||||||
|
name: "Roboto Condensed",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
color: {
|
||||||
|
hsl: {
|
||||||
|
h: 194,
|
||||||
|
s: 7,
|
||||||
|
l: 62
|
||||||
|
},
|
||||||
|
rgb: {
|
||||||
|
r: 151,
|
||||||
|
g: 161,
|
||||||
|
b: 164
|
||||||
|
}
|
||||||
|
},
|
||||||
|
accent: {
|
||||||
|
r: 0,
|
||||||
|
g: 0,
|
||||||
|
b: 0
|
||||||
|
},
|
||||||
|
radius: 0.3,
|
||||||
|
style: "light"
|
||||||
|
}, {
|
||||||
|
name: "Kapow",
|
||||||
|
font: {
|
||||||
|
display: {
|
||||||
|
name: "Bangers",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
},
|
||||||
|
ui: {
|
||||||
|
name: "Sniglet",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
color: {
|
||||||
|
hsl: {
|
||||||
|
h: 194,
|
||||||
|
s: 77,
|
||||||
|
l: 51
|
||||||
|
},
|
||||||
|
rgb: {
|
||||||
|
r: 33,
|
||||||
|
g: 181,
|
||||||
|
b: 226
|
||||||
|
}
|
||||||
|
},
|
||||||
|
accent: {
|
||||||
|
r: 21,
|
||||||
|
g: 255,
|
||||||
|
b: 0
|
||||||
|
},
|
||||||
|
radius: 0.4,
|
||||||
|
style: "dark"
|
||||||
|
}, {
|
||||||
|
name: "Savage",
|
||||||
|
font: {
|
||||||
|
display: {
|
||||||
|
name: "Metal Mania",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
},
|
||||||
|
ui: {
|
||||||
|
name: "Lato",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
color: {
|
||||||
|
hsl: {
|
||||||
|
h: 35,
|
||||||
|
s: 7,
|
||||||
|
l: 37
|
||||||
|
},
|
||||||
|
rgb: {
|
||||||
|
r: 100,
|
||||||
|
g: 95,
|
||||||
|
b: 87
|
||||||
|
}
|
||||||
|
},
|
||||||
|
accent: {
|
||||||
|
r: 255,
|
||||||
|
g: 0,
|
||||||
|
b: 0
|
||||||
|
},
|
||||||
|
radius: 0,
|
||||||
|
style: "dark"
|
||||||
}]
|
}]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user