aboutsummaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-14 14:58:26 -0500
committerRosa <rosaontheweb@proton.me>2026-01-14 14:58:26 -0500
commit44c11be5831b178777bae2794848e0365d813471 (patch)
tree96e54297c42be750cbca82c36377c1d359197ada /user
parent691e161926912b7408dfc328712d892515af07b1 (diff)
make editor background transparent
Diffstat (limited to 'user')
-rw-r--r--user/home/kakoune/colors/rose-pine.kak12
1 files changed, 6 insertions, 6 deletions
diff --git a/user/home/kakoune/colors/rose-pine.kak b/user/home/kakoune/colors/rose-pine.kak
index 0c96095..83bd87a 100644
--- a/user/home/kakoune/colors/rose-pine.kak
+++ b/user/home/kakoune/colors/rose-pine.kak
@@ -50,13 +50,13 @@ echo "
## builtin
echo "
- face global Default ${text},${base}
- face global PrimarySelection default,${highlight}
- face global SecondarySelection default,${highlightInactive}
+ face global Default ${text},default
+ face global PrimarySelection ${base},${foam}
+ face global SecondarySelection ${base},${pine}
face global PrimaryCursor ${base},${text}
face global SecondaryCursor default,${inactive}
- face global LineNumbers ${subtle},${base}
- face global LineNumberCursor ${gold},${base}
+ face global LineNumbers ${subtle},default
+ face global LineNumberCursor ${gold},default
face global MenuForeground ${text},${overlay}
face global MenuBackground ${subtle},${surface}
face global MenuInfo ${inactive}
@@ -69,7 +69,7 @@ echo "
face global StatusCursor ${base},${text}
face global Prompt ${foam},${surface}
face global MatchingChar default+u
- face global BufferPadding ${inactive},${base}
+ face global BufferPadding ${inactive},default
face global Whitespace ${inactive}+f
"