forked from Shinonome/caelestia-cli
scheme: add update static themes
Add primary, secondary and tertiary colours to static themes Remove accent
This commit is contained in:
@@ -26,4 +26,6 @@ mantle 292c3c
|
||||
crust 232634
|
||||
success a6d189
|
||||
error e78284
|
||||
accent 99d1db
|
||||
primary 99d1db
|
||||
secondary ca9ee6
|
||||
tertiary e5c890
|
||||
@@ -26,4 +26,6 @@ mantle e6e9ef
|
||||
crust dce0e8
|
||||
success 40a02b
|
||||
error d20f39
|
||||
accent 1e66f5
|
||||
primary 1e66f5
|
||||
secondary dd7878
|
||||
tertiary 40a02b
|
||||
@@ -26,4 +26,6 @@ mantle 1e2030
|
||||
crust 181926
|
||||
success a6da95
|
||||
error ed8796
|
||||
accent b7bdf8
|
||||
primary b7bdf8
|
||||
secondary f4dbd6
|
||||
tertiary ed8796
|
||||
@@ -26,4 +26,6 @@ mantle 181825
|
||||
crust 11111b
|
||||
success a6e3a1
|
||||
error f38ba8
|
||||
accent cba6f7
|
||||
primary cba6f7
|
||||
secondary f9e2af
|
||||
tertiary 89b4fa
|
||||
@@ -26,4 +26,6 @@ mantle 171919
|
||||
crust 111213
|
||||
success b8bb26
|
||||
error cc241d
|
||||
accent b8bb26
|
||||
primary b8bb26
|
||||
secondary c59e9d
|
||||
tertiary fabd2f
|
||||
@@ -26,4 +26,6 @@ mantle eae6c7
|
||||
crust e0ddc7
|
||||
success 79740e
|
||||
error 9d0006
|
||||
accent 79740e
|
||||
primary 79740e
|
||||
secondary 8f3f71
|
||||
tertiary b57614
|
||||
@@ -26,4 +26,6 @@ mantle 1f2122
|
||||
crust 181a1b
|
||||
success b8bb26
|
||||
error cc241d
|
||||
accent b8bb26
|
||||
primary b8bb26
|
||||
secondary c59e9d
|
||||
tertiary fabd2f
|
||||
@@ -26,4 +26,6 @@ mantle f2e8c0
|
||||
crust eae0bd
|
||||
success 79740e
|
||||
error 9d0006
|
||||
accent 79740e
|
||||
primary 79740e
|
||||
secondary 8f3f71
|
||||
tertiary b57614
|
||||
@@ -26,4 +26,6 @@ mantle 282828
|
||||
crust 1f2122
|
||||
success b8bb26
|
||||
error cc241d
|
||||
accent b8bb26
|
||||
primary b8bb26
|
||||
secondary c59e9d
|
||||
tertiary fabd2f
|
||||
@@ -26,4 +26,6 @@ mantle ebdfb6
|
||||
crust e1d5ae
|
||||
success 79740e
|
||||
error 9d0006
|
||||
accent 79740e
|
||||
primary 79740e
|
||||
secondary 8f3f71
|
||||
tertiary b57614
|
||||
@@ -11,7 +11,7 @@ teal 85b5ba
|
||||
sky 69b6e0
|
||||
sapphire 5b9fba
|
||||
blue 92a2d5
|
||||
lavender 999ced
|
||||
lavender aca1cf
|
||||
text c9c7cd
|
||||
subtext1 9998a8
|
||||
subtext0 757581
|
||||
@@ -26,4 +26,6 @@ mantle 131314
|
||||
crust 101011
|
||||
success 90b99f
|
||||
error ea83a5
|
||||
accent ea83a5
|
||||
primary ea83a5
|
||||
secondary e6b99d
|
||||
tertiary aca1cf
|
||||
@@ -26,4 +26,6 @@ mantle 21242b
|
||||
crust 1e2126
|
||||
success 98c379
|
||||
error be5046
|
||||
accent d19a66
|
||||
primary d19a66
|
||||
secondary 61afef
|
||||
tertiary 98c379
|
||||
@@ -26,4 +26,6 @@ mantle f2ebe4
|
||||
crust e4e2de
|
||||
success 569f60
|
||||
error b4637a
|
||||
accent d7827e
|
||||
primary d7827e
|
||||
secondary 286983
|
||||
tertiary 56949f
|
||||
@@ -26,4 +26,6 @@ mantle 16141e
|
||||
crust 121116
|
||||
success 8fdbab
|
||||
error eb6f92
|
||||
accent ebbcba
|
||||
primary ebbcba
|
||||
secondary 31748f
|
||||
tertiary 9ccfd8
|
||||
@@ -1,5 +1,5 @@
|
||||
rosewater f0d4d3
|
||||
flamingo ebbcba
|
||||
flamingo ea9a97
|
||||
pink d97cbf
|
||||
mauve c4a7e7
|
||||
red eb6f92
|
||||
@@ -9,7 +9,7 @@ yellow f6c177
|
||||
green 8fdbab
|
||||
teal 90d5c2
|
||||
sky 9ccfd8
|
||||
sapphire 31748f
|
||||
sapphire 3e8fb0
|
||||
blue 6f81d5
|
||||
lavender a9a7e7
|
||||
text e0def4
|
||||
@@ -26,4 +26,6 @@ mantle 201e30
|
||||
crust 1d1b2c
|
||||
success 8fdbab
|
||||
error eb6f92
|
||||
accent ebbcba
|
||||
primary ea9a97
|
||||
secondary 3e8fb0
|
||||
tertiary 9ccfd8
|
||||
@@ -102,7 +102,6 @@ colours = {
|
||||
"base": colours["surface"],
|
||||
"mantle": darken(colours["surface"], 0.03),
|
||||
"crust": darken(colours["surface"], 0.05),
|
||||
"accent": colours["primary"], # FIXME: for compatibility
|
||||
}
|
||||
|
||||
for name, colour in colours.items():
|
||||
|
||||
Reference in New Issue
Block a user