diff --git a/Makefile.am b/Makefile.am index a273caa6..16d4493e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,12 +127,16 @@ README.html: README.md ### themedir=$(pkgdatadir)/themes/ theme_DATA=\ - themes/android_notification.theme\ + themes/Adapta-Nokto.theme\ themes/Arc.theme\ + themes/DarkBlue.theme\ + themes/Indego.theme\ + themes/Monokai.theme\ + themes/Paper.theme\ + themes/android_notification.theme\ themes/blor.theme\ themes/blue.theme\ themes/c64.theme\ - themes/DarkBlue.theme\ themes/glue_pro_blue.theme\ themes/gruvbox-dark-hard.theme\ themes/gruvbox-dark-soft.theme\ @@ -141,7 +145,6 @@ theme_DATA=\ themes/gruvbox-light-soft.theme\ themes/gruvbox-light.theme\ themes/lb.theme\ - themes/Paper.theme\ themes/purple.theme\ themes/solarized.theme\ themes/solarized_alternate.theme diff --git a/themes/Adapta-Nokto.theme b/themes/Adapta-Nokto.theme new file mode 100644 index 00000000..3b237135 --- /dev/null +++ b/themes/Adapta-Nokto.theme @@ -0,0 +1,9 @@ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! Based on Adapta-Nokto GTK theme (https://github.com/adapta-project/adapta-gtk-theme) +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #3a4c54, #2a373e, #c3c6c8 +rofi.color-normal: #455a64, #fafbfc, #455a64, #00bcd4, #fafbfc +rofi.color-active: #455a64, #00bcd4, #455a64, #009688, #fdf6e3 +rofi.color-urgent: #455a64, #ff5252, #455a64, #ff5252, #fdf6e3 diff --git a/themes/Indego.theme b/themes/Indego.theme new file mode 100644 index 00000000..fb52997f --- /dev/null +++ b/themes/Indego.theme @@ -0,0 +1,14 @@ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! User: qball +! ------------------------------------------------------------------------------ +! "Color scheme for normal row" Set from: File +rofi.color-normal: argb:07986cb, #e8eaf6, #283593, #3f51b5, #e8eaf6 +! "Color scheme for urgent row" Set from: File +rofi.color-urgent: argb:0fdf6e3, #ffcdd2, #b71c1c, #ffcdd2, #b71c1c +! "Color scheme for active row" Set from: File +rofi.color-active: argb:0fdf6e3, #b2ebf2, #006064, #b2ebf2, #006064 +! "Color scheme window" Set from: File +rofi.color-window: #1a237e, #e8eaf6, #e8eaf6 +! "Separator style (none, dash, solid)" Set from: XResources +rofi.separator-style: solid diff --git a/themes/Monokai.theme b/themes/Monokai.theme new file mode 100644 index 00000000..8aaff2fb --- /dev/null +++ b/themes/Monokai.theme @@ -0,0 +1,14 @@ +! ------------------------------------------------------------------------------ +! ROFI Color theme +! User: milouse +! ------------------------------------------------------------------------------ +! "Color scheme for normal row" Set from: File +rofi.color-normal: argb:00272822, #f8f8f2, argb:00272822, #141411, #f8f8f2 +! "Color scheme for urgent row" Set from: File +rofi.color-urgent: argb:00272822, #f92672, argb:00272822, #f92672, #f8f8f2 +! "Color scheme for active row" Set from: File +rofi.color-active: argb:00272822, #a6e22a, argb:00272822, #141411, #a6e22a +! "Color scheme window" Set from: File +rofi.color-window: argb:ee272822, #002b36, #e6db74 +! "Separator style (none, dash, solid)" Set from: File +rofi.separator-style: solid