mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-12 08:58:40 +01:00
[design] change preset themes
This commit is contained in:
parent
08e5402631
commit
5b8d8f9091
@ -598,7 +598,7 @@ var theme = (function() {
|
|||||||
b: 109
|
b: 109
|
||||||
},
|
},
|
||||||
contrast: {
|
contrast: {
|
||||||
light: 7,
|
light: 5,
|
||||||
dark: 2
|
dark: 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -921,22 +921,22 @@ var theme = (function() {
|
|||||||
l: 50
|
l: 50
|
||||||
},
|
},
|
||||||
rgb: {
|
rgb: {
|
||||||
r: 127,
|
r: 128,
|
||||||
g: 127,
|
g: 128,
|
||||||
b: 127
|
b: 128
|
||||||
},
|
},
|
||||||
contrast: {
|
contrast: {
|
||||||
light: 5.3,
|
light: 4,
|
||||||
dark: 4
|
dark: 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
accent: {
|
accent: {
|
||||||
r: 0,
|
r: 34,
|
||||||
g: 0,
|
g: 51,
|
||||||
b: 0
|
b: 68
|
||||||
},
|
},
|
||||||
radius: 0.3,
|
radius: 0.3,
|
||||||
shadow: 0.25,
|
shadow: 0.5,
|
||||||
style: "light",
|
style: "light",
|
||||||
shade: {
|
shade: {
|
||||||
opacity: 0.9
|
opacity: 0.9
|
||||||
|
Loading…
Reference in New Issue
Block a user