Skip to content

Instantly share code, notes, and snippets.

@julianobailao
Last active February 21, 2017 12:42
Show Gist options
  • Select an option

  • Save julianobailao/e2670f5b6e28119b92f1b479ab7eb8f4 to your computer and use it in GitHub Desktop.

Select an option

Save julianobailao/e2670f5b6e28119b92f1b479ab7eb8f4 to your computer and use it in GitHub Desktop.

Stylesheet

atom-text-editor {
  text-rendering: optimizeLegibility;
}

atom-text-editor.editor .syntax--string.syntax--quoted,
atom-text-editor.editor .syntax--string.syntax--regexp {
  -webkit-font-feature-settings: "liga" off, "calt" off;
}

.indent-guide-improved {
  background-color: rgba(255, 255, 255, .1);
  &.indent-guide-stack {
    background-color:  rgba(255, 255, 255, .1);
    &.indent-guide-active {
      background-color:  rgba(255, 255, 255, .2);
    }
  }
}

Theme

pretty beautiful

  • atom-material-syntax
  • atom-material-syntax-dark
  • atom-material-syntax-light
  • atom-material-ui

Font

Fira Code so amazing

Packages

  • artisan
  • laravel
  • atom-autocomplete-php
  • laravel-eloquent-snippets
  • linter
  • linter-php
  • minimap
  • php-composer-completion
  • docblockr
  • php-cs-fixer
  • editorconfig
  • php-hyperclick
  • file-icons
  • phpunit-snippets
  • git-plus
  • pigments
  • go-to-file
  • simple-drag-drop-text
  • highlight-selected
  • terminal-plus
  • indent-guide-improved
  • underline-trailing-whitespace
  • language-blade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment