aboutsummaryrefslogtreecommitdiff
path: root/extra/user-scripts/styles/style-original.css
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:19:11 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:19:11 -0600
commitbbcf1dabd26bb4e93aa4780d1771c3b449c068ec (patch)
tree375468f139ee1032626969d9965cd18eaaec50e8 /extra/user-scripts/styles/style-original.css
parentca59138a2aef96960381f986b8c683634e4d8e63 (diff)
Revert "tweak: move things around"
This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63.
Diffstat (limited to 'extra/user-scripts/styles/style-original.css')
-rw-r--r--extra/user-scripts/styles/style-original.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/extra/user-scripts/styles/style-original.css b/extra/user-scripts/styles/style-original.css
deleted file mode 100644
index 45805d7..0000000
--- a/extra/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;
-}