Skip to content

Instantly share code, notes, and snippets.

@zekroTJA
Created August 29, 2017 18:53
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 zekroTJA/79d5892254e12a617c80342f4b159c2a to your computer and use it in GitHub Desktop.
Save zekroTJA/79d5892254e12a617c80342f4b159c2a to your computer and use it in GitHub Desktop.
This is a document how I've configured and extended my Atom Editor.

This is a document how I've configured and extended my Atom Editor.
Last updated: 08/29/2017


Theme:

UI Theme:     Atom Material
Syntax Theme:     One Dark

I've customized some stuff in the theme in the style.less file:

.list-tree.has-collapsable-children .list-nested-item > .list-item::before {
    margin-right: 4px;
}

.list-group .icon::before, .list-tree .icon::before {
    margin-right: 0.5em;
}

.list-tree.has-collapsable-children .list-nested-item > .list-tree > li, .list-tree.has-collapsable-children .list-nested-item > .list-group > li {
    padding-left: 15px;
}

.list-tree.has-collapsable-children li.list-item {
    margin-left: 15px;
}

And these are my theme main colors:

  • R255 G83 B0
  • R255 G255 B255

Packages

Python Relevant Packages

  • autocomplete-python
  • linter
  • linter-flake8
  • linter-ui-default
  • script

Style Packages

  • atom-clock
  • busy-signal
  • file-icons
  • pigments

Web Development Packages

  • atom-html-preview
  • atom-live-server
  • atom-ternjs
  • autoclose-html
  • autocomplete-html-entities
  • color-picker

Other Packages

  • intentions
  • language-batch
  • language-lua
  • markdown-preview-plus
  • comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment