summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-02-14 13:31:47 +0100
committerDave Davenport <qball@gmpclient.org>2021-02-14 13:31:47 +0100
commit768aacf9c9e13c7b4c88e254b46be945d50f89c1 (patch)
tree637a7f01cd7456212a34134fe84d24de5bd93079
parent4e363e0c3fad1849caf661b7095dd21c2cb11e5d (diff)
Small fixes to docu theme
-rw-r--r--Makefile.am1
-rw-r--r--meson.build1
-rw-r--r--themes/docu.rasi5
3 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 72d32534..8db56e95 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -224,6 +224,7 @@ theme_DATA=\
themes/blue.rasi\
themes/c64.rasi\
themes/dmenu.rasi\
+ themes/docu.rasi\
themes/glue_pro_blue.rasi\
themes/gruvbox-common.rasi\
themes/gruvbox-dark-hard.rasi\
diff --git a/meson.build b/meson.build
index 37a7f309..2c771f99 100644
--- a/meson.build
+++ b/meson.build
@@ -250,6 +250,7 @@ install_data(
'themes/blue.rasi',
'themes/c64.rasi',
'themes/dmenu.rasi',
+ 'themes/docu.rasi',
'themes/glue_pro_blue.rasi',
'themes/gruvbox-common.rasi',
'themes/gruvbox-dark-hard.rasi',
diff --git a/themes/docu.rasi b/themes/docu.rasi
index a44da960..6bdfba56 100644
--- a/themes/docu.rasi
+++ b/themes/docu.rasi
@@ -3,7 +3,8 @@
* User: Qball
* Copyright: Dave Davenport
*/
-/** Default settings. */
+
+/** Default settings, every widget inherits from this. */
* {
/** Default background color is transparent. */
background-color: transparent;
@@ -15,7 +16,7 @@
* Entry box on top.
*/
entry {
- /** top bottom border */
+ /** top and bottom border */
border: 2px 0px;
/** Dark grey border color */
border-color: darkgrey;