Created
June 23, 2025 21:14
-
-
Save cisoun/6c0e0deaa29d236ff8ff973bbe940f70 to your computer and use it in GitHub Desktop.
GIMP Tailwind theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ~/Library/Application Support/GIMP/3.1/gimp.css */ | |
/* | |
* Tailwind colors | |
* https://tailwindcolor.com | |
*/ | |
@define-color stone-0 #0c0a09; | |
@define-color stone-1 #1c1917; | |
@define-color stone-2 #292524; | |
@define-color stone-3 #44403b; | |
@define-color stone-4 #57534d; | |
@define-color stone-8 #e7e5e4; | |
@define-color zinc-0 #09090b; | |
@define-color zinc-1 #18181b; | |
@define-color zinc-2 #27272a; | |
@define-color zinc-3 #3f3f46; | |
@define-color zinc-4 #52525c; | |
@define-color zinc-5 #71717b; | |
@define-color zinc-6 #9f9fa9; | |
@define-color zinc-7 #d4d4d8; | |
@define-color zinc-8 #e4e4e7; | |
@define-color zinc-9 #f4f4f5; | |
@define-color slate-0 #020618; | |
@define-color slate-1 #0f172b; | |
@define-color slate-2 #1d293d; | |
@define-color slate-3 #314158; | |
@define-color slate-4 #45556c; | |
@define-color slate-5 #62748e; | |
@define-color slate-6 #90a1b9; | |
@define-color slate-7 #cad5e2; | |
@define-color slate-8 #e2e8f0; | |
@define-color slate-9 #f1f5f9; | |
/* Dark colors */ | |
@define-color dark-0 @zinc-0; | |
@define-color dark-1 @zinc-1; | |
@define-color dark-2 @zinc-2; | |
@define-color dark-3 @zinc-3; | |
@define-color dark-4 @zinc-4; | |
@define-color dark-8 @zinc-8; | |
/* | |
* Theme configuration | |
*/ | |
@define-color fg-color @dark-8; | |
@define-color bg-color @dark-1; | |
@define-color border-color @dark-0; | |
@define-color strong-border-color @dark-0; | |
@define-color stronger-border-color @dark-0; | |
@define-color edge-border-color @dark-0; | |
/* Background picture */ | |
@define-color dimmed-fg-color @dark-3; | |
@define-color widget-bg-color @dark-2; | |
@define-color extreme-bg-color @dark-2; | |
@define-color extreme-selected-color @dark-3; | |
@define-color hover-color @dark-3; | |
@define-color selected-color @dark-4; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment