Skip to content

Instantly share code, notes, and snippets.

@fia5000
Last active January 25, 2018 17:50
Show Gist options
  • Save fia5000/5cb071abea9079d0d8e69260a993d32b to your computer and use it in GitHub Desktop.
Save fia5000/5cb071abea9079d0d8e69260a993d32b 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':
# '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:
# * http://flight-manual.atom.io/using-atom/sections/basic-customization/#customizing-keybindings
# * http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth/
#
# If you're having trouble with your keybindings not working, try the
# Keybinding Resolver: `Cmd+.` on macOS and `Ctrl+.` on other platforms. See the
# Debugging Guide for more information:
# * http://flight-manual.atom.io/hacking-atom/sections/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:
# http://flight-manual.atom.io/using-atom/sections/basic-customization/#configuring-with-cson
# Default Keymaps for Markdown Writer
# https://atom.io/packages/markdown-writer
#
# Wiki: https://github.com/zhuochun/md-writer/wiki/Settings-for-Keymaps
#
".platform-darwin atom-text-editor:not([mini])":
"shift-cmd-K": "markdown-writer:insert-link"
"shift-cmd-I": "markdown-writer:insert-image"
"cmd-i": "markdown-writer:toggle-italic-text"
"cmd-b": "markdown-writer:toggle-bold-text"
"cmd-'": "markdown-writer:toggle-code-text"
"cmd-k": "markdown-writer:toggle-keystroke-text"
"cmd-h": "markdown-writer:toggle-strikethrough-text"
'cmd->': "markdown-writer:toggle-blockquote"
'cmd-"': "markdown-writer:toggle-codeblock-text"
"ctrl-alt-1": "markdown-writer:toggle-h1"
"ctrl-alt-2": "markdown-writer:toggle-h2"
"ctrl-alt-3": "markdown-writer:toggle-h3"
"ctrl-alt-4": "markdown-writer:toggle-h4"
"ctrl-alt-5": "markdown-writer:toggle-h5"
"shift-cmd-O": "markdown-writer:toggle-ol"
"shift-cmd-U": "markdown-writer:toggle-ul"
"cmd-j cmd-p": "markdown-writer:jump-to-previous-heading"
"cmd-j cmd-n": "markdown-writer:jump-to-next-heading"
"cmd-j cmd-d": "markdown-writer:jump-to-reference-definition"
"cmd-j cmd-t": "markdown-writer:jump-to-next-table-cell"
[
{
"name": "MagicPython",
"version": "1.0.12"
},
{
"name": "NewFirewatch-syntax",
"version": "1.2.0",
"theme": "syntax"
},
{
"name": "about",
"version": "1.7.8"
},
{
"name": "advanced-open-file",
"version": "0.16.7"
},
{
"name": "ansible-galaxy",
"version": "0.2.1"
},
{
"name": "ansible-galaxy-plus",
"version": "1.1.4"
},
{
"name": "ansible-snippets",
"version": "0.2.0"
},
{
"name": "ansible-vault",
"version": "0.6.9"
},
{
"name": "apex-syntax",
"version": "0.2.0",
"theme": "syntax"
},
{
"name": "apex-ui",
"version": "1.0.3",
"theme": "ui"
},
{
"name": "archive-view",
"version": "0.64.1"
},
{
"name": "ariake-dark-syntax",
"version": "0.1.3",
"theme": "syntax"
},
{
"name": "ask-stack",
"version": "2.2.0"
},
{
"name": "atom-beautify",
"version": "0.30.9"
},
{
"name": "atom-dark-syntax",
"version": "0.28.0",
"theme": "syntax"
},
{
"name": "atom-dark-ui",
"version": "0.53.0",
"theme": "ui"
},
{
"name": "atom-jinja2",
"version": "0.6.0"
},
{
"name": "atom-light-syntax",
"version": "0.29.0",
"theme": "syntax"
},
{
"name": "atom-light-ui",
"version": "0.46.0",
"theme": "ui"
},
{
"name": "atom-material-syntax",
"version": "1.0.8",
"theme": "syntax"
},
{
"name": "atom-material-ui",
"version": "2.1.1",
"theme": "ui"
},
{
"name": "atom-monokai",
"version": "0.10.9",
"theme": "syntax"
},
{
"name": "atom-terminal-panel",
"version": "4.4.4"
},
{
"name": "atom-vagrant-manager",
"version": "1.0.4"
},
{
"name": "autocomplete",
"version": "0.47.0"
},
{
"name": "autocomplete-ansible",
"version": "0.1.15"
},
{
"name": "autocomplete-atom-api",
"version": "0.10.5"
},
{
"name": "autocomplete-css",
"version": "0.17.4"
},
{
"name": "autocomplete-emojis",
"version": "2.5.0"
},
{
"name": "autocomplete-html",
"version": "0.8.3"
},
{
"name": "autocomplete-json",
"version": "5.5.2"
},
{
"name": "autocomplete-modules",
"version": "1.10.0"
},
{
"name": "autocomplete-paths",
"version": "2.12.2"
},
{
"name": "autocomplete-plus",
"version": "2.40.0"
},
{
"name": "autocomplete-python",
"version": "1.10.5"
},
{
"name": "autocomplete-snippets",
"version": "1.11.2"
},
{
"name": "autoflow",
"version": "0.29.0"
},
{
"name": "autosave",
"version": "0.24.6"
},
{
"name": "autumn-highlighter-syntax",
"version": "1.13.0",
"theme": "syntax"
},
{
"name": "background-tips",
"version": "0.27.1"
},
{
"name": "base16-tomorrow-dark-theme",
"version": "1.5.0",
"theme": "syntax"
},
{
"name": "base16-tomorrow-light-theme",
"version": "1.5.0",
"theme": "syntax"
},
{
"name": "bookmarks",
"version": "0.44.4"
},
{
"name": "bracket-matcher",
"version": "0.88.0"
},
{
"name": "brogrammer-syntax",
"version": "1.0.0",
"theme": "syntax"
},
{
"name": "brogrammer-ui",
"version": "1.0.0",
"theme": "ui"
},
{
"name": "busy-signal",
"version": "1.4.3"
},
{
"name": "cake-syntax",
"version": "1.0.2",
"theme": "syntax"
},
{
"name": "challenger-deep-syntax",
"version": "0.17.0",
"theme": "syntax"
},
{
"name": "chary-tree-view",
"version": "0.2.13"
},
{
"name": "city-lights-syntax",
"version": "1.1.6",
"theme": "syntax"
},
{
"name": "city-lights-ui",
"version": "1.3.1",
"theme": "ui"
},
{
"name": "command-palette",
"version": "0.42.0"
},
{
"name": "dalek",
"version": "0.2.1"
},
{
"name": "dash",
"version": "1.7.1"
},
{
"name": "dash-ui",
"version": "0.4.4",
"theme": "ui"
},
{
"name": "deprecation-cop",
"version": "0.56.9"
},
{
"name": "dev-live-reload",
"version": "0.47.1"
},
{
"name": "diagrams",
"version": "0.28.4"
},
{
"name": "docker",
"version": "0.8.0"
},
{
"name": "dracula-syntax",
"version": "2.0.5",
"theme": "syntax"
},
{
"name": "dracula-ui",
"version": "0.6.0",
"theme": "ui"
},
{
"name": "encoding-selector",
"version": "0.23.7"
},
{
"name": "exception-reporting",
"version": "0.42.0"
},
{
"name": "expose",
"version": "0.15.0"
},
{
"name": "file-icons",
"version": "2.1.16"
},
{
"name": "file-types",
"version": "0.5.5"
},
{
"name": "find-and-replace",
"version": "0.215.0"
},
{
"name": "firewatch-hot-syntax",
"version": "1.4.1",
"theme": "syntax"
},
{
"name": "firewatch-syntax",
"version": "1.1.1",
"theme": "syntax"
},
{
"name": "fonts",
"version": "3.0.3"
},
{
"name": "fuzzy-finder",
"version": "1.7.3"
},
{
"name": "gist-it",
"version": "0.9.2"
},
{
"name": "git-control",
"version": "0.9.0"
},
{
"name": "git-diff",
"version": "1.3.6"
},
{
"name": "git-history",
"version": "3.3.0"
},
{
"name": "git-time-machine",
"version": "1.5.9"
},
{
"name": "github",
"version": "0.8.3"
},
{
"name": "glowing-cursor",
"version": "0.1.2"
},
{
"name": "go-plus",
"version": "5.7.2"
},
{
"name": "go-signature-statusbar",
"version": "1.2.3"
},
{
"name": "go-to-line",
"version": "0.32.1"
},
{
"name": "grammar-selector",
"version": "0.49.8"
},
{
"name": "highlight-line",
"version": "0.12.0"
},
{
"name": "highlight-selected",
"version": "0.13.1"
},
{
"name": "hydra-syntax-theme",
"version": "4.0.1",
"theme": "syntax"
},
{
"name": "hyperclick",
"version": "0.1.5"
},
{
"name": "icecream-nord-syntax",
"version": "0.1.4",
"theme": "syntax"
},
{
"name": "ide-go",
"version": "0.5.0"
},
{
"name": "ide-python",
"version": "0.5.0"
},
{
"name": "image-view",
"version": "0.62.4"
},
{
"name": "imdone-atom-github",
"version": "0.1.11"
},
{
"name": "incompatible-packages",
"version": "0.27.3"
},
{
"name": "indent-guide-improved",
"version": "1.4.13"
},
{
"name": "indent-tooltip",
"version": "0.3.1"
},
{
"name": "intentions",
"version": "1.1.5"
},
{
"name": "jackhammer-syntax",
"version": "1.1.0",
"theme": "syntax"
},
{
"name": "json-colorer",
"version": "1.0.0"
},
{
"name": "jumpy",
"version": "4.2.0"
},
{
"name": "keybinding-resolver",
"version": "0.38.1"
},
{
"name": "language-ansible",
"version": "0.2.2"
},
{
"name": "language-c",
"version": "0.58.1"
},
{
"name": "language-clojure",
"version": "0.22.4"
},
{
"name": "language-coffee-script",
"version": "0.49.3"
},
{
"name": "language-csharp",
"version": "0.14.3"
},
{
"name": "language-css",
"version": "0.42.7"
},
{
"name": "language-docker",
"version": "1.1.8"
},
{
"name": "language-gfm",
"version": "0.90.2"
},
{
"name": "language-git",
"version": "0.19.1"
},
{
"name": "language-go",
"version": "0.44.3"
},
{
"name": "language-hcl",
"version": "0.4.0"
},
{
"name": "language-html",
"version": "0.48.5"
},
{
"name": "language-hyperlink",
"version": "0.16.3"
},
{
"name": "language-java",
"version": "0.27.6"
},
{
"name": "language-javascript",
"version": "0.127.6"
},
{
"name": "language-json",
"version": "0.19.1"
},
{
"name": "language-less",
"version": "0.33.0"
},
{
"name": "language-make",
"version": "0.22.3"
},
{
"name": "language-mustache",
"version": "0.14.4"
},
{
"name": "language-objective-c",
"version": "0.15.1"
},
{
"name": "language-perl",
"version": "0.38.1"
},
{
"name": "language-php",
"version": "0.42.2"
},
{
"name": "language-property-list",
"version": "0.9.1"
},
{
"name": "language-python",
"version": "0.45.5"
},
{
"name": "language-ruby",
"version": "0.71.4"
},
{
"name": "language-ruby-on-rails",
"version": "0.25.2"
},
{
"name": "language-sass",
"version": "0.61.1"
},
{
"name": "language-shellscript",
"version": "0.25.4"
},
{
"name": "language-source",
"version": "0.9.0"
},
{
"name": "language-sql",
"version": "0.25.8"
},
{
"name": "language-tcl",
"version": "0.1.2"
},
{
"name": "language-terraform",
"version": "0.8.1"
},
{
"name": "language-text",
"version": "0.7.3"
},
{
"name": "language-todo",
"version": "0.29.3"
},
{
"name": "language-toml",
"version": "0.18.1"
},
{
"name": "language-typescript",
"version": "0.2.2"
},
{
"name": "language-xml",
"version": "0.35.2"
},
{
"name": "language-yaml",
"version": "0.31.1"
},
{
"name": "line-ending-selector",
"version": "0.7.4"
},
{
"name": "link",
"version": "0.31.3"
},
{
"name": "linter",
"version": "2.2.0"
},
{
"name": "linter-ansible-linting",
"version": "1.3.1"
},
{
"name": "linter-ansible-syntax",
"version": "1.2.0"
},
{
"name": "linter-python",
"version": "3.1.2"
},
{
"name": "linter-terraform-syntax",
"version": "1.2.2"
},
{
"name": "linter-ui-default",
"version": "1.6.10"
},
{
"name": "markdown-assistant",
"version": "0.2.0"
},
{
"name": "markdown-format",
"version": "2.5.1"
},
{
"name": "markdown-preview",
"version": "0.159.18"
},
{
"name": "markdown-preview-enhanced",
"version": "0.15.2"
},
{
"name": "markdown-preview-plus",
"version": "2.4.16"
},
{
"name": "markdown-scroll-sync",
"version": "2.1.2"
},
{
"name": "markdown-writer",
"version": "2.7.3"
},
{
"name": "metrics",
"version": "1.2.6"
},
{
"name": "minimap",
"version": "4.29.7"
},
{
"name": "minimap-find-and-replace",
"version": "4.5.2"
},
{
"name": "minimap-highlight-selected",
"version": "4.6.1"
},
{
"name": "minimap-split-diff",
"version": "0.3.7"
},
{
"name": "multi-cursor",
"version": "2.1.5"
},
{
"name": "nebula-syntax",
"version": "0.4.5",
"theme": "syntax"
},
{
"name": "nebula-ui",
"version": "0.9.2",
"theme": "ui"
},
{
"name": "neon-selection",
"version": "0.3.2"
},
{
"name": "no-title-bar",
"version": "1.11.4"
},
{
"name": "nord-atom-syntax",
"version": "0.9.1",
"theme": "syntax"
},
{
"name": "nord-atom-ui",
"version": "0.11.0",
"theme": "ui"
},
{
"name": "notifications",
"version": "0.69.2"
},
{
"name": "one-dark-syntax",
"version": "1.8.0",
"theme": "syntax"
},
{
"name": "one-dark-ui",
"version": "1.10.8",
"theme": "ui"
},
{
"name": "one-light-syntax",
"version": "1.8.0",
"theme": "syntax"
},
{
"name": "one-light-ui",
"version": "1.10.8",
"theme": "ui"
},
{
"name": "open-on-github",
"version": "1.3.1"
},
{
"name": "open-project-in-tower",
"version": "1.4.0"
},
{
"name": "package-generator",
"version": "1.1.1"
},
{
"name": "package-switch",
"version": "0.5.0"
},
{
"name": "permanent-delete",
"version": "0.1.6"
},
{
"name": "platformio-ide-terminal",
"version": "2.8.0"
},
{
"name": "pretty-json",
"version": "1.6.4"
},
{
"name": "pristine-ui",
"version": "1.1.11",
"theme": "ui"
},
{
"name": "project-manager",
"version": "3.3.5"
},
{
"name": "project-viewer",
"version": "1.2.5"
},
{
"name": "pure-syntax",
"version": "0.3.0",
"theme": "syntax"
},
{
"name": "python-debugger",
"version": "0.2.0"
},
{
"name": "python-indent",
"version": "1.1.4"
},
{
"name": "python-jedi",
"version": "0.3.8"
},
{
"name": "python-tools",
"version": "0.6.9"
},
{
"name": "refactor",
"version": "0.11.5"
},
{
"name": "regex-railroad-diagram",
"version": "0.19.4"
},
{
"name": "script",
"version": "3.17.3"
},
{
"name": "sequence-diagram",
"version": "0.0.2"
},
{
"name": "settings-view",
"version": "0.253.1-0"
},
{
"name": "snazzy-nebula-ui",
"version": "0.8.0",
"theme": "ui"
},
{
"name": "snippets",
"version": "1.1.9"
},
{
"name": "solarized-dark-syntax",
"version": "1.1.2",
"theme": "syntax"
},
{
"name": "solarized-light-syntax",
"version": "1.1.2",
"theme": "syntax"
},
{
"name": "spell-check",
"version": "0.72.5"
},
{
"name": "split-diff",
"version": "1.5.2"
},
{
"name": "status-bar",
"version": "1.8.14"
},
{
"name": "styleguide",
"version": "0.49.8"
},
{
"name": "styri-syntax",
"version": "0.2.0",
"theme": "syntax"
},
{
"name": "symbols-view",
"version": "0.118.1"
},
{
"name": "sync-settings",
"version": "0.8.3"
},
{
"name": "tabs",
"version": "0.109.1"
},
{
"name": "tabs-to-spaces",
"version": "1.0.3"
},
{
"name": "teletype",
"version": "0.6.0"
},
{
"name": "timecop",
"version": "0.36.0"
},
{
"name": "touchbar",
"version": "0.6.1"
},
{
"name": "tree-view",
"version": "0.221.3"
},
{
"name": "tree-view-autoresize",
"version": "2.3.0"
},
{
"name": "tree-view-copy-relative-path",
"version": "1.2.0"
},
{
"name": "tree-view-git-status",
"version": "1.4.0"
},
{
"name": "underline-trailing-whitespace",
"version": "1.4.2"
},
{
"name": "update-package-dependencies",
"version": "0.12.0"
},
{
"name": "vagrant",
"version": "0.1.0"
},
{
"name": "welcome",
"version": "0.36.6"
},
{
"name": "whitespace",
"version": "0.37.5"
},
{
"name": "wrap-guide",
"version": "0.40.2"
},
{
"name": "yeti-syntax",
"version": "0.1.2",
"theme": "syntax"
},
{
"name": "yeti-ui",
"version": "0.1.6",
"theme": "ui"
}
]
{
"animated-cursor": {
"animationDirection": "horizontal"
},
"ansible-vault": {},
"atom-ide-ui": {
"use": {
"atom-ide-diagnostics-ui": false
}
},
"atom-material-ui": {
"colors": {
"abaseColor": "#607d8b",
"genAccent": true,
"predefinedColor": "Blue Grey"
},
"tabs": {},
"ui": {
"panelContrast": true
}
},
"autocomplete": {
"includeCompletionsFromAllBuffers": true
},
"autocomplete-ansible": {
"pythonPaths": "/usr/local/bin/python"
},
"autocomplete-modules": {
"includeExtension": true
},
"autocomplete-paths": {
"maxFileCount": 5000
},
"autocomplete-python": {
"enableTouchBar": true,
"useKite": false,
"useSnippets": "all"
},
"core": {
"closeDeletedFileTabs": true,
"disabledPackages": [
"wrap-guide",
"markdown-format"
],
"telemetryConsent": "no",
"themes": [
"dracula-ui",
"dracula-syntax"
],
"titleBar": "custom"
},
"dash-ui": {
"themeColor": "Purple"
},
"editor": {
"fontFamily": "Knack Nerd Font",
"fontSize": 16,
"softWrap": true
},
"exception-reporting": {
"userId": "deb821ce-7063-4736-acd4-614305e1a4ec"
},
"file-icons": {},
"file-types": {
"": {
"*": {
"": {
"yml": "source.ansible"
},
".yml": "source.ansible",
"yml$": "source.ansible"
},
"*/group_vars/": {
"*": "source.ansible"
},
"*/host_vars/": {
"*": "source.ansible"
},
"*/tasks/": {
"*": "source.ansible"
}
}
},
"fonts": {
"fontFamily": "FiraCode"
},
"glowing-cursor": {
"cursorWidth": 5,
"glowColor": "#3a66ec",
"glowDistance": 0,
"innerColor": "#baff7d",
"transitionDuration": 2
},
"grammar-tab-colors": {
"decorationType": "solid-background"
},
"ide-python": {
"pylsPlugins": {
"pydocstyle": {
"enabled": true
}
}
},
"imdone-atom-github": {
"accessToken": "a53bb63f170ea5b1e0073293c4e80c18a5ba7f7d",
"gitHubEnterpriseHost": "github.ibm.com"
},
"kite": {
"showKiteTourOnStartup": false
},
"linter-ansible-linting": {
"ansibleLintExecutablePath": "/usr/local/bin/ansible-lint"
},
"linter-ansible-syntax": {
"ansibleExecutablePath": "/usr/local/bin/ansible-playbook",
"vaultPassFile": "/Users/faraz/.ssh/secret_key"
},
"linter-python": {
"executablePath": "/Library/Python/2.7/site-packages/pylama",
"withPylint": true
},
"linter-ui-default": {
"panelRepresents": "Entire Project",
"showProviderName": true
},
"linter-ui-hinted": {
"style": "background"
},
"linter-ui-plus": {},
"markdown-writer": {
"relativeImagePath": true
},
"minimap": {
"plugins": {
"find-and-replace": true,
"find-and-replaceDecorationsZIndex": 0,
"highlight-selected": true,
"highlight-selectedDecorationsZIndex": 0,
"split-diff": true,
"split-diffDecorationsZIndex": 0
}
},
"neon-cursor": {
"cursorType": "box"
},
"nord-atom-ui": {
"darkerFormFocusEffect": true
},
"pristine-ui": {
"fontSize": 14
},
"project-viewer": {
"autoHide": true,
"gistId": "89ec292741530e01008c86a17bcd7259",
"githubAccessToken": "a39abc9ae7c386189e6794719c4cb7374cc13472"
},
"seti-ui": {},
"snazzy-nebula-ui": {},
"split-diff": {
"colors": {
"addedColor": "#01c902"
},
"diffWords": true,
"ignoreWhitespace": true,
"leftEditorColor": "red",
"rightEditorColor": "green",
"scrollSyncType": "Vertical + Horizontal"
},
"sync-settings": {},
"teletype": {},
"tool-bar": {},
"tool-bar-almighty": {},
"tool-bar-shortcuts": {
"gitProjects": true,
"terminalPlus": true
},
"touchbar": {
"buttons": "[{\"name\":\"my-new-label\",\"type\":\"button\",\"label\":\"CMD\",\"color\":\"#FF9300\",\"command\":\"command-palette:toggle\"},{\"name\":\"spacer\",\"type\":\"label\",\"size\":\"small\"},{\"name\":\"comment-button\",\"type\":\"button\",\"label\":\"//\",\"command\":\"editor:toggle-line-comments\",\"color\":\"#5712d6\"},{\"name\":\"beautify-button\",\"type\":\"button\",\"label\":\"💅\",\"command\":\"atom-beautify:beautify-editor\",\"color\":\"#83FF8F\"},{\"name\":\"color-picker\",\"type\":\"color-picker\"},{\"type\":\"popover\",\"label\":\"😄\",\"elements\":[{\"name\":\"emoji-scrubber\",\"type\":\"scrubber\",\"label\":\"😄\",\"items\":\"emojis\"}]},{\"name\":\"toggle-command-palette\",\"type\":\"button\",\"label\":\"🎨\",\"command\":\"command-palette:toggle\"},{\"name\":\"edit-touchbar\",\"type\":\"button\",\"label\":\"Edit Touchbar\",\"command\":\"touchbar:edit\",\"color\":\"#83FF8F\"},{\"name\":\"toggle-github\",\"type\":\"button\",\"label\":\"GitHub\",\"color\":\"#0033cc\",\"command\":\"github:toggle-github-tab\"}]"
},
"touchbar-utility": {},
"welcome": {
"showOnStartup": false
}
}
# 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:
# http://flight-manual.atom.io/using-atom/sections/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%);
}
// style UI elements inside atom-text-editor
atom-text-editor .cursor {
// border-color: red;
}
.icon[data-name$=".jar"]:before{
font-family: MFizz;
content: "\F126";
font-size: 18px;
}
.icon[data-name$=".yml"]:before{
font-family: File-Icons;
content: "\61";
font-size: 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment