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

794 Commits

Author SHA1 Message Date
Mgldvd
9b8dc3fc2a Added Predawn Theme 2023-02-16 22:53:02 +00:00
Mgldvd
1c4d86ea4b
Merge pull request #369 from ahamd3v/master
Added Predawn Theme
2023-02-16 17:51:12 -05:00
aham
4bc3744954 Added Predawn Theme 2023-02-16 15:51:01 +05:30
Mgldvd
ed9d0244d2 Fix index links 2023-02-12 23:44:13 +00:00
Mgldvd
4410f0ca1d update readme 2023-02-12 23:42:38 +00:00
Mgldvd
8f44a468e4 Update README add index 2023-02-12 23:37:54 +00:00
Mgldvd
a94bef5693 Merge branch 'master' of https://github.com/Gogh-Co/Gogh 2023-02-12 23:05:22 +00:00
Mgldvd
3629e702d9 Update README 2023-02-12 23:05:18 +00:00
github-actions[bot]
3da5b50b02 ------- Generate themes.json ------- 2023-02-12 22:44:21 +00:00
Mgldvd
7ca9208a94 add breath-darker.sh to gogh.sh 2023-02-12 22:43:26 +00:00
Mgldvd
8e3c77cfed
Merge pull request #367 from joser93/breath-darker
Breath darker
2023-02-12 17:41:31 -05:00
Mgldvd
03cfb254d3
Merge pull request #368 from CicadaCinema/patch-1
swap the labels between the cyan and purple colours
2023-02-12 17:39:47 -05:00
CicadaCinema
303cd3deed
swap the labels between the cyan and purple colours 2023-02-12 21:24:16 +00:00
José Roberto Sánchez
95b77fe0b7 duplicate breath with darker settings and highlight options 2023-02-12 20:55:18 +00:00
github-actions[bot]
ad7ac39ed2 ------- Generate themes.json ------- 2023-01-11 20:52:13 +00:00
Mgldvd
9585d2c80b
Merge pull request #365 from wez/patch-1
Fix broken colors in Catppuccin Mocha
2023-01-11 15:51:23 -05:00
Wez Furlong
1c485cdc73
Fix broken colors in Catppuccin Mocha
themes.json isn't fully parseable because of these broken color definitions.
Colors are imported from:
https://github.com/catppuccin/wezterm/blob/main/dist/catppuccin-mocha.toml#L12
https://github.com/catppuccin/wezterm/blob/main/dist/catppuccin-mocha.toml#L27
2023-01-11 13:45:41 -07:00
github-actions[bot]
a685d52146 ------- Generate themes.json ------- 2022-12-30 02:20:27 +00:00
Mgldvd
d3544f935e
Merge pull request #364 from mstuttgart/everforest-theme
Add Everforest Dark and Light theme set
2022-12-29 21:18:41 -05:00
Michell Stuttgart
01ad326558 Add Everforest Dark and Light theme set 2022-12-29 22:25:10 -03:00
github-actions[bot]
57bead62e0 ------- Generate themes.json ------- 2022-12-12 23:51:58 +00:00
Mgldvd
4f14bf46b6
Merge pull request #363 from planet36/update-srcery
Update srcery
2022-12-12 18:51:05 -05:00
planet36
d538bcefe6 Update srcery.sh 2022-12-12 18:16:58 -05:00
planet36
17ca9e57b3 Fix link 2022-12-12 18:16:33 -05:00
Mgldvd
78190e48c8
Merge pull request #362 from HendrikPetertje/boyscout-fix-permitions-for-new-themes
Make all new themes introduced recently executable
2022-12-12 09:28:29 -05:00
Peter van der Meulen
ca19fbac82
Make all new themes introduced recently executable 2022-12-12 11:23:13 +01:00
github-actions[bot]
a011ef81dd ------- Generate themes.json ------- 2022-12-07 15:10:51 +00:00
Mgldvd
46584398e2 Add new themes to gogh file 2022-12-07 10:09:38 -05:00
Mgldvd
6a139694b2
Merge pull request #361 from prateektade/add-more-themes
Add Catppuccin, Everblush and Rosé Pine themes
2022-12-07 10:06:44 -05:00
prateektade
8e14cf9a61 Add Catppuccin, Dracula and Rosé Pine scripts to themes folder 2022-12-07 19:08:00 +05:30
prateektade
76bbec4d25 Add Catppuccin, Dracula and Rosé Pine themes 2022-12-07 19:05:26 +05:30
Mgldvd
11a9e8e2f6
Merge pull request #359 from HendrikPetertje/fix-alacritty-generators
Fix Alacritty configuration script and docs
2022-11-22 20:01:25 -05:00
Peter van der Meulen
4a1cee9d29
Fix Alacritty configuration script and docs
Alacritty looks for its configuration files in a small range of folders on OSX
and other unix systems

When getting started with this project I noticed that on OSX the user_config_dir
defaults to "[/Users/username/Library/Application Support](https://github.com/ActiveState/appdirs#some-example-output)"
This location is not among the locations Alacritty looks for according to [their own docs](https://github.com/alacritty/alacritty#configuration),
so installing a theme was bit of a pain.

I moved some stuff around to make the install script a little bit smarter, I
then also created a requirements.txt file to go along with the python file to
make sure users know what dependencies work with the script.

Installation of a theme also performs destructive/constructive actions on the
main configuration file for Alacritty so I also included a little prompt for the
user to double check if they really really want to write to the config file.

Lastly I updated the installation instructions to help alacritty users get
started

Unrelated (biased) side-point:
Most Unix terminal config lives in ~/.config/your_app_name these days. `src` is
bit of a weird name for a pretty specific theme engine on someone's computer.
I'm not going to make the change here, but I would deffo reccomend updating
documentation and scripts to install Gogh to the config DIR instead.
2022-11-22 22:26:00 +01:00
github-actions[bot]
f8b6173d18 ------- Generate themes.json ------- 2022-10-17 16:35:30 +00:00
Mgldvd
c79eefb259 KANAGAWA 2022-10-17 11:34:07 -05:00
Mgldvd
cabd70c35e
Merge pull request #355 from jeffwindsor/master
ported from rebelot/kanagawa.nvim
2022-10-17 10:52:34 -05:00
Jeff Windsor
7953b6a65b ported from rebelot/kanagawa.nvim 2022-10-10 21:47:31 -07:00
Mgldvd
b954744410 Downgrade axios version for gh-pages 2022-10-07 13:15:27 -05:00
github-actions[bot]
a2a010a686 ------- Generate themes.json ------- 2022-10-07 18:03:16 +00:00
Mgldvd
63cc19422f Add Breeze, Breath, Breath Light, and Breath Silverfox 2022-10-07 13:02:48 -05:00
Mgldvd
cad35bb076
Merge pull request #354 from deniandriancode/deniandriancode
Add Breeze, Breath, Breath Light, and Breath Silverfox colorschemes
2022-10-07 13:00:28 -05:00
deniandriancode
724d50780e Add Breeze, Breath, Breath Light, and Breath Silverfox colorschemes 2022-10-04 21:03:58 +07:00
Mgldvd
941a2076ee
Merge pull request #350 from shagohead/master
Fix TERM checking for kitty under Darwin
2022-07-30 13:25:39 -05:00
shagohead
e777605f33 Fix TERM checking for kitty under Darwin 2022-07-30 12:08:20 +03:00
github-actions[bot]
6af0b3666c ------- Generate themes.json ------- 2022-07-21 00:50:46 +00:00
Mgldvd
34ac8a5533 add SynthWave Alpha to README 2022-07-20 19:50:02 -05:00
Mgldvd
a99e39e649 add synthwave-alpha.sh to gogh list 2022-07-20 19:48:49 -05:00
Mgldvd
ad5e0bc6d9
Merge pull request #347 from vikpe/master
Add Synthwave Alpha theme
2022-07-20 19:47:21 -05:00
Viktor Persson
8823942b23
Add Synthwave Alpha theme 2022-07-20 21:58:40 +02:00
Mgldvd
3fb6e80493
✏️ Fix typo 2022-06-27 11:48:39 -05:00