Reset dotfiles using stow
This commit is contained in:
@@ -1,42 +0,0 @@
|
||||
window {
|
||||
border: 0px solid #ca93f9;
|
||||
font-family: FiraCode Nerd Font;
|
||||
font-size: 16px;
|
||||
border-radius: 12px;
|
||||
padding: 10px;
|
||||
background: linear-gradient(#e66465, #9198e5);
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #f8f8f2;
|
||||
background-color: #44475a;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
border-radius: 12px;
|
||||
background-color: #282a36;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
border-radius: 12px;
|
||||
background-color: #282a36;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
#entry {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #b767d9;
|
||||
}
|
||||
Reference in New Issue
Block a user