From 9bf6f4ec2f77fd09a12ba2b68416e81a13b4ca3d Mon Sep 17 00:00:00 2001 From: blue-devil-93 <59343188+blue-devil-93@users.noreply.github.com> Date: Thu, 24 Jun 2021 10:32:21 +0200 Subject: Propose a different traditional ok implentation (#290) * tr * Propose another Traditonal Ok implementation based on Yaru * Makefile * fix makefile * remove whitespace+ * remove trailing whitespaces * rename it to traditionalok * move Theme to yaruok * Fix regression in mate appearance yaruok * Sync with official branch * readd traditionalokf * fix YaruOK case mismatch * improve tabs on gtk4 * fix Makefile.am * Add YaruGreen * Fix YaruGreen GTK3 * Fix Build - first try * Fix Build - second try * Fix Build - third try * improve colors of yaru green, decrease tab size * import scrollbar code from traditional green to yaru green * fix build * Tab_alignment_fix_for_yaru_green * add panel grip * decrease_tab_size fix_panel fix_link_color * sync_yru_ok_with_green * addpanel_gripper_to yaru * darken yarugreen scrollbar as requested * decrease border radius for popover on yaru grren and ok * decrease border radius for popover on yaru grren and ok . * fiy overlay - first try * fix osd colors * improve tabs and panel grabber * decrease popover and menu radius to 2px * fix mate-calc * fix mate-calc. --- desktop-themes/YaruOk/xfwm4/maximize-active.xpm | 75 +++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 desktop-themes/YaruOk/xfwm4/maximize-active.xpm (limited to 'desktop-themes/YaruOk/xfwm4/maximize-active.xpm') diff --git a/desktop-themes/YaruOk/xfwm4/maximize-active.xpm b/desktop-themes/YaruOk/xfwm4/maximize-active.xpm new file mode 100644 index 00000000..afb788ba --- /dev/null +++ b/desktop-themes/YaruOk/xfwm4/maximize-active.xpm @@ -0,0 +1,75 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"20 24 45 1 ", +" c #4E76A8", +". c #48668A", +"X c #E1EAF6", +"o c #B2CCED", +"O c #9EBDE5", +"+ c #86ABD9", +"@ c #455D7C", +"# c #7AA1D1", +"$ c #94B6E1", +"% c #9BBBE4", +"& c #7AA2D2", +"* c #78A0D1", +"= c #82A8D7", +"- c #749DCF", +"; c #91B3DF", +": c #83A9D7", +"> c #81A7D6", +", c #97B8E2", +"< c #7DA4D4", +"1 c #7099CC", +"2 c #8BAFDC", +"3 c #8DB1DD", +"4 c #95B6E1", +"5 c #7FA5D5", +"6 c #99B9E3", +"7 c #99BAE3", +"8 c #7BA2D2", +"9 c #93B5E0", +"0 c #84A9D8", +"q c #8FB1DD", +"w c #84A9D7", +"e c #8AAEDB", +"r c #86AAD8", +"t c #729BCD", +"y c #8DB0DC", +"u c #7CA3D3", +"i c #8CAFDB", +"p c #83A8D7", +"a c #89ADDA", +"s c #88ADDB", +"d c #80A6D5", +"f c #90B2DE", +"g c #7EA5D4", +"h c #87ABD9", +"j c #648EC3", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@", +"oooooooooooooooooooo", +"77+==============+77", +",0t..............t0,", +"01.2oooooooooooo2.10", +"<.+OOOOOOOOOOOOOO1.<", +"g.O%%%%%%%%%%%%%%+.g", +"d.O66 66+.d", +">.O,, XXXXXXXX ,,+.>", +"p.O44 XXXXXXXX 44+.p", +"w.O99 X X 99+.w", +"r.O;; X ;;;; X ;;+.r", +"h.O++ X ++++ X +++.h", +"a.O:: X :::: X ::+.a", +"e.O>> X X >>+.e", +"i.O55 XXXXXXXX 55+.i", +"y.O<< <<+.y", +"q.O&&&&&&&&&&&&&&+.q", +"f.+**************1.f", +"s3.j------------j.3s", +"u+2..............2+u", +"883$$$$$$$$$$$$$$388", +"####################", +" " +}; -- cgit v1.2.1