mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Add TokyoNight - Merge 450
This commit is contained in:
parent
de268314f3
commit
f26c8be931
2 changed files with 29 additions and 0 deletions
|
@ -78,6 +78,21 @@
|
|||
|
||||
/* Other themes are located in the "themes" folder */
|
||||
|
||||
/* Tokyo Night theme setting */
|
||||
.tokyoNight {
|
||||
--accent: #565f89;
|
||||
--green: #73daca;
|
||||
--text: #a9b1d6;
|
||||
--foreground: #24283b;
|
||||
--background: #1a1b26;
|
||||
--outside: #24283b;
|
||||
--post: #1a1b26;
|
||||
--panel-border: 1px solid #a9b1d6;
|
||||
--highlighted: #414868;
|
||||
--visited: #414868;
|
||||
--shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
/* General */
|
||||
|
||||
::selection {
|
||||
|
|
14
static/themes/tokyoNight.css
Normal file
14
static/themes/tokyoNight.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* Tokyo Night theme setting */
|
||||
.tokyoNight {
|
||||
--accent: #565f89;
|
||||
--green: #73daca;
|
||||
--text: #a9b1d6;
|
||||
--foreground: #24283b;
|
||||
--background: #1a1b26;
|
||||
--outside: #24283b;
|
||||
--post: #1a1b26;
|
||||
--panel-border: 1px solid #a9b1d6;
|
||||
--highlighted: #414868;
|
||||
--visited: #414868;
|
||||
--shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue