Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gogh 2.0 #160

Merged
merged 30 commits into from
Dec 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
dfa6c56
Major change
phenonymous Nov 5, 2018
d1eafe6
Added tilix support
phenonymous Nov 5, 2018
a453f6a
Major update with tilix support
phenonymous Nov 5, 2018
b54f0cb
Update gogh.sh
phenonymous Nov 6, 2018
0b4c843
Update gogh.sh
phenonymous Nov 6, 2018
96c6098
Update gogh.sh
phenonymous Nov 6, 2018
37e58cb
Update gogh.sh
phenonymous Nov 6, 2018
e3c9f1d
Update gogh.sh
phenonymous Nov 6, 2018
c5c84bf
Update gogh.sh
phenonymous Nov 6, 2018
b4aae6e
Major update with tilix support
phenonymous Nov 7, 2018
88f07d5
Major update with tilix support
phenonymous Nov 7, 2018
f4f280d
Update gogh.sh
phenonymous Nov 7, 2018
edd964b
Update gogh.sh
phenonymous Nov 9, 2018
b2f7a80
Update gogh.sh
phenonymous Nov 9, 2018
c60eb20
Major update with tilix support
phenonymous Nov 13, 2018
db039c6
Major update with tilix support
phenonymous Nov 21, 2018
61fb958
Major update with tilix support
phenonymous Nov 22, 2018
553adf3
Merge remote-tracking branch 'upstream/master'
phenonymous Nov 22, 2018
3e0fffd
Add support to show all themes without applying
phenonymous Nov 27, 2018
0ef494e
Major update with tilix support
phenonymous Nov 27, 2018
75ad420
Major update with tilix support
phenonymous Nov 27, 2018
e8195e9
Showcase themes without applying the theme
phenonymous Nov 27, 2018
851ac59
Major update with tilix support
phenonymous Nov 27, 2018
cd200b7
Major update with tilix support
phenonymous Nov 29, 2018
e1dc74f
Change to 'bash -c' instead of 'eval'
phenonymous Nov 29, 2018
ae3ff8d
Update README.md
phenonymous Nov 30, 2018
5bddddd
Add new line to EOF
phenonymous Nov 30, 2018
01f998e
Make sure exported variables get unset to avoid global variable pollu…
phenonymous Nov 30, 2018
ef624d3
Cleanup code
phenonymous Nov 30, 2018
8043e61
Add google themes in separate PR
phenonymous Nov 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
out.txt
gh-pages/node_modules
*lock*
.stfolder
apply-colors-original.sh
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Gogh

## :small_orange_diamond: [Visit the Website](http://mayccoll.github.io/Gogh) :small_orange_diamond:

## Color Scheme for Gnome Terminal and Pantheon Terminal
## Color Scheme for Gnome Terminal, Pantheon Terminal and Tilix

Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that use gnome terminal or Pantheon Terminal, initially inspired by Elementary OS Luna. Also work on iTerm for macOS. You can check some themes [here...](https://mayccoll.github.io/Gogh/)
Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that use gnome terminal, Pantheon Terminal or Tilix, initially inspired by Elementary OS Luna. Also work on iTerm for macOS. You can check some themes [here...](https://mayccoll.github.io/Gogh/)

![elementary](https://raw.githubusercontent.com/Mayccoll/Gogh/master/images/demos/themes.gif)

Expand All @@ -19,15 +19,21 @@ Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that u
## Pre-Install

```bash
$ sudo apt-get install dconf-cli
$ sudo apt-get install dconf-cli
```

## [Install](https://github.com/Mayccoll/Gogh/blob/master/content/install.md)

Just copy and paste One line command.

```bash
$ wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh
$ bash -c "$(wget -qO- https://git.io/vQgMr)"
```

or if you are a mac user

```bash
$ bash -c "$(curl -sLo- https://git.io/vQgMr)"
```

**DEMO:**
Expand Down
Loading