Skip to content

Instantly share code, notes, and snippets.

@jpsirois
Created March 18, 2016 17:37
Show Gist options
  • Save jpsirois/e3e371da717835881e06 to your computer and use it in GitHub Desktop.
Save jpsirois/e3e371da717835881e06 to your computer and use it in GitHub Desktop.
Atom Editor Solarized Dark & Light Personal Fix
atom-text-editor::shadow .selection .region {
.theme-solarized-dark-syntax & { background: #fdf6e3 }
.theme-solarized-light-syntax & { background: #002b36 }
}
@vallieres
Copy link

Have you tried this one? https://atom.io/themes/an-old-hope-syntax
I really like it :P or perhaps it's because of the Star Wars mania...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment