Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@navichok26
Created July 14, 2020 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navichok26/313a60c7b0f255b12866914bc8c12785 to your computer and use it in GitHub Desktop.
Save navichok26/313a60c7b0f255b12866914bc8c12785 to your computer and use it in GitHub Desktop.
dracula colors for android
<color name="background">#282a36</color>
<color name="currentLine">#44475a</color>
<color name="selection">#44475a</color>
<color name="foreground">#f8f8f2</color>
<color name="comment">#6272a4</color>
<color name="cyan">#8be9fd</color>
<color name="green">#50fa7b</color>
<color name="orange">#ffb86c</color>
<color name="pink">#ff79c6</color>
<color name="purple">#bd93f9</color>
<color name="red">#ff5555</color>
<color name="yellow">#f1fa8c</color>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment