aboutsummaryrefslogtreecommitdiff
path: root/user-scripts/styles/style-original.css
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-14 16:05:54 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-14 16:05:54 -0300
commit6d925ea23ae7bae6627e2e6575d34bc7e6f7a628 (patch)
treef91cd23ddd3cfadb84f99ecf1e898f064ddf8725 /user-scripts/styles/style-original.css
parent0f2ca9b9f7790a664a548bc6034711a17101519d (diff)
remove most custom style (but leave large font)
gtk default already looks amazing
Diffstat (limited to 'user-scripts/styles/style-original.css')
-rw-r--r--user-scripts/styles/style-original.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/user-scripts/styles/style-original.css b/user-scripts/styles/style-original.css
deleted file mode 100644
index 45805d7..0000000
--- a/user-scripts/styles/style-original.css
+++ /dev/null
@@ -1,37 +0,0 @@
-@define-color Surface0 #313244;
-@define-color Surface1 #45475a;
-@define-color Base #1e1e2e;
-@define-color Mantle #181825;
-@define-color Lavender #b4befe;
-@define-color Text #cdd6f4;
-
-* {
- padding: 0px;
- margin: 0px;
- outline-color: @Lavender;
- color: @Text;
- border-bottom-color: @Base;
-}
-
-window, notebook, headerbar {
- background: @Base;
-}
-
-tabs {
- background-color: @Base;
- padding: 3px;
-}
-
-tab {
- background-color: @Base;
- margin: 5px;
-}
-
-entry {
- background-color: @Surface0;
- padding-left: 10px;
-}
-
-entry:focus {
- box-shadow: none;
-}