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

174 Commits

Author SHA1 Message Date
Phung Nhat-Huy
468b4580c6 Add Terminal-Basic colorscheme, based on iTerm2 2023-05-16 23:06:28 +02:00
Antoine Cotten
e96279c823
Update background color of Everforest Dark theme
Sync with upstream changes:
d855af5434...81041b4033
2023-04-12 17:58:47 +02:00
fernando
c84a738185 Add Gruvbox Material (dark medium) theme 2023-04-02 21:26:59 -03:00
Mgldvd
af97ff6358 Fix name on yml file for Homebrew Ocean 2023-02-27 15:35:15 -05:00
Mgldvd
94c7367008 Change theme names #371 2023-02-27 15:24:20 -05:00
Mgldvd
c7781930e2 Remove duplicated theme 2023-02-27 14:36:15 -05:00
Mgldvd
2df4586ed8 Now the themes will be in yml format, these will be the source of truth and everything will be generated from them. 2023-02-26 19:20:45 -05:00
Mgldvd
55b3e25b2c chmod +x on all themes 2023-02-25 23:29:34 -05:00
Mgldvd
6d87db4ea9 Uppercase all colors 2023-02-25 23:28:44 -05:00
Mgldvd
55e625701f Normalization of files 2023-02-25 22:50:46 -05:00
aham
4bc3744954 Added Predawn Theme 2023-02-16 15:51:01 +05:30
Mgldvd
8e3c77cfed
Merge pull request #367 from joser93/breath-darker
Breath darker
2023-02-12 17:41:31 -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
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
Michell Stuttgart
01ad326558 Add Everforest Dark and Light theme set 2022-12-29 22:25:10 -03:00
planet36
d538bcefe6 Update srcery.sh 2022-12-12 18:16:58 -05:00
Peter van der Meulen
ca19fbac82
Make all new themes introduced recently executable 2022-12-12 11:23:13 +01:00
prateektade
8e14cf9a61 Add Catppuccin, Dracula and Rosé Pine scripts to themes folder 2022-12-07 19:08:00 +05:30
Jeff Windsor
7953b6a65b ported from rebelot/kanagawa.nvim 2022-10-10 21:47:31 -07:00
deniandriancode
724d50780e Add Breeze, Breath, Breath Light, and Breath Silverfox colorschemes 2022-10-04 21:03:58 +07:00
Viktor Persson
8823942b23
Add Synthwave Alpha theme 2022-07-20 21:58:40 +02:00
Patrick Nickle
9ab6c2f145 Feat: add nightfox theme 2022-05-23 20:24:28 -04:00
mgldvd
57ddbb5a44 Change paths for new home repo 2022-04-18 18:59:46 -05:00
Guillaume Comte
07a4cd7cd8 fix gray for sonokai 2022-02-21 14:18:01 +01:00
Guillaume Comte
88293cf2cb Sonokai theme 2022-01-20 15:27:07 +01:00
Sebastian Grans
38f73d92ac Monokai Pro Ristretto 2021-12-17 16:26:57 +01:00
welblaud
ed3d2e0e9d Added Tender theme 2021-11-25 12:49:59 +01:00
Mayccoll
0be37a3a8e
Merge pull request #317 from codeinred/gogh
Tune Gogh theme to give it it's own feel
2021-11-05 09:12:26 -05:00
Alecto Irene Perez
6609d329af
Tune Gogh theme to give it it's own feel
This tunes Green, Blue, Magenta, and Cyan to give Gogh it's own unique
look and feel, more colorful and vibrant than palenight

Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
2021-11-04 22:24:24 -06:00
Alecto Irene Perez
3d9ab11f5a
Fix name of Sweet Terminal
Sweet Terminal was showing up as Sweet Terminal on the website, but
inside Gogh it was showing up as sweet.

Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
2021-11-04 21:54:40 -06:00
Mayccoll
5d4c58b2c3 Remove README on themes and fix gogh theme name 2021-11-04 09:45:53 -05:00
Mayccoll
75d6c13157
Merge pull request #314 from codeinred/nord-light
Increase Usability and Consistency of Nord Light
2021-11-02 09:24:05 -05:00
Alecto Irene Perez
29c2fd5088
Increase contrast of cyan
Cyan is commonly used to display moved sections of text when viewing a
git diff on the command line: the moved-from section is magenta,
and the
moved-to section is cyan. This commit increases the contrast of Cyan
in the Nord Light theme to better cover these use cases, while still
maintaining it's distinguishability as Cyan.

Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
2021-11-02 00:16:43 -06:00
Alecto Irene Perez
f90dad51c3
Make Nord Light More Nord
Update Nord Light theme to improve usability and make the black and
grey colors a dark blue.

Regarding usability: Prior to this change, it was extremely difficult
to read green text with Nord Light because the green was such a light
color that the text was hard to discern against the background.

Green text is common in the output of commands like `git diff`, and
many zsh themes use green text to indicate the existence of a command.

This commit uses a darker green that's still in line with the theme.

Regarding update to black and grey: using dark blue and blue-grey
colors for Black and Grey respectively is more in line with the style
choices
made by the Nord theme.

Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
2021-11-01 19:02:44 -06:00
Alecto Irene Perez
3de6d70c35
Create Bluloco Zsh Light theme
Creates the Bluloco Zsh Light theme. This theme is adjusts the Bluloco
theme to increase the relative contrast of "Dark Grey" (color 9), which
was previously almost white. This rendered autocompleted or greyed-out
text nearly unreadable.

Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
2021-11-01 16:59:32 -06:00
Robin Härle
8f6f58602f
Add Aura theme 2021-10-24 19:54:57 +02:00
Jacopo Maltagliati
f636b66d5c Add file ibm3270-hicontrast.sh 2021-08-30 11:15:39 +02:00
Miguelq
a7d47c4081 Fix typos for morada theme 2021-07-31 14:40:27 -05:00
Miguelq
ebd325c5be update gogh to add morada and dissonance themes 2021-07-31 14:34:50 -05:00
Mayccoll
d4114c048d
Merge pull request #301 from Sriram-bb63/master
Morada theme
2021-07-31 14:32:06 -05:00
Sriram-bb63
4a0c9366a5 Move Morado.sh 2021-07-23 23:57:16 +05:30
Guilherme Terriaga
f46e625b8b add Dissonance 2021-07-18 23:49:04 -03:00
Miguelq
c3426c8d7d move base theme outside themes 2021-07-13 20:28:25 -05:00
Georgi Dimitrov
b1860e096e Add tokyo-night themes
Based on https://github.com/enkia/tokyo-night-vscode-theme
2021-07-13 23:16:02 +01:00
canbeardig
1bc6e50d84
Update chameleon.sh
export COLOR_08="#98D1CE" changed to export COLOR_08="#C8BB97"   

export COLOR_16="#98D1CE" changed to export COLOR_16="#C8BB97"
2021-04-28 18:14:17 +03:00
Nikita
d39d8b45cd Add Ayu themes 2021-04-25 23:40:07 +03:00
canbeardig
930ba78c1a
Add Chameleon theme 2021-04-22 23:30:31 +03:00
Daniel Neal
e37be84a74
Update google-light.sh 2021-04-20 08:50:00 -07:00
Daniel Neal
1b238c4560
Update google-dark.sh 2021-04-20 08:49:50 -07:00