mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-03 03:50:02 +01:00
[design] add black and white preset themes
This commit is contained in:
parent
77503c66f0
commit
884f0175f0
@ -209,6 +209,82 @@ var theme = (function() {
|
|||||||
radius: 0.25,
|
radius: 0.25,
|
||||||
shadow: 1,
|
shadow: 1,
|
||||||
style: "dark"
|
style: "dark"
|
||||||
|
}, {
|
||||||
|
name: "Black",
|
||||||
|
font: {
|
||||||
|
display: {
|
||||||
|
name: "Sniglet",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
},
|
||||||
|
ui: {
|
||||||
|
name: "Averia Sans Libre",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
color: {
|
||||||
|
hsl: {
|
||||||
|
h: 0,
|
||||||
|
s: 0,
|
||||||
|
l: 50
|
||||||
|
},
|
||||||
|
rgb: {
|
||||||
|
r: 128,
|
||||||
|
g: 128,
|
||||||
|
b: 128
|
||||||
|
},
|
||||||
|
contrast: {
|
||||||
|
light: 5,
|
||||||
|
dark: 5
|
||||||
|
}
|
||||||
|
},
|
||||||
|
accent: {
|
||||||
|
r: 128,
|
||||||
|
g: 128,
|
||||||
|
b: 128
|
||||||
|
},
|
||||||
|
radius: 0.25,
|
||||||
|
shadow: 0.5,
|
||||||
|
style: "dark"
|
||||||
|
}, {
|
||||||
|
name: "White",
|
||||||
|
font: {
|
||||||
|
display: {
|
||||||
|
name: "Sniglet",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
},
|
||||||
|
ui: {
|
||||||
|
name: "Averia Sans Libre",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
color: {
|
||||||
|
hsl: {
|
||||||
|
h: 0,
|
||||||
|
s: 0,
|
||||||
|
l: 50
|
||||||
|
},
|
||||||
|
rgb: {
|
||||||
|
r: 128,
|
||||||
|
g: 128,
|
||||||
|
b: 128
|
||||||
|
},
|
||||||
|
contrast: {
|
||||||
|
light: 5,
|
||||||
|
dark: 5
|
||||||
|
}
|
||||||
|
},
|
||||||
|
accent: {
|
||||||
|
r: 128,
|
||||||
|
g: 128,
|
||||||
|
b: 128
|
||||||
|
},
|
||||||
|
radius: 0.25,
|
||||||
|
shadow: 0.5,
|
||||||
|
style: "light"
|
||||||
}, {
|
}, {
|
||||||
name: "Midnight",
|
name: "Midnight",
|
||||||
font: {
|
font: {
|
||||||
|
Loading…
Reference in New Issue
Block a user