Skip to content

Commit

Permalink
feat(text): add forest green color scheme (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieS1103 authored Jan 30, 2024
1 parent 82c2e40 commit 3231c5e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions THEMES.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ Here you can find a preview of all the themes. Some of them may have different c

![Dracula](text/screenshots/Dracula.png)

#### ForestGreen

![ForestGreen](text/screenshots/ForestGreen.png)

#### Gruvbox

![Gruvbox](text/screenshots/Gruvbox.png)
Expand Down Expand Up @@ -210,6 +214,7 @@ Here you can find a preview of all the themes. Some of them may have different c
|:----------------------------------------------:|:--------------------------------------------------------:|
| Tokyo Night | Tokyo Night Storm |


## Turntable

![Turntable](Turntable/screenshots/fad.png)
Expand Down
4 changes: 4 additions & 0 deletions text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@

![TokyoNightStorm](screenshots/TokyoNightStorm.png)

### ForestGreen

![ForestGreen](screenshots/ForestGreen.png)

## More

### Description
Expand Down
15 changes: 15 additions & 0 deletions text/color.ini
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,18 @@ notification = 7aa2f7
notification-error = f7768e
subtext = 9aa5ce
text = c0caf5

[ForestGreen]
accent = 939393
accent-active = 939393
accent-inactive = 3e3e29
banner = 939393
border-active = 939393
border-inactive = 515235
header = 656641
highlight = 656641
main = 3e3e29
notification = 8c8e59
notification-error = 787a4d
subtext = 838383
text = a3a3a3
Binary file added text/screenshots/ForestGreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3231c5e

Please sign in to comment.