move ghostty and hyprland to dotfiles

This commit is contained in:
Johannes Knopp
2025-09-06 16:23:15 +02:00
parent 14e4d4fe3e
commit 465634d8bf
16 changed files with 3290 additions and 2 deletions

View File

@ -0,0 +1,52 @@
window {
margin: 0px;
border: 1px solid #61AFEF; /* One Dark blue */
background-color: #282C34; /* One Dark background */
}
#input {
margin: 5px;
border: none;
color: #ABB2BF; /* One Dark fg */
background-color: #3E4451; /* One Dark gutter/bg */
}
#inner-box {
margin: 5px;
border: none;
background-color: #282C34; /* match window bg */
}
#outer-box {
margin: 5px;
border: none;
background-color: #282C34; /* match window bg */
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
margin-left: 10px;
border: none;
color: #ABB2BF; /* One Dark fg */
}
#entry.activatable #text {
color: #282C34; /* invert to bg for activation */
}
#entry > * {
color: #ABB2BF; /* One Dark fg */
}
#entry:selected {
background-color: #3E4451; /* selected background */
}
#entry:selected #text {
font-weight: bold;
}