1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Commit Graph

309 Commits

Author SHA1 Message Date
Matt Harris
bb285d6b30 add new elementary terminal settings 2018-06-18 12:25:27 +01:00
Mayccoll
61ebcf599d
Merge pull request #134 from szdanowi/master
Added support for updating Cygwin's mintty colours configuration
2018-03-16 10:35:06 -05:00
Sebastian Zdanowicz
d2dc29ef93 Added support for updating Cygwin's mintty colours configuration 2018-03-16 00:50:59 +01:00
Mayccoll
18c593d75f
Merge pull request #133 from cbcoutinho/master
Fix gruvbox.sh with light colors instead of dark colors
2018-03-04 10:04:15 -05:00
cbcoutinho
d410c0d577 Fix gruvbox.sh with light colors instead of dark colors
See original README for correct color codes:
    https://github.com/morhetz/gruvbox
2018-03-04 15:33:08 +01:00
mquintero
b3e6ceeab2 add theme clone-of-ubuntu.sh 2018-02-26 15:55:18 -05:00
Mayccoll
3fc77150e7
Merge pull request #127 from showching/master
add user friendly error text if no saved profiles, possibly on a newly installed system.
2018-02-26 08:42:07 -05:00
Mayccoll
6a6e00226a
Merge pull request #128 from showching/add_theme
add a theme borrowed from Ubuntu 16.04, tested on CentOS 7
2018-02-26 08:41:06 -05:00
showching
d71d381993 add a theme borrowed from Ubuntu 16.04, tested on CentOS 7 2018-02-26 19:07:07 +08:00
showching
38455d96f7 add a theme borrowed from Ubuntu 16.04, tested on CentOS 7 2018-02-26 18:54:33 +08:00
showching
84e96d9771 add user friendly error text if no saved profiles, possibly on a newly installed system. 2018-02-26 18:36:50 +08:00
Mayccoll
4b6fa9e3c9
Merge pull request #126 from lassimus/master
Change #121212 to #1b1d1e
2018-02-24 16:22:08 -05:00
lassimus
327e3c0d56 Change #121212 to #1b1d1e
As far as I can tell, the Molokai colorscheme comes from vim.
I updated the background and host color to match
https://github.com/tomasr/molokai
2018-02-24 09:36:22 -05:00
Mayccoll
a4fb926380
Merge pull request #124 from mdh34/gooey
Add gooey theme 👍
2018-01-20 09:21:50 -05:00
Matt Harris
e399495c7c add to main script and readme 2018-01-19 21:56:42 +00:00
Matt Harris
cf736cd5d1 gooey theme 2018-01-19 21:51:15 +00:00
mquintero
dae1fc5ad8 Normalize theme names - Theme array 2017-12-27 12:12:48 -05:00
mquintero
6e9b059b6b normalize theme names 2017-12-27 12:10:17 -05:00
mquintero
3b6c20478b Fix typos 2017-12-27 11:59:05 -05:00
mquintero
ca5c0146e2 Trim White space 2017-12-27 11:45:55 -05:00
mquintero
3fe930dfdd Add git ignore 2017-12-27 10:02:04 -05:00
mquintero
026452e5ac Remove white space #120 2017-12-27 09:59:15 -05:00
Mayccoll
82cfe7b18e
Merge pull request #118 from ramlmn/minor-edits
Minor tweaks
2017-12-20 09:27:25 -05:00
Ram Lmn
860c24ed58 Minor tweaks
- Format README.md and add links to theme authors
- Fix indentation in gogh.sh
- Modify comments to identify colors by their name rather than their
use
- shellcheck errors
  - quote variables in most places to prevent word globbing
  - use $(cmd) instead of legacy `cmd`
2017-12-20 17:49:26 +05:30
Mayccoll
e5b0c37ad8
Merge pull request #117 from ramlmn/add-snazzy-theme
Add Snazzy theme by Sindre Sorhus
2017-12-18 10:29:24 -05:00
Ram Lmn
3b7bef08f4
Add Snazzy theme by Sindre Sorhus 2017-12-17 20:06:20 +05:30
mquintero
22bfdbc3b5 change +x permissions to srcery.sh 2017-12-04 11:02:26 -05:00
mquintero
bdf862b4d9 Add new themes to the array 2017-12-04 11:00:45 -05:00
Mayccoll
7edf4c6fec
Merge pull request #115 from Akyshnik/patch-3
Add Srcery theme source to README.md
2017-11-30 18:21:14 -05:00
Arkady Telegin
93a45487a9
Add Srcery theme source to README.md
Ugh, forgot to add it with a main commit.
2017-11-30 23:45:35 +04:00
Mayccoll
f78dff0b4a
Merge pull request #114 from Akyshnik/patch-2
Add Screry theme to themes.md
2017-11-30 11:36:58 -05:00
Arkady Telegin
665f8385b0
Add Screry theme to themes.md 2017-11-30 19:40:42 +04:00
Mayccoll
ff95bab894
Merge pull request #113 from Akyshnik/patch-1
Add srcery theme
2017-11-30 09:01:59 -05:00
Arkady Telegin
6238a46ea1
Add screenshot of color output 2017-11-30 13:14:54 +04:00
Arkady Telegin
d3e43cdd88
Add srcery.sh theme
Add srcery.sh theme, originally created by https://github.com/roosta/vim-srcery
2017-11-30 13:10:45 +04:00
Mayccoll
6c954c6836 Merge pull request #107 from bohlender/iTerm2-support
Resolved remaining issues with iTerm2/OSX
2017-10-23 08:12:53 -05:00
Dimitri Bohlender
aa1e8793c5 On OSX gogh.sh will use curl now 2017-10-21 02:05:24 +02:00
Dimitri Bohlender
de1bf4c132 OSX requires themes scripts to use curl & bash 3 2017-10-21 01:58:17 +02:00
Dimitri Bohlender
10130c560b Fixed issues with old bash & missing wget on OSX 2017-10-21 00:04:18 +02:00
Dimitri Bohlender
aae3f59d5f Fixed gogh_colours not printing colours on OSX 2017-10-20 20:47:45 +02:00
Mayccoll
8471ccd3b2 Merge pull request #104 from bohlender/master
Added a variant of "One Half Dark"
2017-10-19 16:10:52 -05:00
Mayccoll
98f801b000 Merge pull request #105 from bohlender/iTerm2-support
Added iTerm2 support
2017-10-19 16:10:13 -05:00
Dimitri Bohlender
8e703feac1 Minor tweaks to comments 2017-10-19 22:34:04 +02:00
Dimitri Bohlender
287df3fb31 Removed old (now not applying) comment 2017-10-19 22:32:06 +02:00
Dimitri Bohlender
96c048b92b Fixed warning on Linux 2017-10-19 22:05:35 +02:00
Dimitri Bohlender
49216ea36d Added basic support for iTerm2 2017-10-19 22:05:32 +02:00
Dimitri Bohlender
edc517d1b5 Fixed one-half-dark to avoid color 0 & bg be the same colour 2017-10-19 11:34:24 +02:00
Dimitri Bohlender
bf24d5d6c1 Added "One Half Dark" theme by @sonph 2017-10-19 11:13:48 +02:00
Mayccoll
6301b29669 Merge pull request #103 from bohlender/master
Fixed $TERMINAL containing name of shell
2017-10-17 15:34:25 -05:00
Dimitri Bohlender
e86a1d2d4d Fixed $TERMINAL containing name of shell 2017-10-17 21:57:59 +02:00