From b6c41c05afd42c5a2c2350f14e743b5ea4f22219 Mon Sep 17 00:00:00 2001 From: Sameer Zahir Date: Sun, 21 Jun 2026 21:01:50 -0700 Subject: [PATCH] Add Squintless (Gruvbox Light) theme A cohesive eye-strain-optimized Gruvbox-light scheme (soft cream background). Credit added. --- app/src/credits.json | 9 +++++++++ app/src/custom-colour-schemes.json | 23 +++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app/src/credits.json b/app/src/credits.json index 71a9d564..65bcaf22 100644 --- a/app/src/credits.json +++ b/app/src/credits.json @@ -1,4 +1,13 @@ [ + { + "themeNames": ["Squintless (Gruvbox Light)"], + "sources": [ + { + "name": "Sameer Zahir", + "link": "https://github.com/sameerzahir97-cloud" + } + ] + }, { "themeNames": ["Bubbles", "DraculaPlus", "Material Darker", "OneStar"], "sources": [ diff --git a/app/src/custom-colour-schemes.json b/app/src/custom-colour-schemes.json index 30fa55a1..9488af16 100644 --- a/app/src/custom-colour-schemes.json +++ b/app/src/custom-colour-schemes.json @@ -982,4 +982,27 @@ "white": "#000000", "yellow": "#F0AA0B" }, + { + "name": "Squintless (Gruvbox Light)", + "background": "#F2E5BC", + "black": "#F2E5BC", + "blue": "#076678", + "brightBlack": "#928374", + "brightBlue": "#076678", + "brightCyan": "#427B58", + "brightGreen": "#79740E", + "brightPurple": "#8F3F71", + "brightRed": "#9D0006", + "brightWhite": "#3C3836", + "brightYellow": "#B57614", + "cursorColor": "#282828", + "cyan": "#427B58", + "foreground": "#3C3836", + "green": "#79740E", + "purple": "#8F3F71", + "red": "#9D0006", + "selectionBackground": "#D5C4A1", + "white": "#7C6F64", + "yellow": "#B57614" + } ]