nvim config edits, rename 'old_configs' -> 'non-nix_configs'

This commit is contained in:
2024-11-30 20:44:44 +01:00
parent aab3736f53
commit 2ab8903697
180 changed files with 113 additions and 38 deletions
+14
View File
@@ -0,0 +1,14 @@
term=ghostty
location=center
width=26%
lines=9
prompt=Search Applications
show=drun
insensitive=true
allow_images=true
hide_scroll=true
always_parse_args=true
show_all=true
+59
View File
@@ -0,0 +1,59 @@
@define-color purple #881798;
* {
transition: 0.2s;
color: #aaaaaa;
}
#window {
background-color: #1e1e2e;
/* background: linear-gradient(27deg, rgba(249,255,150,1) 0%, rgba(113,181,120,1) 54%, rgba(21,85,165,1) 100%);*/
/* background-image: url("file:///home/liamm/pictures/wp-store/dystopian-cyber-city.jpg");*/
/* background-position: 50% 30%;*/
background-size: auto 200%;
border: 2.0px solid;
border-color: @purple;
border-color: @darkpurple;
border-radius: 10px;
}
#input {
border-radius: 20px;
margin: 0 20px 20px 20px;
padding: 10px 10px;
background-color: #292929;
font-weight: 400;
color: #ffffffff;
font-size: 24px;
}
#outer-box {
padding: 20px;
color: #000000;
font-family: 'Source Code Pro';
font-weight: 400;
border: 2px;
border-color: #00ffb2ff;
}
#expander {
background-color: rgba(69, 29, 50, 0.0);
color: #292929;
}
#entry {
font-size: 20px;
font-weight: 400;
color: #ffffffff;
margin: 10px 0px;
padding: 10px 10px;
border-radius: 20px;
}
#entry:selected{
background-color:rgba(255,255,255,0.3);
}
#entry:hover {
color: #ffaa34;
}