diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-22 19:07:22 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-22 19:07:22 +0530 |
commit | 06b3f563ac98b01663cc07e9c13a502ef97e3e7c (patch) | |
tree | 1d860b13cf3ce1920cd53ed5b9a8827039b5dba3 /.themes/.themes/MikunoNaka/xfwm4/shade-active.xpm | |
parent | 07f63a78326a637a0cb1e9bc53e75c813e400870 (diff) |
made the theme less rounder
Diffstat (limited to '.themes/.themes/MikunoNaka/xfwm4/shade-active.xpm')
-rw-r--r-- | .themes/.themes/MikunoNaka/xfwm4/shade-active.xpm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.themes/.themes/MikunoNaka/xfwm4/shade-active.xpm b/.themes/.themes/MikunoNaka/xfwm4/shade-active.xpm new file mode 100644 index 00000000..c8878804 --- /dev/null +++ b/.themes/.themes/MikunoNaka/xfwm4/shade-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * shade_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4d", +"+ c #e5e5e5", +"@ c #ff003e", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +"..........++++..........", +".........++++++.........", +"........++++++++........", +".......+++.++.+++.......", +"...........++...........", +"...........++...........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; |