diff --git a/THEMES.md b/THEMES.md index 0adc780..105228a 100644 --- a/THEMES.md +++ b/THEMES.md @@ -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) @@ -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) diff --git a/text/README.md b/text/README.md index e91969b..e3ab164 100644 --- a/text/README.md +++ b/text/README.md @@ -88,6 +88,10 @@ ![TokyoNightStorm](screenshots/TokyoNightStorm.png) +### ForestGreen + +![ForestGreen](screenshots/ForestGreen.png) + ## More ### Description diff --git a/text/color.ini b/text/color.ini index 77cfaa8..01564d9 100644 --- a/text/color.ini +++ b/text/color.ini @@ -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 diff --git a/text/screenshots/ForestGreen.png b/text/screenshots/ForestGreen.png new file mode 100644 index 0000000..e19f259 Binary files /dev/null and b/text/screenshots/ForestGreen.png differ