diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-21 19:21:46 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-21 19:21:46 +0530 |
commit | 158b6cd4efe058b1e21a020f3861c610818a1a67 (patch) | |
tree | fd35be35323cc8b9785e86f3580936813967f2e7 /.themes/MikunoNaka/xfwm4/stick-toggled-prelight.xpm | |
parent | 1b3658c85f5a5a25643da0cc417c70986b7caa6a (diff) |
Tweaked the custom gtk theme
Diffstat (limited to '.themes/MikunoNaka/xfwm4/stick-toggled-prelight.xpm')
-rw-r--r-- | .themes/MikunoNaka/xfwm4/stick-toggled-prelight.xpm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.themes/MikunoNaka/xfwm4/stick-toggled-prelight.xpm b/.themes/MikunoNaka/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 00000000..87aedd1b --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * stick_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +".........++++++.........", +".........++++++.........", +"........++++++++........", +"........++++++++........", +".........++++++.........", +".........++++++.........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; |