uploaded gtk config for round textboxes and termite padding

This commit is contained in:
elena 2018-09-28 17:04:42 +03:00
parent 95ea7b860b
commit d0ae9134de

19
config/gtk-3.0/gtk.css Normal file
View file

@ -0,0 +1,19 @@
/* Termite configuration */
VteTerminal, vte-terminal {
/*padding: 30px;*/
padding: 18px;
}
/* Textboxes */
GtkEntry {
padding: 6px 6px 6px 6px;
border-width: 4px;
border-style: solid;
border-radius: 20px;
border-color: #DEE6E7;
/*Disable shadow*/
box-shadow: 0 0 0 0px;
/*If font is unset, the current system font will be used.*/
font-family: monospace;
font-size: 9pt;
}