added ghostty config, finally added a real font to kitty :3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user