mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
add tokyo-dark theme
This commit is contained in:
parent
310a7dc715
commit
1fd4ca56f2
1 changed files with 11 additions and 0 deletions
11
index.html
11
index.html
|
|
@ -15,6 +15,7 @@
|
|||
* - "nord-dark"
|
||||
* - "ocean-light"
|
||||
* - "tilde-dark"
|
||||
* - "tokyo-dark"
|
||||
*
|
||||
* Alternatively, create your own in the <style> tag below!
|
||||
*/
|
||||
|
|
@ -460,6 +461,16 @@
|
|||
--help-command-background: #222;
|
||||
}
|
||||
|
||||
.tokyo-dark {
|
||||
--base-background: #1a1b26;
|
||||
--base-foreground: #a9b1d6;
|
||||
--command-color-complementary: var(--base-background);
|
||||
--command-color-highlight-foreground: var(--base-foreground);
|
||||
--command-color-lightness: 72%;
|
||||
--command-color-saturation: 89%;
|
||||
--help-command-background: #24283b;
|
||||
}
|
||||
|
||||
/* root variables */
|
||||
|
||||
:root {
|
||||
|
|
|
|||
Loading…
Reference in a new issue