uploaded gtk config for round textboxes and termite padding

Former-commit-id: d0ae9134de
Former-commit-id: 148f5baa91e88cd38c1ac9a8156e21df3c81a6f5
Former-commit-id: 48fcc597536d27b2e65b52b621b2777b8732a861
Former-commit-id: be8470a3c77cb1e367116399d15b2a1bb2863d1a
This commit is contained in:
elena 2018-09-28 17:04:42 +03:00
parent 070a383a46
commit 2d511f2a5b

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;
}