From 9d0248a466c9ce24395e184c73b5505aaaea6c0e Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Tue, 2 Feb 2021 23:08:24 +0100 Subject: [PATCH] selenized themes --- bin/mb-jgtools | 8 ++++---- mb-jgtools/jgobthemes/Selenized-black.colorrc | 18 ++++++++++++++++++ mb-jgtools/jgobthemes/Selenized-dark.colorrc | 17 +++++++++++++++++ 3 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 mb-jgtools/jgobthemes/Selenized-black.colorrc create mode 100644 mb-jgtools/jgobthemes/Selenized-dark.colorrc diff --git a/bin/mb-jgtools b/bin/mb-jgtools index c7e4e32..ad6ce01 100755 --- a/bin/mb-jgtools +++ b/bin/mb-jgtools @@ -134,11 +134,11 @@ color_sel_bg = ${color_sel_bg:-#169f6f 60} color_sel_fg = ${color_sel_fg:-#f8f8f8 100} color_sel_border = ${color_sel_border:-#504e65 100} color_sep_fg = ${color_sep_fg:-#4D4D4D 100} -color_sep_bg = ${color_sep_bg:-#262626 100} +color_sep_bg = ${color_sep_bg:-#169f6f 100} color_title_fg = ${color_title_fg:-#4D4D4D 100} color_title_border = ${color_title_border:-#169f6f 100} -color_title_bg = ${color_title_bg:-#262626 100} -color_scroll_ind = ${COLOR_SCROLL_IND:-#504e65 100} +color_title_bg = ${color_title_bg:-#169f6f 100} +color_scroll_ind = ${color_scroll_ind:-#504e65 100} sep_markup = weight="bold" foreground="${color_title_fg% *}" sep_halign = ${sep_halign:-center} @@ -694,7 +694,7 @@ jgmenu_icon_size=0 [ -d $(xdg-user-dir PICTURES)/screenshots ] || mkdir -p $(xdg-user-dir PICTURES)/screenshots -IMG="$(xdg-user-dir PICTURES)/screenshots/Mabox_%Y-%m-%d-%H:%M:%s.png" +IMG="$(xdg-user-dir PICTURES)/screenshots/Mabox_%Y-%m-%d-%H-%M-%s.png" VIEW="'viewnior $IMG'" THUMB="$(DISPLAY=:0 scrot -t 340x213 -o $HOME/.config/mabox/jgscrot.png -e 'echo $m')" diff --git a/mb-jgtools/jgobthemes/Selenized-black.colorrc b/mb-jgtools/jgobthemes/Selenized-black.colorrc new file mode 100644 index 0000000..a368600 --- /dev/null +++ b/mb-jgtools/jgobthemes/Selenized-black.colorrc @@ -0,0 +1,18 @@ +item_radius = 2 +item_border = 1 +sep_height = 5 +sep_halign = center +menu_gradient_pos=top_right +color_menu_bg = #181818 90 +color_menu_bg_to = #252525 90 +color_menu_border = #252525 100 +color_norm_bg = #222222 0 +color_norm_fg = #b9b9b9 100 +color_sel_bg = #3b3b3b 50 +color_sel_fg = #70b433 100 +color_sel_border = #3b3b3b 100 +color_sep_fg = #3b3b3b 90 +color_title_bg = #252525 40 +color_title_fg = #dbb32d 100 +color_title_border = #252525 100 +color_scroll_ind = #ff5e56 50 diff --git a/mb-jgtools/jgobthemes/Selenized-dark.colorrc b/mb-jgtools/jgobthemes/Selenized-dark.colorrc new file mode 100644 index 0000000..cc4ee8f --- /dev/null +++ b/mb-jgtools/jgobthemes/Selenized-dark.colorrc @@ -0,0 +1,17 @@ +item_radius = 2 +item_border = 1 +sep_height = 5 +sep_halign = right +menu_gradient_pos=left +color_menu_bg = #103c48 90 +color_menu_bg_to = #184956 90 +color_menu_border = #184956 100 +color_norm_bg = #222222 0 +color_norm_fg = #adbcbc 100 +color_sel_bg = #184956 100 +color_sel_fg = #ff665c 100 +color_sel_border = #84c747 0 +color_sep_fg = #53d6c7 20 +color_title_bg = #184956 100 +color_title_fg = #ebc13d 100 +color_title_border = #222222 0