summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index bd741b9..c6192c5 100644
--- a/style.scss
+++ b/style.scss
@@ -1,3 +1,6 @@
+@use "sass:color";
+@use "scss/scheme";
+
// Common widgets
@use "scss/widgets";
@@ -11,4 +14,9 @@
* {
all: unset; // Remove GTK theme styles
+ caret-color: scheme.$rosewater;
+
+ selection {
+ background-color: color.change(scheme.$overlay2, $alpha: 0.3);
+ }
}