Skip to content

Instantly share code, notes, and snippets.

@sturobson
Last active May 23, 2020 12:27
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 sturobson/dbf3240c158ace411f1e4699218b11a2 to your computer and use it in GitHub Desktop.
Save sturobson/dbf3240c158ace411f1e4699218b11a2 to your computer and use it in GitHub Desktop.
Atom Settings Backup by https://atom.io/packages/sync-settings
# 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.
#
# 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
'auto-indent-file':
'ctrl-shift-R': 'auto-indent-file:autoindentfile'
'atom-text-editor:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
{
"about": {
"version": "1.9.1"
},
"archive-view": {
"version": "0.65.2"
},
"atom-beautify": {
"version": "0.33.4"
},
"atom-dark-syntax": {
"version": "0.29.1",
"theme": "syntax"
},
"atom-dark-ui": {
"version": "0.53.3",
"theme": "ui"
},
"atom-handlebars": {
"version": "1.3.0"
},
"atom-light-syntax": {
"version": "0.29.1",
"theme": "syntax"
},
"atom-light-ui": {
"version": "0.46.3",
"theme": "ui"
},
"atom-markdown-auto-preview": {
"version": "1.1.1"
},
"atom-notes": {
"version": "1.23.0"
},
"atom-panda-syntax": {
"version": "0.18.0",
"theme": "syntax"
},
"atom-path-intellisense": {
"version": "1.2.2"
},
"auto-indent": {
"version": "0.5.0"
},
"autocomplete-atom-api": {
"version": "0.10.7"
},
"autocomplete-css": {
"version": "0.17.5"
},
"autocomplete-html": {
"version": "0.8.8"
},
"autocomplete-nunjucks": {
"version": "0.5.0"
},
"autocomplete-plus": {
"version": "2.42.3"
},
"autocomplete-snippets": {
"version": "1.12.1"
},
"autoflow": {
"version": "0.29.4"
},
"autosave": {
"version": "0.24.6"
},
"background-tips": {
"version": "0.28.0"
},
"base16-tomorrow-dark-theme": {
"version": "1.6.0",
"theme": "syntax"
},
"base16-tomorrow-light-theme": {
"version": "1.6.0",
"theme": "syntax"
},
"bookmarks": {
"version": "0.46.0"
},
"bottom-dock": {
"version": "0.4.4"
},
"bracket-matcher": {
"version": "0.91.2"
},
"build-gulp": {
"version": "0.11.0"
},
"busy-signal": {
"version": "2.0.1"
},
"caniuse": {
"version": "1.0.0"
},
"caniuse-css": {
"version": "1.1.5"
},
"command-palette": {
"version": "0.43.5"
},
"current-file-breadcrumb": {
"version": "0.1.2"
},
"dalek": {
"version": "0.2.2"
},
"deprecation-cop": {
"version": "0.56.9"
},
"dev-live-reload": {
"version": "0.48.1"
},
"dracula-night-syntax": {
"version": "0.5.0",
"theme": "syntax"
},
"dracula-ui": {
"version": "0.6.0",
"theme": "ui"
},
"emmet": {
"version": "2.4.3"
},
"emmet-snippets-compatibility": {
"version": "1.0.6"
},
"encoding-selector": {
"version": "0.23.9"
},
"exception-reporting": {
"version": "0.43.1"
},
"file-icons": {
"version": "2.1.41"
},
"filesize": {
"version": "4.0.5"
},
"find-and-replace": {
"version": "0.219.3"
},
"fuzzy-finder": {
"version": "1.14.1"
},
"git-diff": {
"version": "1.3.9"
},
"git-plus": {
"version": "8.7.1"
},
"git-reset-selection": {
"version": "0.1.3"
},
"git-time-machine": {
"version": "2.1.0"
},
"github": {
"version": "0.34.1-3"
},
"gl-light-syntax": {
"version": "3.0.0",
"theme": "syntax"
},
"go-to-line": {
"version": "0.33.0"
},
"grammar-selector": {
"version": "0.50.1"
},
"grim-high-contrast-ui": {
"version": "2.0.1",
"theme": "ui"
},
"hecs-dark-theme-syntax": {
"version": "0.1.1",
"theme": "syntax"
},
"hecs-dark-ui": {
"version": "0.1.4",
"theme": "ui"
},
"high-contrast-dark-syntax": {
"version": "0.1.0",
"theme": "syntax"
},
"html-entitize": {
"version": "1.1.0"
},
"hypest-light": {
"version": "0.8.0",
"theme": "ui"
},
"image-view": {
"version": "0.64.0"
},
"incompatible-packages": {
"version": "0.27.3"
},
"intentions": {
"version": "1.1.5"
},
"keybinding-resolver": {
"version": "0.39.0"
},
"language-c": {
"version": "0.60.18"
},
"language-clojure": {
"version": "0.22.8"
},
"language-coffee-script": {
"version": "0.50.0"
},
"language-csharp": {
"version": "1.1.0"
},
"language-css": {
"version": "0.44.2"
},
"language-gfm": {
"version": "0.90.7"
},
"language-git": {
"version": "0.19.1"
},
"language-go": {
"version": "0.47.1"
},
"language-html": {
"version": "0.53.0"
},
"language-hyperlink": {
"version": "0.17.1"
},
"language-java": {
"version": "0.31.4"
},
"language-javascript": {
"version": "0.134.0"
},
"language-json": {
"version": "1.0.4"
},
"language-less": {
"version": "0.34.3"
},
"language-make": {
"version": "0.23.0"
},
"language-mustache": {
"version": "0.14.5"
},
"language-nunjucks": {
"version": "4.2.1"
},
"language-objective-c": {
"version": "0.16.0"
},
"language-perl": {
"version": "0.38.1"
},
"language-php": {
"version": "0.44.4"
},
"language-property-list": {
"version": "0.9.1"
},
"language-python": {
"version": "0.53.3"
},
"language-ruby": {
"version": "0.72.22"
},
"language-ruby-on-rails": {
"version": "0.25.3"
},
"language-rust-bundled": {
"version": "0.1.0"
},
"language-sass": {
"version": "0.62.1"
},
"language-shellscript": {
"version": "0.28.0"
},
"language-source": {
"version": "0.9.0"
},
"language-sql": {
"version": "0.25.10"
},
"language-text": {
"version": "0.7.4"
},
"language-todo": {
"version": "0.29.4"
},
"language-toml": {
"version": "0.20.0"
},
"language-typescript": {
"version": "0.6.0"
},
"language-xml": {
"version": "0.35.3"
},
"language-yaml": {
"version": "0.32.0"
},
"light-bint-syntax": {
"version": "1.0.6",
"theme": "syntax"
},
"line-ending-selector": {
"version": "0.7.7"
},
"link": {
"version": "0.31.6"
},
"linter": {
"version": "2.3.1"
},
"linter-doiuse": {
"version": "0.2.3"
},
"linter-htmlhint": {
"version": "1.6.3"
},
"linter-stylelint": {
"version": "4.5.1"
},
"linter-ui-default": {
"version": "1.8.1"
},
"macos-mojave-syntax": {
"version": "0.4.0",
"theme": "syntax"
},
"markdown-preview": {
"version": "0.160.2"
},
"markdown-table-editor": {
"version": "1.1.2"
},
"merge-conflicts": {
"version": "1.4.5"
},
"metrics": {
"version": "1.8.1"
},
"night-owl-ui": {
"version": "1.1.0",
"theme": "ui"
},
"nms-color-bracket": {
"version": "0.1.0"
},
"nord-atom-ui": {
"version": "0.12.0",
"theme": "ui"
},
"notifications": {
"version": "0.71.0"
},
"one-dark-syntax": {
"version": "1.8.4",
"theme": "syntax"
},
"one-dark-ui": {
"version": "1.12.5",
"theme": "ui"
},
"one-light-syntax": {
"version": "1.8.4",
"theme": "syntax"
},
"one-light-ui": {
"version": "1.12.5",
"theme": "ui"
},
"open-in-browsers": {
"version": "0.0.30"
},
"open-on-github": {
"version": "1.3.2"
},
"open-recent": {
"version": "5.0.0"
},
"package-generator": {
"version": "1.3.0"
},
"pigments": {
"version": "0.40.2"
},
"pp": {
"version": "0.0.1"
},
"pp-markdown": {
"version": "0.0.2"
},
"red-panda-syntax": {
"version": "0.7.1",
"theme": "syntax"
},
"remote-sync-pro": {
"version": "5.1.1"
},
"sass-comment": {
"version": "1.4.0"
},
"settings-view": {
"version": "0.261.3"
},
"snippets": {
"version": "1.5.0"
},
"solarized-dark-syntax": {
"version": "1.3.0",
"theme": "syntax"
},
"solarized-light-syntax": {
"version": "1.3.0",
"theme": "syntax"
},
"spell-check": {
"version": "0.76.0"
},
"split-diff": {
"version": "1.6.1"
},
"status-bar": {
"version": "1.8.17"
},
"styleguide": {
"version": "0.49.12"
},
"svg-preview": {
"version": "0.14.0"
},
"symbols-view": {
"version": "0.118.4"
},
"sync-settings": {
"version": "4.3.3"
},
"tabs": {
"version": "0.110.0"
},
"timecop": {
"version": "0.36.2"
},
"todo-manager": {
"version": "0.2.10"
},
"tree-view": {
"version": "0.228.0"
},
"update-package-dependencies": {
"version": "0.13.1"
},
"welcome": {
"version": "0.36.9"
},
"whitespace": {
"version": "0.37.7"
},
"wrap-guide": {
"version": "0.41.0"
}
}
{
"*": {
"atom-css-comb": {
"projectConfigs": "./.csscomb.json",
"runOnSave": true
},
"atom-csscomb": {
"presetConfig": "yandex"
},
"atom-package-deps": {
"ignored": []
},
"bracket-matcher": {
"highlightMatchingLineNumber": true
},
"color-tabs": {
"backgroundStyle": "solid",
"borderStyle": "right",
"markerStyle": "corner"
},
"core": {
"audioBeep": false,
"disabledPackages": [
"autoclose-html",
"sass-comment",
"advanced-open-file",
"atom-css-clean",
"busy-signal",
"change-case",
"css-triggers",
"linter-alex",
"sort-lines",
"atom-css-comb",
"tree-view-autoresize",
"minimap",
"css-spy",
"markdown-preview",
"spell-check"
],
"ignoredNames": [
".git",
".hg",
".svn",
".DS_Store",
"._*",
"Thumbs.db",
"node_modules"
],
"packagesWithKeymapsDisabled": [
"nms-color-bracket"
],
"projectHome": "/Users/sr/Projects",
"telemetryConsent": "no",
"themes": [
"one-dark-ui",
"macos-mojave-syntax"
],
"titleBar": "hidden"
},
"css-comb": {
"customConfig": "./.csscomb.json",
"shouldNotSearchConfig": true,
"shouldUpdateOnSave": true
},
"css-declaration-sorter": {},
"css-specificity": {},
"editor": {
"backUpBeforeSaving": false,
"fontFamily": "MonoLisa, cursive",
"fontSize": 15,
"lineHeight": 1.6,
"nonWordCharacters": "./\\()\\\"':,.;<>~!@#$%^&*|+=]{}`~?",
"preferredLineLength": 120,
"scrollPastEnd": true,
"showIndentGuide": true,
"softWrap": true,
"softWrapAtPreferredLineLength": true,
"tabType": "soft",
"undoGroupingInterval": 250
},
"exception-reporting": {
"userId": "71d27077-fc72-c3ec-fcdb-be00e990f025"
},
"file-icons": {},
"filesize": {
"UseDecimal": true
},
"git-plus": {
"diffs": {
"useSplitDiff": true
},
"general": {
"showFormat": "fuller"
}
},
"grammar-tab-colors": {
"decorationLocation": "right",
"decorationSize": "3.5em",
"decorationType": "circle"
},
"highlight-line": {
"enableSelectionBorder": true,
"enableUnderline": true
},
"html-to-css": {
"bem-group": true
},
"isotope-light-ui": {
"customBackgroundColorPicker": "#3b4fff",
"fontFamily": "Fira Sans",
"minimalMode": true
},
"linter-htmlhint": {
"enabledScopes": [
"text.html.angular",
"text.html.basic",
"text.html.gohtml",
"text.html.jsp",
"text.html.mustache",
"text.html.hbs"
]
},
"linter-stylelint": {},
"linter-ui-default": {
"panelHeight": 300
},
"markdown-preview-plus": {
"saveConfig": {
"saveToPDFOptions": {}
}
},
"minimap": {
"plugins": {
"bookmarks": true,
"bookmarksDecorationsZIndex": 0,
"cursorline": true,
"cursorlineDecorationsZIndex": 0,
"pigments": true,
"pigmentsDecorationsZIndex": 0
}
},
"nord-atom-ui": {},
"one-dark-ui": {
"hideDockButtons": true
},
"one-light-ui": {
"tabSizing": "Minimum"
},
"one-light-ui-adwaita": {
"layoutMode": "Spacious"
},
"one-vibrancy": {
"effect": "dark"
},
"open-in-browsers": {
"Chrome": false,
"IE": false,
"Opera": false
},
"pigments": {
"extendAutocompleteToColorValue": true,
"extendAutocompleteToVariables": true
},
"platformio-ide-terminal": {
"core": {
"mapTerminalsTo": "Folder"
}
},
"prettier-atom": {
"formatOnSaveOptions": {
"showInStatusBar": true
},
"prettierOptions": {
"singleQuote": true
}
},
"seti-icons": {},
"seti-syntax": {
"themeColor": "Yellow"
},
"seti-ui": {
"disableAnimations": true,
"displayIgnored": false,
"fileIcons": false,
"hideDocumentTitle": true,
"hideProjectTab": true,
"themeColor": "Yellow"
},
"split-diff": {
"diffWords": true,
"ignoreWhitespace": true,
"leftEditorColor": "red",
"rightEditorColor": "green",
"scrollSyncType": "Vertical + Horizontal"
},
"svg-preview": {
"openPreviewAutomatically": true
},
"swackets": {},
"sync-settings": {
"hiddenSettings": {}
},
"tabs-to-spaces": {
"onSave": "untabify"
},
"terminal-plus": {
"core": {
"mapTerminalsTo": "Folder",
"mapTerminalsToAutoOpen": true
},
"style": {
"theme": "man-page"
}
},
"trailing-spaces": {
"enableForCursorLines": true,
"enableForIndentation": true
},
"tree-view": {
"hideIgnoredNames": true
},
"tree-view-autoresize": {
"minimumWidth": 350
},
"tree-view-git-status": {
"gitFlow": {
"enabled": false
}
},
"welcome": {
"showOnStartup": false
},
"white-cursor": {
"darkThemes": [
"toothpaste"
]
}
}
}
# 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'
#
# 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
.list-group li:not(.list-nested-item), .list-tree li:not(.list-nested-item), .list-group li.list-nested-item > .list-item, .list-tree li.list-nested-item > .list-item {
font-size: 13px;
line-height: 1.65;
// color: white;
}
// .tab-bar .tab {
// color: rgba(255,255,255, 0.75);
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment