• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H29-Nov-2021-306,423251,609

AUTHORSH A D29-Nov-2021322 106

HACKINGH A D29-Nov-20212.1 KiB4128

LICENSEH A D29-Nov-202134.3 KiB675553

README.mdH A D29-Nov-20213 KiB10563

install.shH A D03-May-202218.4 KiB442364

parse-sass.shH A D29-Nov-20211.5 KiB4939

update-matcha-online.shH A D29-Nov-2021410 97

README.md

1<img src="https://github.com/vinceliuice/matcha/blob/imgs/logo.png" alt="Logo" align="right" /> Matcha Gtk Theme
2======
3
4Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc.
5
6This theme is based on Arc gtk theme of horst3180. Thanks horst3180 sincerely for his great job!
7
8horst3180 - Arc gtk theme: https://github.com/horst3180/Arc-theme
9
10## Info
11
12### GTK+ > 3.20
13
14### GTK2 engines requirment
15- GTK2 engine Murrine 0.98.1.1 or later.
16- GTK2 pixbuf engine or the gtk(2)-engines package.
17
18Fedora/RedHat distros:
19
20    yum install gtk-murrine-engine gtk2-engines
21
22Ubuntu/Mint/Debian distros:
23
24    sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf
25
26ArchLinux:
27
28    pacman -S gtk-engine-murrine gtk-engines
29
30Solus:
31
32    sudo eopkg it gtk2-engine-murrine gtk-engines
33
34Other:
35Search for the engines in your distributions repository or install the engines from source.
36
37## Install
38
39### Install from source file
40
41Double-click to open that script file,
42Or open the terminal at current directory.
43
44Run
45
46    ./install.sh
47
48Usage:  `./install.sh`  **[OPTIONS...]**
49
50|  OPTIONS:     | |
51|:--------------|:-------------|
52| -d, --dest    | Specify theme destination directory (Default: $HOME/.themes) |
53| -n, --name    | Specify theme name (Default: Matcha) |
54| -c, --color   | Specify theme color variant(s) **[standard/light/dark]** (Default: All variants) |
55| -t, --theme   | Specify hue theme variant(s) **[aliz/azul/sea/pueril]** (Default: All variants) |
56| -g, --gdm     | Install GDM theme, this option need root user authority! please run this with sudo |
57| -r, --revert  | revert GDM theme, this option need root user authority! please run this with sudo |
58| -h, --help    | Show this help |
59
60### Fix for flatpak apps
61
62    sudo flatpak override --filesystem=~/.themes
63
64If you installed your theme in system theme folder then run:
65
66    sudo flatpak override --filesystem=/usr/share/themes
67
68### Install from flathub
69
70    flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
71    flatpak install flathub org.gtk.Gtk3theme.Matcha-sea
72
73### Install from repository
74
75Archlinux:
76This package is available in the AUR
77
78    yay -S matcha-gtk-theme
79
80FreeBSD:
81
82    # pkg install matcha-gtk-themes
83
84Solus:
85
86    sudo eopkg it matcha-gtk-theme
87
88### Firefox theme
89[Install Firefox theme](src/extra/firefox)
90
91#### Preview
92![Firefox-theme](src/extra/firefox/preview.png?raw=true)
93
94## Icon theme for Matcha
95
96- Qogir-manjaro:  https://github.com/vinceliuice/Qogir-icon-theme
97
98## Screenshots
99
100![01](https://github.com/vinceliuice/matcha/blob/imgs/screenshot01.png?raw=true) 
101![02](https://github.com/vinceliuice/matcha/blob/imgs/screenshot02.png?raw=true) 
102![03](https://github.com/vinceliuice/matcha/blob/imgs/screenshot03.png?raw=true) 
103![04](https://github.com/vinceliuice/matcha/blob/imgs/screenshot04.png?raw=true) 
104![05](https://github.com/vinceliuice/matcha/blob/imgs/screenshot05.png?raw=true) 
105