aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/style.css b/style.css
index 64333b5..b0dee59 100644
--- a/style.css
+++ b/style.css
@@ -1,25 +1,9 @@
-@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-color: white;
font-size: 25px;
/*@Base; */
/* border-bottom-color: @Base; */
}
-window, notebook, headerbar {
- background: @Base;
-}
-
/* Make titlebar pretty gigantic. I'm pretty myopic. */
.titlebar {
padding: 10px;
@@ -38,33 +22,21 @@ header * {
}
tabs {
- background-color: @Base;
padding: 3px;
- outline-color: white;
- border-color: @Base;
}
tab {
- background-color: @Base;
margin: 2px 5px 2px 0px;
padding: 5px;
border-style: solid;
font-size: 27px;
- /*border-color: white;
- border-bottom-color: white;
- outline-color: white;
- margin: 5px;
- padding-left: 10px;
- padding-right: 10px; */
}
entry {
- background-color: @Surface0;
padding-left: 10px;
}
entry:focus {
- background-color: @Surface0;
padding-left: 10px;
}