diff options
author | blue-devil-93 <[email protected]> | 2021-06-24 10:32:21 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-24 10:32:21 +0200 |
commit | 9bf6f4ec2f77fd09a12ba2b68416e81a13b4ca3d (patch) | |
tree | 497fa90cd62785e4c9a522d265f323598fe575d8 /desktop-themes/YaruOk/xfwm4/close-inactive.xpm | |
parent | fb195c9951cd9d87cd650f1cb901dbfc5966ab04 (diff) | |
download | mate-themes-9bf6f4ec2f77fd09a12ba2b68416e81a13b4ca3d.tar.bz2 mate-themes-9bf6f4ec2f77fd09a12ba2b68416e81a13b4ca3d.tar.xz |
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.
Diffstat (limited to 'desktop-themes/YaruOk/xfwm4/close-inactive.xpm')
-rw-r--r-- | desktop-themes/YaruOk/xfwm4/close-inactive.xpm | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/desktop-themes/YaruOk/xfwm4/close-inactive.xpm b/desktop-themes/YaruOk/xfwm4/close-inactive.xpm new file mode 100644 index 00000000..7ef0eb9d --- /dev/null +++ b/desktop-themes/YaruOk/xfwm4/close-inactive.xpm @@ -0,0 +1,96 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"20 24 66 1 ", +" c #918E8A", +". c #F9F8F8", +"X c gray100", +"o c #FEFEFE", +"O c #D4D2D0", +"+ c #9D9996", +"@ c #85827E", +"# c #EDECEB", +"$ c #FDFDFD", +"% c #E4E3E2", +"& c #D9D7D5", +"* c #EBE9E9", +"= c #6B6A6A", +"- c #E7E5E4", +"; c #F0EEEE", +": c #7E7D7D", +"> c #DBD9D8", +", c #7C7C7C", +"< c #F2F0F0", +"1 c #F6F5F5", +"2 c #7C7B7B", +"3 c #F1F1F1", +"4 c #F4F3F3", +"5 c #EBEAE9", +"6 c #D5D3D1", +"7 c gray95", +"8 c #DEDCDA", +"9 c #E0DEDD", +"0 c #E2E1DF", +"q c #EEEDED", +"w c gray93", +"e c #E2E1E0", +"r c #D6D4D2", +"t c #E9E8E8", +"y c #ECEAEA", +"u c #E1DFDE", +"i c #DEDDDC", +"p c #DCDBDA", +"a c #F2F1F0", +"s c #E0DFDE", +"d c #DFDDDC", +"f c gray97", +"g c #E1E0DF", +"h c #EAE9E8", +"j c #D0CECB", +"k c #CECBC9", +"l c #E3E2E1", +"z c #717070", +"x c #DFDDDB", +"c c #F9F9F9", +"v c #E2E0DF", +"b c gray85", +"n c #DCDAD9", +"m c #DDDBDA", +"M c #EBEAEA", +"N c #DEDCDB", +"B c #E7E5E5", +"V c #7D7C7C", +"C c #7C7A7A", +"Z c #929292", +"A c #7B7B7B", +"S c #CFCDCD", +"D c #B2B1B1", +"F c gray56", +"G c #D0CFCF", +"H c #B9B9B9", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@", +"....................", +"558&&&&&&&&&&&&&&855", +"h>j j>h", +">k aXXXXXXXXXXXXa k>", +"> #XXXXXXXXXXXXXX0 >", +"> Xoooooooooooooo. >", +"n XoooocoooocbHoo. n", +"p XoooZ:7oo7:zboo. p", +"m Xoof:=:77:=:foo. m", +"N X$$$3:=V,=:3$$$. N", +"i X$$$$3V==,3$$$$. i", +"d X....w2==2w..... d", +"9 X111M,=CA=,M111. 9", +"s X44q,=,tt,=,q44. s", +"g X<<<F2B<<B2zG<<. g", +"v X;;;;y;;;;ySD;;. v", +"e X##############. e", +"l #**************0 l", +"x0 O------------O 0x", +"r89 98r", +"66u%%%%%%%%%%%%%%u66", +"OOOOOOOOOOOOOOOOOOOO", +"++++++++++++++++++++" +}; |