Atom - Configuration
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed and saved.
*
* Add your own CSS or Less to fully customize Atom.
* If you are unfamiliar with Less, you can read more about it here:
* http://lesscss.org
*/
/*
* Examples
* (To see them, uncomment and save)
*/
// style the background color of the tree view
.tree-view {
// background-color: whitesmoke;
}
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
// color: white;
// background-color: hsl(180, 24%, 12%);
// background-color: #232728;
}
// To style other content in the text editor's shadow DOM, use the ::shadow expression
atom-text-editor::shadow .cursor {
// border-color: red;
}
// David custom dirty CSS
atom-text-editor::shadow {
.source.scss .support.property-value {
color: blue;
}
}
# Your keymap
#
# Atom keymaps work similarly to style sheets. Just as style sheets use
# selectors to apply styles to elements, Atom keymaps use selectors to associate
# keystrokes with events in specific contexts.
#
# You can create a new keybinding in this file by typing "key" and then hitting
# tab.
#
# Here's an example taken from Atom's built-in keymap:
#
# 'atom-text-editor':
# 'enter': 'editor:newline'
#
# 'atom-workspace':
# 'ctrl-shift-p': 'core:move-up'
# 'ctrl-p': 'core:move-down'
#
# You can find more information about keymaps in these guides:
# * https://atom.io/docs/latest/using-atom-basic-customization#customizing-key-bindings
# * https://atom.io/docs/latest/behind-atom-keymaps-in-depth
#
# This file uses CoffeeScript Object Notation (CSON).
# If you are unfamiliar with CSON, you can read more about it here:
# https://github.com/bevry/cson#what-is-cson
# [cmd + opt + p] notify you of the current scope
'atom-text-editor[data-grammar="text html django"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
"*":
"exception-reporting":
userId: "62623e48-8e01-5b90-def1-cabe4ef93cc5"
welcome:
showOnStartup: false
editor:
fontSize: 12
invisibles: {}
showIndentGuide: true
tabLength: 4
core:
ignoredNames: [
".scssc"
]
disabledPackages: [
"atom-django"
"django-templates"
"atom-beautify"
]
"one-dark-ui":
layoutMode: "Compact"
minimap:
absoluteMode: true
"atom-beautify":
css_align_assignments: true
css_convert_quotes: "double"
css_force_indentation: true
css_newline_between_rules: true
_analyticsUserId: "2d22e207-0685-4f67-bd02-bd6b8fbad215"
emmet: {}
"webbox-color":
fillColorAsBackground: false
"file-types":
html: "text.html.django"
whitespace:
ignoreWhitespaceOnCurrentLine: false
"merge-conflicts": {}
linter: {}
apm list packages --installed --bare > atom-installed-pakages.txt
atom-material-syntax@0.2.1
atom-material-ui@0.5.2
chester-atom-syntax@0.1.1
color-picker@2.0.10
emmet@2.3.12
file-icons@1.5.8
file-types@0.4.1
git-control@0.3.0
highlight-line@0.11.0
highlight-selected@0.10.1
jquery-snippets@1.0.0
language-python-django-templates@0.1.0
linter@1.2.3
merge-conflicts@1.3.2
minimap@4.11.2
monokai@0.14.0
webbox-color@0.5.8