Created
June 8, 2021 22:13
-
-
Save MunifTanjim/6e2414ff50f0a3a279b70790a6ccbab9 to your computer and use it in GitHub Desktop.
carbon.now.sh - gruvbox dark
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
{ | |
"custom": true, | |
"id": "gruvbox_dark", | |
"name": "Gruvbox Dark", | |
"highlights": { | |
"attribute": "#d79921", | |
"background": "#1d2021", | |
"comment": "#a89984", | |
"definition": "#fbf1c7", | |
"keyword": "#fb4934", | |
"meta": "#fbf1c7", | |
"number": "#b16286", | |
"operator": "#fbf1c7", | |
"property": "#8ec07c", | |
"string": "#b8bb26", | |
"text": "#fbf1c7", | |
"variable": "#83a598", | |
"variable2": "#fbf1c7" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment