Commit Graph

651 Commits

Author SHA1 Message Date
github-actions[bot] 673a98d53f ------- Generate themes.json ------- 2021-11-02 14:32:04 +00: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
Mayccoll 0d155a3a59
Merge pull request #313 from codeinred/attributes
Mark data/themes.json as a binary file
2021-11-02 09:23:27 -05:00
Mayccoll 43df3054c8
Merge pull request #312 from codeinred/themes
Create Bluloco Zsh Light theme
2021-11-02 09:22:05 -05:00
Mayccoll 9b365f4c6b
Merge pull request #311 from codeinred/docs
Fix link to base script in howto docs
2021-11-02 09:21:22 -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 8332969b10
Mark data/themes.json as a binary file
This adds a .gitattributes file that marks data/themes.json as binary.
data/themes.json stores all it's data on a single line, and that entire
line
is marked as changed between commits. By marking it as binary, git
displays diffs more accurately.

NB: As an alternative to marking it as binary, we could also modify
tools/generate.sh so that it doesn't generate the entire file on one
line. This can be done by removing the `tr -d " \t\n\r"` portion of the
script. Doing so would ensure that git only stored the sections of the
themes.json file that changed when a theme was modified or added.

Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
2021-11-01 17:28:20 -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
Alecto Irene Perez 10eb1487ee
Fix link to base script in howto docs
This commit fixes a link to the _base script in the howto docs

Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
2021-11-01 16:39:08 -06:00
github-actions[bot] 769b681828 ------- Generate themes.json ------- 2021-10-25 19:59:24 +00:00
Mayccoll 6f877c9031 Add aura to gogh list 2021-10-25 14:57:16 -05:00
Mayccoll 27900c1a64
Merge pull request #309 from r2binx/master
Add Aura theme
2021-10-25 14:55:16 -05:00
Robin Härle 8f6f58602f
Add Aura theme 2021-10-24 19:54:57 +02:00
Miguelq 2f3a0b57c5 add list of terminals 2021-09-12 18:55:06 -05:00
Mayccoll 7866f8c1d9
Merge pull request #308 from z-nexx/kitty
Added support for Kitty
2021-09-12 17:49:32 -05:00
z-nexx e7e4780f54 Fixed comments in kitty config file header and optinal selection colors 2021-09-12 20:20:37 +02:00
z-nexx 851f840380 Added support for Kitty 2021-09-12 20:20:17 +02:00
github-actions[bot] 4faaf53b20 ------- Generate themes.json ------- 2021-08-30 18:30:08 +00:00
Mayccoll 186d50baba
Merge pull request #306 from jack23247/master
Request to merge new theme IBM 3270 (High Contrast)
2021-08-30 13:29:35 -05:00
Jacopo Maltagliati f636b66d5c Add file ibm3270-hicontrast.sh 2021-08-30 11:15:39 +02:00
Jacopo Maltagliati f35d187bcb Created theme Ibm3270 Hicontrast (83) 2021-08-28 16:10:23 +02:00
Mayccoll e915648aa9
Merge pull request #302 from pfuender/master
support for foot terminal (https://codeberg.org/dnkl/foot)
2021-08-06 10:09:44 -05:00
pfuender b7739b8ee8 adding support for foot terminal (https://codeberg.org/dnkl/foot) 2021-08-05 22:05:42 +02:00
Miguelq e40138dfea Merge branch 'master' of github.com:Mayccoll/Gogh 2021-07-31 14:40:32 -05:00
Miguelq a7d47c4081 Fix typos for morada theme 2021-07-31 14:40:27 -05:00
github-actions[bot] 4610922f4f ------- Generate themes.json ------- 2021-07-31 19:37:12 +00: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
Mayccoll ddc34a6150
Merge pull request #300 from GuilhermeTerriaga/master
Add Dissonance theme
2021-07-31 14:31:55 -05:00
Sriram-bb63 4a0c9366a5 Move Morado.sh 2021-07-23 23:57:16 +05:30
Sriram 09281078e4
Merge pull request #1 from Sriram-bb63/Sriram-bb63-Morada
Create Morada.sh
2021-07-23 23:53:37 +05:30
Sriram 211ce5016b
Create Morada.sh 2021-07-23 23:53:23 +05:30
Guilherme Terriaga f46e625b8b add Dissonance 2021-07-18 23:49:04 -03:00
Miguelq fa52b0bb47 Merge branch 'master' of github.com:Mayccoll/Gogh 2021-07-13 20:54:01 -05:00
Miguelq c4c0222c24 Fix typos on tokyo-night 2021-07-13 20:53:56 -05:00
github-actions[bot] be1b44892c ------- Generate themes.json ------- 2021-07-14 01:38:20 +00:00
Miguelq e6ccec6042 Merge branch 'master' of github.com:Mayccoll/Gogh 2021-07-13 20:28:31 -05:00
Miguelq c3426c8d7d move base theme outside themes 2021-07-13 20:28:25 -05:00
github-actions[bot] c839c87779 ------- Generate themes.json ------- 2021-07-14 01:13:09 +00:00
Miguelq 05ae68fed1 Merge branch 'master' of github.com:Mayccoll/Gogh 2021-07-13 20:12:23 -05:00
Miguelq 32e3b520b3 Add Tokyo Night theme - update readme 2021-07-13 20:12:07 -05:00
Mayccoll bdbad5c325
Merge pull request #299 from georgijd/add-tokyo-night
Add tokyo-night themes
2021-07-13 20:03:16 -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
Mayccoll f6804f5c4e update landing page 2021-05-01 13:13:34 -05:00
github-actions[bot] 77ca9d82c0 ------- Generate themes.json ------- 2021-04-30 13:33:43 +00:00
Mayccoll fecba3fd98
Merge pull request #296 from canbeardig/patch-1
Update chameleon.sh
2021-04-30 08:33:18 -05: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
github-actions[bot] 2b1763cc70 ------- Generate themes.json ------- 2021-04-26 01:31:59 +00:00
Mayccoll 047551862c update themes list on gogh.sh 2021-04-25 20:31:19 -05:00