aboutsummaryrefslogtreecommitdiffstats
path: root/data/themes/squirrel.scss
diff options
context:
space:
mode:
authorBao Trinh <qubidt@gmail.com>2023-07-12 17:46:51 +0000
committerBao Trinh <qubidt@gmail.com>2023-07-12 18:39:51 +0000
commitb369a1a9ff3c60b67a7598d4486253c428e3a4da (patch)
tree2cdf9586cc50f999fc69f436aea89c5ff3332cba /data/themes/squirrel.scss
parentsimplify theme selection using data attributes (diff)
downloadminiserve-b369a1a9ff3c60b67a7598d4486253c428e3a4da.tar.gz
miniserve-b369a1a9ff3c60b67a7598d4486253c428e3a4da.zip
Separate color schemes into separate files
Diffstat (limited to 'data/themes/squirrel.scss')
-rw-r--r--data/themes/squirrel.scss46
1 files changed, 46 insertions, 0 deletions
diff --git a/data/themes/squirrel.scss b/data/themes/squirrel.scss
new file mode 100644
index 0000000..65aea8b
--- /dev/null
+++ b/data/themes/squirrel.scss
@@ -0,0 +1,46 @@
+@mixin theme {
+ --background: #ffffff;
+ --text_color: #323232;
+ --directory_link_color: #d02474;
+ --directory_link_color_visited: #9b1985;
+ --file_link_color: #0086b3;
+ --file_link_color_visited: #974ec2;
+ --symlink_color: #ADD8E6;
+ --table_background: #ffffff;
+ --table_text_color: #323232;
+ --table_header_background: #323232;
+ --table_header_text_color: #f5f5f5;
+ --table_header_active_color: #ffffff;
+ --active_row_color: #f6f8fa;
+ --odd_row_background: #fbfbfb;
+ --even_row_background: #f2f2f2;
+ --root_link_color: #323232;
+ --download_button_background: #d02474;
+ --download_button_background_hover: #f52d8a;
+ --download_button_link_color: #ffffff;
+ --download_button_link_color_hover: #ffffff;
+ --back_button_background: #d02474;
+ --back_button_background_hover: #d02474;
+ --back_button_link_color: #ffffff;
+ --back_button_link_color_hover: #ffffff;
+ --date_text_color: #797979;
+ --at_color: #797979;
+ --switch_theme_background: #323232;
+ --switch_theme_link_color: #f5f5f5;
+ --switch_theme_active: #d02474;
+ --switch_theme_border: #49483e;
+ --change_theme_link_color: #f5f5f5;
+ --change_theme_link_color_hover: #f5f5f5;
+ --upload_text_color: #323232;
+ --upload_form_border_color: #d2d2d2;
+ --upload_form_background: #f2f2f2;
+ --upload_button_background: #d02474;
+ --upload_button_text_color: #ffffff;
+ --drag_background: #3333338f;
+ --drag_border_color: #ffffff;
+ --drag_text_color: #ffffff;
+ --size_background_color: #323232;
+ --size_text_color: #ffffff;
+ --error_color: #d02424;
+ --footer_color: #898989;
+}