1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Small fixes to docu theme

This commit is contained in:
Dave Davenport 2021-02-14 13:31:47 +01:00
parent 4e363e0c3f
commit 768aacf9c9
3 changed files with 5 additions and 2 deletions

View file

@ -224,6 +224,7 @@ theme_DATA=\
themes/blue.rasi\ themes/blue.rasi\
themes/c64.rasi\ themes/c64.rasi\
themes/dmenu.rasi\ themes/dmenu.rasi\
themes/docu.rasi\
themes/glue_pro_blue.rasi\ themes/glue_pro_blue.rasi\
themes/gruvbox-common.rasi\ themes/gruvbox-common.rasi\
themes/gruvbox-dark-hard.rasi\ themes/gruvbox-dark-hard.rasi\

View file

@ -250,6 +250,7 @@ install_data(
'themes/blue.rasi', 'themes/blue.rasi',
'themes/c64.rasi', 'themes/c64.rasi',
'themes/dmenu.rasi', 'themes/dmenu.rasi',
'themes/docu.rasi',
'themes/glue_pro_blue.rasi', 'themes/glue_pro_blue.rasi',
'themes/gruvbox-common.rasi', 'themes/gruvbox-common.rasi',
'themes/gruvbox-dark-hard.rasi', 'themes/gruvbox-dark-hard.rasi',

View file

@ -3,7 +3,8 @@
* User: Qball * User: Qball
* Copyright: Dave Davenport * Copyright: Dave Davenport
*/ */
/** Default settings. */
/** Default settings, every widget inherits from this. */
* { * {
/** Default background color is transparent. */ /** Default background color is transparent. */
background-color: transparent; background-color: transparent;
@ -15,7 +16,7 @@
* Entry box on top. * Entry box on top.
*/ */
entry { entry {
/** top bottom border */ /** top and bottom border */
border: 2px 0px; border: 2px 0px;
/** Dark grey border color */ /** Dark grey border color */
border-color: darkgrey; border-color: darkgrey;