added themes, niri waybar updat, nvim plugins updates and additions

This commit is contained in:
liph22
2026-02-03 09:43:40 +01:00
parent 1b652298ef
commit f3d1e7fdb1
78 changed files with 1443 additions and 1594 deletions

View File

@@ -1,57 +0,0 @@
/* * { */
/* font-family: "CaskaydiaCove Nerd Font", monospace; */
/* font-size: 18px; */
/* } */
window {
margin: 0px;
border: 1px solid #bd93f9;
border-radius: 8px;
background-color: #282a36;
}
#input {
margin: 5px;
border: none;
color: #f8f8f2;
background-color: #44475a;
}
#inner-box {
margin: 5px;
border: none;
background-color: #282a36;
}
#outer-box {
margin: 5px;
border: none;
background-color: #282a36;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #f8f8f2;
}
#entry.activatable #text {
color: #282a36;
}
#entry > * {
color: #f8f8f2;
}
#entry:selected {
background-color: #44475a;
}
#entry:selected #text {
font-weight: bold;
}

1
wofi/.config/wofi/style.css Symbolic link
View File

@@ -0,0 +1 @@
/home/liph/.config/wofi/themes/rose-pine-moon.css

View File

@@ -1,87 +0,0 @@
@import "theme.css";
* {
font-family: "CaskaydiaCove Nerd Font", monospace;
font-size: 18px;
}
/* Window */
window {
margin: 0px;
padding: 10px;
border: 2px solid @lavender;
border-radius: 8px;
background-color: @base;
}
/* Inner Box */
#inner-box {
margin: 5px;
padding: 10px;
border: none;
background-color: @base;
}
/* Outer Box */
#outer-box {
margin: 5px;
padding: 10px;
border: none;
background-color: @base;
}
/* Scroll */
#scroll {
margin: 0px;
padding: 10px;
border: none;
background-color: @base;
}
/* Input */
#input {
margin: 5px 20px;
padding: 10px;
border: none;
border-radius: 0.1em;
color: @text;
background-color: @base;
}
#input image {
border: none;
color: @red;
}
#input * {
outline: 4px solid @red!important;
}
/* Text */
#text {
margin: 5px;
border: none;
color: @text;
}
#entry {
background-color: @base;
}
#entry arrow {
border: none;
color: @lavender;
}
/* Selected Entry */
#entry:selected {
border: 0.11em solid @lavender;
}
#entry:selected #text {
color: @mauve;
}
#entry:drop(active) {
background-color: @lavender!important;
}

View File

@@ -1,8 +1,8 @@
window {
margin: 0px;
background-color: #232136;
border-radius: 0px;
border: 2px solid #eb6f92;
border-radius: 10px;
border: 2px solid #c4a7e7;
color: #e0def4;
font-family: "Monofur Nerd Font";
font-size: 20px;
@@ -10,10 +10,10 @@ window {
#input {
margin: 5px;
border-radius: 0px;
border-radius: 10px;
border: none;
border-radius: 0px;
color: #eb6f92;
border-radius: 10px;
color: #c4a7e7;
background-color: #393552;
}
@@ -22,7 +22,7 @@ window {
border: none;
background-color: #393552;
color: #232136;
border-radius: 0px;
border-radius: 5px;
}
#outer-box {
@@ -43,15 +43,15 @@ window {
}
#entry:selected {
background-color: #eb6f92;
background-color: #eba0ac;
color: #232136;
border-radius: 0px;
border-radius: 5px;
outline: none;
}
#entry:selected * {
background-color: #eb6f92;
background-color: #eba0ac;
color: #232136;
border-radius: 0px;
border-radius: 5px;
outline: none;
}