update colors
This commit is contained in:
+3
-3
@@ -68,7 +68,7 @@
|
|||||||
newTab: true,
|
newTab: true,
|
||||||
|
|
||||||
// dynamic background colors when command domains are matched
|
// dynamic background colors when command domains are matched
|
||||||
colors: true,
|
colors: false,
|
||||||
|
|
||||||
// specify a theme file
|
// specify a theme file
|
||||||
// remove or set to false to use the hardcoded theme
|
// remove or set to false to use the hardcoded theme
|
||||||
@@ -101,8 +101,8 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
|
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--color0: #fff;
|
--color0: rgb(205, 208, 215);
|
||||||
--color15: #111;
|
--color15: rgb(38, 41, 53);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user