A green-first theme crafted for AbacatePay and modern development workflows.
Font · JetBrains MonoTheme · AbacatePay Dark Theme
To match the theme with your system (Auto-switching between light and dark modes), add the following configuration to your .vscode/settings.json.
Select your favorite editor to view the instructions and start using AbacatePay Theme.
Neovim     IntelliJ     Zed
Originally created by almeida and albuquerque

{ "window.autoDetectColorScheme": true, "workbench.preferredDarkColorTheme": "AbacatePay Theme Dark", "workbench.preferredLightColorTheme": "AbacatePay Theme Light", }