aboutsummaryrefslogtreecommitdiff
path: root/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 /user-scripts/styles/style-original.css
parentca59138a2aef96960381f986b8c683634e4d8e63 (diff)
Revert "tweak: move things around"
This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63.
Diffstat (limited to 'user-scripts/styles/style-original.css')
-rw-r--r--user-scripts/styles/style-original.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/user-scripts/styles/style-original.css b/user-scripts/styles/style-original.css
new file mode 100644
index 0000000..45805d7
--- /dev/null
+++ b/user-scripts/styles/style-original.css
@@ -0,0 +1,37 @@
+@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;
+}