added ghostty config, finally added a real font to kitty :3

This commit is contained in:
Robin
2025-07-24 21:06:10 +02:00
parent 181d52ef89
commit 86079040ad
108 changed files with 78 additions and 52806 deletions

View File

@@ -29,7 +29,7 @@ window {
}
#inner-box {
margin: 2px;
padding: 5px
padding: 5px;
border: none;
}
#outer-box {
@@ -92,10 +92,10 @@ window {
}
#entry:selected {
box-shadow: 1px 1px 5px rgba(255,255,255, .03);
box-shadow: 1px 1px 1px 1px rgba(255,255,255, .03);
border: none;
border-radius: 20px;
background-color:transparent;
background-color: rgba(20,20,20, .3);
}
#entry:selected #text {
color: @mauve;