summaryrefslogtreecommitdiff
path: root/config/eww/eww.scss
diff options
context:
space:
mode:
authorcoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
committercoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
commit8cbadb61604667b407b53ee1258433994fa4765a (patch)
tree97765fb29418fd6278fcb4cbb9760893afaf7a58 /config/eww/eww.scss
Diffstat (limited to 'config/eww/eww.scss')
-rwxr-xr-xconfig/eww/eww.scss63
1 files changed, 63 insertions, 0 deletions
diff --git a/config/eww/eww.scss b/config/eww/eww.scss
new file mode 100755
index 0000000..3975a93
--- /dev/null
+++ b/config/eww/eww.scss
@@ -0,0 +1,63 @@
+* {
+ all: unset;
+ background: transparent;
+ font-family: "JetBrainsMono Nerd Font";
+ border-radius: 10px;
+}
+
+$bg: #111111;
+$bg1: #111111;
+$bg2: #26233a;
+$fg: #ebbcba;
+$fgdim: #6e6a86;
+$accent: #9ccfd8;
+$border: #ebbcba;
+
+.container {
+ background-color: $bg1;
+ border: 1px solid $border;
+ color: $fg;
+ border-radius: 10px;
+ padding: 6px;
+ opacity: 0.9;
+}
+
+.button-label, .label {
+ font-size: 24px;
+ font-weight: bold;
+ color: $fg;
+}
+
+.completelytrans {
+ background: none;
+}
+
+.calendar-label {
+ font-size: 16px;
+ font-weight: bold;
+ color: $fg;
+}
+
+window {
+ all: unset;
+ background: transparent;
+}
+
+calendar, calendar.view, calendar.header {
+ all: unset;
+ background-color: $bg;
+ color: $fgdim;
+ font-size: 18px;
+ border-radius: 10px;
+}
+
+calendar:indeterminate {
+ color: #665c54;
+}
+
+calendar:selected {
+ background-color: $bg2;
+ border: 1px solid $accent;
+ color: $fg;
+ border-radius: 4px;
+}