Skip to content

Instantly share code, notes, and snippets.

@ada-lovecraft
Last active March 11, 2016 14:57
Show Gist options
  • Save ada-lovecraft/06d8fa61d73892ee31a7 to your computer and use it in GitHub Desktop.
Save ada-lovecraft/06d8fa61d73892ee31a7 to your computer and use it in GitHub Desktop.
# 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()}"
# 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. Unlike style sheets however,
# each selector can only be declared once.
#
# 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':
'shift-cmd-n':'advanced-open-file:toggle'
# 'enter': 'editor:newline'
#
'atom-workspace':
'shift-cmd-n':'advanced-open-file:toggle'
'shift-cmd-m': 'golden-ratio:toggle'
# '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
#
# If you're having trouble with your keybindings not working, try the
# Keybinding Resolver: `Cmd+.` on OS X and `Ctrl+.` on other platforms. See the
# Debugging Guide for more information:
# * https://atom.io/docs/latest/hacking-atom-debugging#check-the-keybindings
#
# This file uses CoffeeScript Object Notation (CSON).
# If you are unfamiliar with CSON, you can read more about it in the
# Atom Flight Manual:
# https://atom.io/docs/latest/using-atom-basic-customization#cson
[
{
"name": "Zen",
"version": "0.16.4"
},
{
"name": "about",
"version": "1.3.0"
},
{
"name": "advanced-open-file",
"version": "0.14.3"
},
{
"name": "archive-view",
"version": "0.61.0"
},
{
"name": "atom-bootstrap3",
"version": "1.2.12"
},
{
"name": "atom-dark-fusion-syntax",
"version": "1.1.0",
"theme": "syntax"
},
{
"name": "atom-dark-syntax",
"version": "0.27.0",
"theme": "syntax"
},
{
"name": "atom-dark-ui",
"version": "0.51.0",
"theme": "ui"
},
{
"name": "atom-light-syntax",
"version": "0.28.0",
"theme": "syntax"
},
{
"name": "atom-light-ui",
"version": "0.43.0",
"theme": "ui"
},
{
"name": "atom-save-all",
"version": "0.4.1"
},
{
"name": "autoclose-html",
"version": "0.23.0"
},
{
"name": "autocomplete-css",
"version": "0.11.0"
},
{
"name": "autocomplete-html",
"version": "0.7.2"
},
{
"name": "autocomplete-plus",
"version": "2.25.0"
},
{
"name": "autocomplete-snippets",
"version": "1.9.0"
},
{
"name": "autoflow",
"version": "0.26.0"
},
{
"name": "autosave",
"version": "0.23.0"
},
{
"name": "background-tips",
"version": "0.26.0"
},
{
"name": "base16-tomorrow-dark-theme",
"version": "1.1.0",
"theme": "syntax"
},
{
"name": "base16-tomorrow-light-theme",
"version": "1.1.1",
"theme": "syntax"
},
{
"name": "bookmarks",
"version": "0.38.0"
},
{
"name": "bracket-matcher",
"version": "0.79.0"
},
{
"name": "color-picker",
"version": "2.1.1"
},
{
"name": "command-palette",
"version": "0.38.0"
},
{
"name": "deprecation-cop",
"version": "0.54.0"
},
{
"name": "dev-live-reload",
"version": "0.47.0"
},
{
"name": "encoding-selector",
"version": "0.21.0"
},
{
"name": "esformatter",
"version": "1.22.0"
},
{
"name": "exception-reporting",
"version": "0.37.0"
},
{
"name": "file-icons",
"version": "1.6.18"
},
{
"name": "find-and-replace",
"version": "0.195.0"
},
{
"name": "fonts",
"version": "1.2.0"
},
{
"name": "fuzzy-finder",
"version": "0.94.0"
},
{
"name": "git-diff",
"version": "0.57.0"
},
{
"name": "git-plus",
"version": "5.13.0"
},
{
"name": "go-to-line",
"version": "0.30.0"
},
{
"name": "grammar-selector",
"version": "0.48.0"
},
{
"name": "image-view",
"version": "0.56.0"
},
{
"name": "incompatible-packages",
"version": "0.25.0"
},
{
"name": "keybinding-resolver",
"version": "0.33.0"
},
{
"name": "language-css",
"version": "0.36.0"
},
{
"name": "language-git",
"version": "0.11.0"
},
{
"name": "language-html",
"version": "0.44.0"
},
{
"name": "language-hyperlink",
"version": "0.16.0"
},
{
"name": "language-javascript",
"version": "0.105.0"
},
{
"name": "language-javascript-jsx",
"version": "0.3.7"
},
{
"name": "language-json",
"version": "0.17.3"
},
{
"name": "language-less",
"version": "0.29.0"
},
{
"name": "language-make",
"version": "0.21.0"
},
{
"name": "language-markdown",
"version": "0.11.0"
},
{
"name": "language-mustache",
"version": "0.13.0"
},
{
"name": "language-sass",
"version": "0.45.0"
},
{
"name": "language-shellscript",
"version": "0.21.0"
},
{
"name": "language-source",
"version": "0.9.0"
},
{
"name": "language-text",
"version": "0.7.0"
},
{
"name": "language-todo",
"version": "0.27.0"
},
{
"name": "language-xml",
"version": "0.34.2"
},
{
"name": "language-yaml",
"version": "0.25.0"
},
{
"name": "line-ending-selector",
"version": "0.3.0"
},
{
"name": "link",
"version": "0.31.0"
},
{
"name": "linter",
"version": "1.11.3"
},
{
"name": "linter-eslint",
"version": "7.0.0"
},
{
"name": "lodash-snippets",
"version": "1.1.2"
},
{
"name": "mac-fix-path",
"version": "0.0.0"
},
{
"name": "markdown-format",
"version": "2.5.1"
},
{
"name": "markdown-preview",
"version": "0.157.1"
},
{
"name": "markdown-preview-plus",
"version": "2.2.2"
},
{
"name": "markdown-toc",
"version": "0.4.1"
},
{
"name": "markdown-writer",
"version": "2.3.2"
},
{
"name": "metrics",
"version": "0.53.1"
},
{
"name": "multi-cursor",
"version": "2.1.3"
},
{
"name": "nice-index",
"version": "0.1.2"
},
{
"name": "notifications",
"version": "0.62.1"
},
{
"name": "nucleus-dark-ui",
"version": "0.7.12",
"theme": "ui"
},
{
"name": "one-dark-syntax",
"version": "1.1.2",
"theme": "syntax"
},
{
"name": "one-dark-ui",
"version": "1.1.9",
"theme": "ui"
},
{
"name": "one-light-syntax",
"version": "1.1.2",
"theme": "syntax"
},
{
"name": "one-light-ui",
"version": "1.1.9",
"theme": "ui"
},
{
"name": "open-on-github",
"version": "0.40.0"
},
{
"name": "package-generator",
"version": "0.41.0"
},
{
"name": "pane-layout-plus",
"version": "0.7.3"
},
{
"name": "pane-move-plus",
"version": "0.3.1"
},
{
"name": "pigments",
"version": "0.24.5"
},
{
"name": "pretty-json",
"version": "0.4.1"
},
{
"name": "project-manager",
"version": "2.7.6"
},
{
"name": "react",
"version": "0.14.1"
},
{
"name": "regex-railroad-diagram",
"version": "0.11.0"
},
{
"name": "settings-view",
"version": "0.232.3"
},
{
"name": "shadow-syntax",
"version": "0.1.0",
"theme": "syntax"
},
{
"name": "snippets",
"version": "1.0.1"
},
{
"name": "solarized-dark-syntax",
"version": "0.39.0",
"theme": "syntax"
},
{
"name": "solarized-light-syntax",
"version": "0.23.0",
"theme": "syntax"
},
{
"name": "spell-check",
"version": "0.65.0"
},
{
"name": "status-bar",
"version": "0.80.0"
},
{
"name": "styleguide",
"version": "0.45.0"
},
{
"name": "symbols-view",
"version": "0.110.1"
},
{
"name": "sync-settings",
"version": "0.7.0"
},
{
"name": "tabs",
"version": "0.88.0"
},
{
"name": "timecop",
"version": "0.33.0"
},
{
"name": "tomorrow-night-eighties-syntax",
"version": "0.12.0",
"theme": "syntax"
},
{
"name": "tree-view",
"version": "0.198.1"
},
{
"name": "update-package-dependencies",
"version": "0.10.0"
},
{
"name": "wakatime",
"version": "5.0.8"
},
{
"name": "welcome",
"version": "0.33.0"
},
{
"name": "whitespace",
"version": "0.32.1"
},
{
"name": "wrap-guide",
"version": "0.38.1"
},
{
"name": "zentabs",
"version": "0.8.7"
}
]
{
"Zen": {},
"advanced-open-file": {
"createDirectories": true,
"createFileInstantly": true,
"defaultInputValue": "Project root"
},
"api-docs": {
"_theme": "Dark",
"jquery": true,
"lodash~3": true,
"markdown": true,
"phaser": true,
"react": true,
"webpack": true
},
"atom-import-sort": {
"sortOnSave": true
},
"atom-ternjs": {
"useSnippetsAndFunction": true
},
"autosave": {
"enabled": true
},
"block-cursor": {
"global": {
"blinkOff": {
"backgroundColor": {
"alpha": 1,
"blue": 33,
"green": 30,
"red": 29
},
"borderColor": {
"alpha": 1,
"blue": 33,
"green": 30,
"red": 29
},
"borderStyle": "underline",
"borderWidth": 3
},
"blinkOn": {
"backgroundColor": {
"alpha": 1,
"blue": 33,
"green": 30,
"red": 29
},
"borderColor": {
"alpha": 1,
"blue": 253,
"green": 10,
"red": 2
},
"borderStyle": "underline"
},
"cursorLineFix": true,
"pulseDuration": 100
}
},
"core": {
"disabledPackages": [
"language-babel",
"language-java",
"language-go",
"language-csharp",
"language-coffee-script",
"language-clojure",
"language-c",
"language-perl",
"language-objective-c",
"language-php",
"language-property-list",
"language-python",
"language-ruby",
"language-ruby-on-rails",
"language-sql",
"language-toml",
"node-debugger",
"slack-chat",
"tablr",
"circle-ci",
"autocomplete-json",
"tidy-markdown",
"browser-plus",
"achievements",
"preview-plus",
"bezier-curve-editor",
"package-cop",
"symbols-tree-view",
"docblockr",
"shadow",
"ask-stack",
"atom-bootstrap4",
"atom-live-server",
"atom-pair",
"atom-runner",
"block-travel",
"column-select",
"comment-headers",
"git-blame",
"git-clone",
"git-history",
"git-log",
"git-projects",
"git-status",
"git-time-machine",
"gitignore-snippets",
"autocomplete-atom-api",
"autocomplete-glsl",
"autocomplete-modules",
"highlight-column",
"local-history",
"neon-cursor",
"block-cursor",
"incremental-search",
"jquery-snippets",
"language-glsl",
"linter-flow",
"react-es6-snippets",
"minimap",
"minimap-bookmarks",
"minimap-find-and-replace",
"minimap-git-diff",
"minimap-highlight-selected",
"minimap-pigments",
"minimap-selection",
"rest-client",
"autocomplete-paths",
"block-comment",
"api-docs",
"command-logger",
"bottom-dock",
"colorful-json",
"editor-stats",
"expose",
"figlet",
"git-control",
"git-wip",
"grammar-token-limit",
"highlight-selected",
"indent-guide-improved",
"js-refactor",
"keybinding-cheatsheet",
"language-gitignore",
"line-diff-details",
"linter-alex",
"linter-htmlhint",
"linter-jsonlint",
"linter-just-say-no",
"linter-manager",
"linter-write-good",
"markdown-mindmap",
"markdown-scroll-sync",
"merge-conflicts",
"open-git-modified-files",
"npm-install",
"pdf-view",
"processing",
"processing-language",
"quick-editor",
"quick-highlight",
"regex-tester",
"remote-atom",
"script",
"sort-lines",
"symbol-gen",
"terminal-plus",
"tree-view-git-branch",
"tree-view-git-status",
"tree-view-open-files",
"cursor-blink-interval",
"ease-blink",
"editorconfig",
"golden-ratio",
"imdone-atom",
"jekyll",
"minimap-autohide",
"minimap-hide",
"minimap-linter",
"react-snippets",
"refactor",
"tab-switcher",
"visual-bell",
"language-gfm"
],
"ignoredNames": [
".DS_Store",
"node_modules"
],
"openEmptyEditorOnStart": false,
"projectHome": "Users/jdowell/projects/work",
"themes": [
"one-dark-ui",
"base16-tomorrow-dark-theme"
]
},
"ease-blink": {},
"editor": {
"fontFamily": "Mensch",
"invisibles": {},
"scrollPastEnd": true,
"showInvisibles": true,
"softWrap": true,
"softWrapAtPreferredLineLength": true,
"softWrapHangingIndent": 8,
"tabType": "soft"
},
"esformatter": {
"formatOnSave": true
},
"exception-reporting": {
"userId": "0269c64a-7075-86d3-bf9a-9543a980fe10"
},
"file-watcher": {
"promptWhenFileHasChangedOnDisk": false
},
"find-and-replace": {
"openProjectFindResultsInRightPane": true,
"scrollToResultOnLiveSearch": true
},
"git-wip": {
"notify": false
},
"grammar-token-limit": {
"maxTokensPerLine": 400
},
"imdone-atom": {
"openIn": {},
"showNotifications": true,
"todaysJournal": {}
},
"js-autoimport": {
"ignoredFolders": [
"test",
"bin",
"dist"
],
"trailingSemicolon": true
},
"jsformat": {
"break_chained_methods": true,
"space_after_anon_function": true
},
"language-babel": {
"allowLocalOverride": true,
"babelTranspilePath": "dist",
"createTranspiledCode": true,
"transpileOnSave": true
},
"linter": {
"errorPanelHeight": 22
},
"linter-eslint": {
"disableFSCache": true,
"globalNodePath": "/usr/local",
"lintHtmlFiles": true,
"useGlobalEslint": true
},
"linter-write-good": {},
"markdown-preview-plus": {},
"minimap": {
"plugins": {
"bookmarks": true,
"find-and-replace": true,
"git-diff": true,
"highlight-selected": true,
"linter": true,
"minimap-autohide": true,
"minimap-hide": true,
"pigments": true,
"selection": true
}
},
"remote-atom": {
"keep_alive": true
},
"sync-settings": {},
"terminal-panel": {
"logConsole": true
},
"terminal-plus": {
"ansiColors": {
"normal": {
"blue": {
"alpha": 1,
"blue": 205,
"green": 137,
"red": 116
},
"cyan": {
"alpha": 1,
"blue": 205,
"green": 205,
"red": 101
},
"green": {
"alpha": 1,
"blue": 126,
"green": 207,
"red": 125
},
"magenta": {
"alpha": 1,
"blue": 205,
"green": 133,
"red": 201
},
"red": {
"alpha": 1,
"blue": 136,
"green": 138,
"red": 204
},
"yellow": {
"alpha": 1,
"blue": 139,
"green": 203,
"red": 208
}
},
"zBright": {
"brightBlue": {
"alpha": 1,
"blue": 255,
"green": 194,
"red": 140
},
"brightCyan": {
"alpha": 1,
"blue": 213,
"green": 252,
"red": 81
},
"brightGreen": {
"alpha": 1,
"blue": 107,
"green": 251,
"red": 171
},
"brightMagenta": {
"alpha": 1,
"blue": 255,
"green": 130,
"red": 218
},
"brightRed": {
"alpha": 1,
"blue": 160,
"green": 112,
"red": 255
},
"brightYellow": {
"alpha": 1,
"blue": 120,
"green": 229,
"red": 255
}
}
},
"style": {
"theme": "dracula"
},
"toggles": {
"autoClose": true
}
},
"tree-view": {
"hideIgnoredNames": true,
"hideVcsIgnoredFiles": true,
"squashDirectoryNames": true
},
"wakatime": {
"apikey": "29105562-647c-4266-9461-d18f16524d15"
},
"welcome": {
"showOnStartup": false
},
"zentabs": {
"neverCloseUnsaved": true
}
}
# Your snippets
#
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to
# expand the prefix into a larger code block with templated values.
#
# You can create a new snippet in this file by typing "snip" and then hitting
# tab.
#
# An example CoffeeScript snippet to expand log to console.log:
#
# '.source.coffee':
# 'Console log':
# 'prefix': 'log'
# 'body': 'console.log $1'
#
# Each scope (e.g. '.source.coffee' above) can only be declared once.
#
# This file uses CoffeeScript Object Notation (CSON).
# If you are unfamiliar with CSON, you can read more about it in the
# Atom Flight Manual:
# https://atom.io/docs/latest/using-atom-basic-customization#cson
/*
* 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%);
}
// To style other content in the text editor's shadow DOM, use the ::shadow expression
atom-text-editor::shadow .cursor {
// border-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment