mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 23:34:57 +08:00
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:
parent
070a383a46
commit
2d511f2a5b
1 changed files with 19 additions and 0 deletions
19
config/gtk-3.0/gtk.css
Normal file
19
config/gtk-3.0/gtk.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue