Skip to content

four-leaves/evenhold-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evenhold-syntax theme

A short description of your theme.

screenshots01

screenshots01

Getting starter

  # clone into
  ~/.atom/packages

UI Integration

Open file init.coffee (edit >> init script...) and paste:

  # ...
  document.body.classList.add('an-evenhold-ui'));

Example init.coffee

  # Your init script
  #
  # Atom will evaluate this file each time a new window is opened. It is run
  # after packages are loaded/activated and after the previous editor state
  # has been restored.
  #
  # An example hack to log to the console when each text editor is saved.
  #
  # atom.workspace.observeTextEditors (editor) ->
  #   editor.onDidSave ->
  #     console.log "Saved! #{editor.getPath()}"


  document.body.classList.add('an-evenhold-ui'));

Releases

No releases published

Packages

No packages published

Languages