Skip to content

Instantly share code, notes, and snippets.

@itsamoreh
Created December 18, 2021 22:51
Show Gist options
  • Save itsamoreh/cf85e5e52e98216e8b9e2c8cb52f8f65 to your computer and use it in GitHub Desktop.
Save itsamoreh/cf85e5e52e98216e8b9e2c8cb52f8f65 to your computer and use it in GitHub Desktop.
Base 16 Ocean Dark Fig theme. Save this theme to ~/.fig/themes/base16-ocean-dark.json and run "fig theme base16-ocean-dark".
{
"author": {
"name": "Amor Kumar",
"twitter": "@itsamoreh",
"github": "itsamoreh"
},
"version": "1.0",
"theme": {
"textColor": "#c0c5ce",
"backgroundColor": "#2b303b",
"matchBackgroundColor": "#4f5b66",
"selection": {
"textColor": "#c0c5ce",
"backgroundColor": "#4f5b66"
},
"description": {
"textColor": "#c0c5ce",
"borderColor": "#c0c5ce"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment