Skip to content

catalin-miron-hs/Stars-and-Stripes-Theme-Syntax-for-Atom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stars and Stripes Theme

####Install

apm install stars-and-stripes-theme-syntax

####Screenshots Screenshots show font Anonymous Pro, font size 14 and line height 1.2

#####Javascript

  • All functions have a grey background, which helps spotting anonymous functions while scrolling through code fast.
  • Code folding is yellow on grey, to make it stand out.
  • Block comments are green (important), line comments grey (less important).
  • Constants are dark red (undefined, null, numbers, ...).
  • Console and debugger statements are red, allowing to spot and remove them easily.
  • Line number is red.
  • Search results in borders arounds hits, and sets current hit background.
  • Cursor is red and has a width of 2px.
  • this in italics.
  • Regex-escapes have a yellow background.

Javascript #####CSS

CSS #####HTML

  • Text is red + bold, allowing to spot it easily.

HTML

#####TODO

  • There is plenty of room for improvement, some Atom CSS selectors are probably not used correctly.

Although I consider this theme a draft, I use it for daily work.

About

Stars and Stripes Theme Syntax for Atom

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 87.5%
  • JavaScript 12.5%