mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-12-26 00:29:02 +01:00
[design] add preset theme
This commit is contained in:
parent
cac67cf429
commit
97ee5c26c5
@ -1228,6 +1228,47 @@ var theme = (function() {
|
|||||||
shade: {
|
shade: {
|
||||||
opacity: 0.5
|
opacity: 0.5
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
name: "Acrid",
|
||||||
|
font: {
|
||||||
|
display: {
|
||||||
|
name: "Titillium Web",
|
||||||
|
weight: 400,
|
||||||
|
style: "italic"
|
||||||
|
},
|
||||||
|
ui: {
|
||||||
|
name: "Inconsolata",
|
||||||
|
weight: 400,
|
||||||
|
style: "normal"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
color: {
|
||||||
|
hsl: {
|
||||||
|
h: 301,
|
||||||
|
s: 32,
|
||||||
|
l: 57
|
||||||
|
},
|
||||||
|
rgb: {
|
||||||
|
r: 180,
|
||||||
|
g: 110,
|
||||||
|
b: 179
|
||||||
|
},
|
||||||
|
contrast: {
|
||||||
|
light: 4,
|
||||||
|
dark: 4.6
|
||||||
|
}
|
||||||
|
},
|
||||||
|
accent: {
|
||||||
|
r: 29,
|
||||||
|
g: 213,
|
||||||
|
b: 0
|
||||||
|
},
|
||||||
|
radius: 0.3,
|
||||||
|
shadow: 0.75,
|
||||||
|
style: "dark",
|
||||||
|
shade: {
|
||||||
|
opacity: 0.20
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user