This commit is contained in:
Lena 2023-11-01 16:18:43 +00:00 committed by GitHub
commit 0aba9991d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 82 additions and 0 deletions

View File

@ -0,0 +1,41 @@
body {
--bg_color: #1d2021;
--fg_color: #ebdbb2;
--fg_faded: #a89984;
--fg_dark: var(--fg_faded);
--fg_nav: var(--accent);
--bg_panel: #282828;
--bg_elements: #32302f;
--bg_overlays: #3c3836;
--bg_hover: #3c3836;
--grey: var(--fg_faded);
--dark_grey: #7c6f64;
--darker_grey: #665c54;
--darkest_grey: #504945;
--border_grey: #1d2021;
--accent: #8ec07c;
--accent_light: #689d6a;
--accent_dark: var(--accent);
--accent_border: #8ec07c96;
--play_button: #83a598;
--play_button_hover: #458588;
--more_replies_dots: #8ec07c;
--error_red: #fb4934;
--verified_blue: var(--accent);
--icon_text: #ebdbb2;
--tab: #a89984;
--tab_selected: var(--accent);
--profile_stat: #d3869b;
}
.search-bar > form input::placeholder{
color: var(--fg_faded);
}

View File

@ -0,0 +1,41 @@
body {
--bg_color: #fbf1c7;
--fg_color: #3c3836;
--fg_faded: #7c6f64;
--fg_dark: var(--fg_faded);
--fg_nav: var(--accent);
--bg_panel: #ebdbb2;
--bg_elements: #d5c4a1;
--bg_overlays: #d5c4a1;
--bg_hover: #d5c4a1;
--grey: var(--fg_faded);
--dark_grey: #7c6f64;
--darker_grey: #665c54;
--darkest_grey: #504945;
--border_grey: #f9f5d7;
--accent: #427b58;
--accent_light: #689d6a;
--accent_dark: var(--accent);
--accent_border: #427b5896;
--play_button: #98971a;
--play_button_hover: #689d6a;
--more_replies_dots: #427b58;
--error_red: #9d0006;
--verified_blue: var(--accent);
--icon_text: #3c3836;
--tab: #7c6f64;
--tab_selected: var(--accent);
--profile_stat: #8f3f71;
}
.search-bar > form input::placeholder{
color: var(--fg_faded);
}