Last active
June 28, 2021 06:21
-
-
Save aminya/0901104e9f5f1cf11e58cf0403b6ea55 to your computer and use it in GitHub Desktop.
Atom Settings Backup by https://atom.io/packages/sync-settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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()}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
'atom-text-editor': | |
'ctrl-shift-i': 'editor:auto-indent' | |
'ctrl-f12': 'window:toggle-dev-tool' | |
'shift-ctrl-q': 'editor:log-cursor-syntax-tree-scope' | |
'shift-ctrl-w': 'editor:log-cursor-scope' | |
# Ctrl-Shift-P : command pallet | |
#'atom-etc': | |
# Default Keymaps for Markdown Writer | |
# https://atom.io/packages/markdown-writer | |
# | |
# Wiki: https://github.com/zhuochun/md-writer/wiki/Settings-for-Keymaps | |
# | |
".platform-win32 atom-text-editor:not([mini])": | |
"ctrl+alt-K": "markdown-writer:insert-link" | |
"ctrl+alt-I": "markdown-writer:insert-image" | |
"ctrl-alt-V": "markdown-writer:insert-image-clipboard" | |
"ctrl+alt-X": "markdown-writer:toggle-taskdone" | |
"ctrl-i": "markdown-writer:toggle-italic-text" | |
"ctrl-b": "markdown-writer:toggle-bold-text" | |
"ctrl-'": "markdown-writer:toggle-code-text" | |
'ctrl-`': "markdown-writer:toggle-codeblock-text" | |
"ctrl-h": "markdown-writer:toggle-strikethrough-text" | |
############################################### | |
# multi-cursor | |
'atom-workspace': | |
# Key bindings for multi-cursor-plus | |
'shift-alt-x': 'multi-cursor-plus:mark' | |
'shift-alt-up': 'multi-cursor-plus:move-up' | |
'shift-alt-down': 'multi-cursor-plus:move-down' | |
'shift-alt-left': 'multi-cursor-plus:move-left' | |
'shift-alt-right': 'multi-cursor-plus:move-right' | |
'shift-alt-ctrl-left': 'multi-cursor-plus:move-to-beginning-of-word' | |
'shift-alt-ctrl-right': 'multi-cursor-plus:move-to-end-of-word' | |
'shift-alt-home': 'multi-cursor-plus:move-to-first-character-of-line' | |
'shift-alt-end': 'multi-cursor-plus:move-to-end-of-line' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"about": { | |
"version": "1.9.1" | |
}, | |
"archive-view": { | |
"version": "0.66.0" | |
}, | |
"ascii-hex": { | |
"version": "0.2.0" | |
}, | |
"atom-bash": { | |
"version": "1.1.1" | |
}, | |
"atom-dark-syntax": { | |
"version": "0.29.1", | |
"theme": "syntax" | |
}, | |
"atom-dark-ui": { | |
"version": "0.53.3", | |
"theme": "ui" | |
}, | |
"atom-ide-base": { | |
"version": "3.2.0" | |
}, | |
"atom-ide-console": { | |
"version": "0.0.2" | |
}, | |
"atom-ide-datatip": { | |
"version": "0.24.1" | |
}, | |
"atom-ide-debugger": { | |
"version": "0.0.3" | |
}, | |
"atom-ide-definitions": { | |
"version": "0.4.1" | |
}, | |
"atom-ide-deno": { | |
"version": "1.8.0" | |
}, | |
"atom-ide-hyperclick": { | |
"version": "1.0.11" | |
}, | |
"atom-ide-javascript": { | |
"version": "1.5.0" | |
}, | |
"atom-ide-markdown-service": { | |
"version": "2.1.0" | |
}, | |
"atom-ide-outline": { | |
"version": "3.1.0" | |
}, | |
"atom-ide-signature-help": { | |
"version": "0.16.0" | |
}, | |
"atom-ide-template-js": { | |
"version": "0.1.0" | |
}, | |
"atom-ide-template-rust": { | |
"version": "0.1.0" | |
}, | |
"atom-ide-vue": { | |
"version": "1.4.6" | |
}, | |
"atom-light-syntax": { | |
"version": "0.29.1", | |
"theme": "syntax" | |
}, | |
"atom-light-ui": { | |
"version": "0.46.3", | |
"theme": "ui" | |
}, | |
"atom-matlab-editor": { | |
"version": "0.5.1" | |
}, | |
"atom-minify": { | |
"version": "0.8.0" | |
}, | |
"atom-reverser": { | |
"version": "3.0.4" | |
}, | |
"atom-tailwindcss": { | |
"version": "0.9.0" | |
}, | |
"atom-terminal": { | |
"version": "0.8.0" | |
}, | |
"atom-typescript": { | |
"version": "14.3.2" | |
}, | |
"atomic-terminal": { | |
"version": "1.1.3" | |
}, | |
"auto-fold": { | |
"version": "0.4.0" | |
}, | |
"autocomplete-atom-api": { | |
"version": "0.10.7" | |
}, | |
"autocomplete-bash-builtins": { | |
"version": "0.3.5" | |
}, | |
"autocomplete-clang": { | |
"version": "0.13.1" | |
}, | |
"autocomplete-cmake": { | |
"version": "0.3.1" | |
}, | |
"autocomplete-css": { | |
"version": "0.17.5" | |
}, | |
"autocomplete-en-en": { | |
"version": "0.2.0" | |
}, | |
"autocomplete-html": { | |
"version": "0.8.8" | |
}, | |
"autocomplete-jsdoc": { | |
"version": "0.0.2" | |
}, | |
"autocomplete-paths": { | |
"version": "2.15.2" | |
}, | |
"autocomplete-plus": { | |
"version": "2.42.4" | |
}, | |
"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" | |
}, | |
"blame": { | |
"version": "1.2.0" | |
}, | |
"bookmarks": { | |
"version": "0.46.0" | |
}, | |
"bracket-matcher": { | |
"version": "0.92.0" | |
}, | |
"busy-signal": { | |
"version": "2.0.1" | |
}, | |
"clean-context-menu": { | |
"version": "0.3.2" | |
}, | |
"command-palette": { | |
"version": "0.43.5" | |
}, | |
"ctags-status": { | |
"version": "1.4.0" | |
}, | |
"dalek": { | |
"version": "0.2.2" | |
}, | |
"deprecation-cop": { | |
"version": "0.56.9" | |
}, | |
"dev-live-reload": { | |
"version": "0.48.1" | |
}, | |
"encoding-selector": { | |
"version": "0.23.9" | |
}, | |
"exception-reporting": { | |
"version": "0.43.1" | |
}, | |
"file-icons": { | |
"version": "2.1.47" | |
}, | |
"find-and-replace": { | |
"version": "0.219.8" | |
}, | |
"find-scroll-marker": { | |
"version": "0.1.3" | |
}, | |
"find-trailing-whitespace": { | |
"version": "0.1.0" | |
}, | |
"fold-functions": { | |
"version": "0.11.0" | |
}, | |
"font-viewer": { | |
"version": "1.0.5" | |
}, | |
"fonts": { | |
"version": "3.13.0" | |
}, | |
"fuzzy-finder": { | |
"version": "1.14.3" | |
}, | |
"git-diff": { | |
"version": "1.3.9" | |
}, | |
"github": { | |
"version": "0.36.9" | |
}, | |
"go-debug": { | |
"version": "1.7.0" | |
}, | |
"go-plus": { | |
"version": "6.1.0" | |
}, | |
"go-signature-statusbar": { | |
"version": "1.2.3" | |
}, | |
"go-to-line": { | |
"version": "0.33.0" | |
}, | |
"grammar-selector": { | |
"version": "0.50.1" | |
}, | |
"highlight-selected": { | |
"version": "0.17.0" | |
}, | |
"Hydrogen": { | |
"version": "2.16.3" | |
}, | |
"hyperclick": { | |
"version": "0.1.5" | |
}, | |
"hyperlink-hyperclick": { | |
"version": "3.0.2" | |
}, | |
"ide-c-cpp": { | |
"version": "0.1.0" | |
}, | |
"ide-cpp": { | |
"version": "0.1.0" | |
}, | |
"ide-csharp": { | |
"version": "0.6.2" | |
}, | |
"ide-css": { | |
"version": "0.4.0" | |
}, | |
"ide-d": { | |
"version": "0.4.0" | |
}, | |
"ide-go": { | |
"version": "0.12.3" | |
}, | |
"ide-html": { | |
"version": "0.7.0" | |
}, | |
"ide-java": { | |
"version": "0.9.1" | |
}, | |
"ide-json": { | |
"version": "0.2.1" | |
}, | |
"ide-python": { | |
"version": "1.9.3" | |
}, | |
"ide-rust": { | |
"version": "1.0.0" | |
}, | |
"ide-yaml": { | |
"version": "0.7.0" | |
}, | |
"ide-yml": { | |
"version": "0.7.8-0" | |
}, | |
"image-view": { | |
"version": "0.64.0" | |
}, | |
"incompatible-packages": { | |
"version": "0.27.3" | |
}, | |
"indent-detective": { | |
"version": "0.4.0" | |
}, | |
"ink": { | |
"version": "0.12.6" | |
}, | |
"intentions": { | |
"version": "2.1.1" | |
}, | |
"javascript-drag-import": { | |
"version": "0.1.13" | |
}, | |
"julia-client": { | |
"version": "0.12.6" | |
}, | |
"juno-plus": { | |
"version": "0.13.1" | |
}, | |
"jupyter-notebook": { | |
"version": "0.0.10" | |
}, | |
"keybinding-resolver": { | |
"version": "0.39.0" | |
}, | |
"keyword-pair-matcher": { | |
"version": "0.2.1" | |
}, | |
"kite": { | |
"version": "0.198.0" | |
}, | |
"language-assembly": { | |
"version": "0.7.2" | |
}, | |
"language-autohotkey2": { | |
"version": "1.0.1" | |
}, | |
"language-batchfile": { | |
"version": "0.7.7" | |
}, | |
"language-c": { | |
"version": "0.60.19" | |
}, | |
"language-clojure": { | |
"version": "0.22.8" | |
}, | |
"language-cmake": { | |
"version": "1.2.0" | |
}, | |
"language-coffee-script": { | |
"version": "0.50.0" | |
}, | |
"language-csharp": { | |
"version": "1.1.0" | |
}, | |
"language-css": { | |
"version": "0.44.4" | |
}, | |
"language-emacs-lisp": { | |
"version": "1.4.0" | |
}, | |
"language-gfm": { | |
"version": "0.90.8" | |
}, | |
"language-git": { | |
"version": "0.19.1" | |
}, | |
"language-github-actions": { | |
"version": "0.1.0" | |
}, | |
"language-go": { | |
"version": "0.47.2" | |
}, | |
"language-html": { | |
"version": "0.53.1" | |
}, | |
"language-hyperlink": { | |
"version": "0.17.1" | |
}, | |
"language-java": { | |
"version": "0.32.1" | |
}, | |
"language-javascript": { | |
"version": "0.134.1" | |
}, | |
"language-json": { | |
"version": "1.0.5" | |
}, | |
"language-julia": { | |
"version": "0.21.1" | |
}, | |
"language-latex": { | |
"version": "1.2.0" | |
}, | |
"language-less": { | |
"version": "0.34.3" | |
}, | |
"language-make": { | |
"version": "0.23.0" | |
}, | |
"language-matlab": { | |
"version": "0.2.1" | |
}, | |
"language-matlab-octave": { | |
"version": "1.0.5" | |
}, | |
"language-matlab-plus": { | |
"version": "1.12.0" | |
}, | |
"language-meson": { | |
"version": "0.2.5" | |
}, | |
"language-mustache": { | |
"version": "0.14.5" | |
}, | |
"language-objective-c": { | |
"version": "0.16.0" | |
}, | |
"language-perl": { | |
"version": "0.38.1" | |
}, | |
"language-php": { | |
"version": "0.47.0" | |
}, | |
"language-powershell": { | |
"version": "5.0.0" | |
}, | |
"language-property-list": { | |
"version": "0.9.1" | |
}, | |
"language-python": { | |
"version": "0.53.6" | |
}, | |
"language-ruby": { | |
"version": "0.72.23" | |
}, | |
"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.2" | |
}, | |
"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.3" | |
}, | |
"language-vue": { | |
"version": "0.26.0" | |
}, | |
"language-weave": { | |
"version": "0.7.2" | |
}, | |
"language-xml": { | |
"version": "0.35.3" | |
}, | |
"language-yaml": { | |
"version": "0.32.0" | |
}, | |
"latex-completions": { | |
"version": "0.3.6" | |
}, | |
"latex-image-paste": { | |
"version": "0.5.0" | |
}, | |
"latex-tree": { | |
"version": "0.5.0" | |
}, | |
"line-ending-selector": { | |
"version": "0.7.7" | |
}, | |
"link": { | |
"version": "0.31.6" | |
}, | |
"linter": { | |
"version": "3.4.0" | |
}, | |
"linter-coffeelint": { | |
"version": "2.0.75" | |
}, | |
"linter-eslint": { | |
"version": "8.6.6" | |
}, | |
"linter-flake8": { | |
"version": "2.4.0" | |
}, | |
"linter-julia": { | |
"version": "0.9.0" | |
}, | |
"linter-matlab": { | |
"version": "1.3.0" | |
}, | |
"linter-rubocop": { | |
"version": "2.5.7" | |
}, | |
"linter-shellcheck": { | |
"version": "1.6.0" | |
}, | |
"linter-spell": { | |
"version": "0.15.0" | |
}, | |
"linter-tree-sitter": { | |
"version": "0.1.3" | |
}, | |
"linter-tslint": { | |
"version": "1.11.0" | |
}, | |
"linter-ui-default": { | |
"version": "3.4.1" | |
}, | |
"markdown-preview": { | |
"version": "0.160.2" | |
}, | |
"markdown-preview-plus": { | |
"version": "4.11.0" | |
}, | |
"markdown-writer": { | |
"version": "2.11.11" | |
}, | |
"menu-manager": { | |
"version": "0.6.0" | |
}, | |
"metrics": { | |
"version": "1.8.1" | |
}, | |
"minimap": { | |
"version": "4.39.14" | |
}, | |
"minimap-autohider": { | |
"version": "1.7.0" | |
}, | |
"minimap-bookmarks": { | |
"version": "0.4.6" | |
}, | |
"minimap-codeglance": { | |
"version": "0.4.7" | |
}, | |
"minimap-cursorline": { | |
"version": "1.0.4" | |
}, | |
"minimap-find-and-replace": { | |
"version": "5.0.8" | |
}, | |
"minimap-git-diff": { | |
"version": "4.3.6" | |
}, | |
"minimap-highlight-selected": { | |
"version": "4.6.5" | |
}, | |
"minimap-lens": { | |
"version": "0.8.1" | |
}, | |
"minimap-linter": { | |
"version": "2.2.2" | |
}, | |
"minimap-pigments": { | |
"version": "0.2.2" | |
}, | |
"minimap-selection": { | |
"version": "4.5.4" | |
}, | |
"multi-copy": { | |
"version": "0.1.0" | |
}, | |
"multi-cursor-plus": { | |
"version": "1.2.0" | |
}, | |
"multi-line-editor": { | |
"version": "1.6.0" | |
}, | |
"multi-paste2": { | |
"version": "0.4.1" | |
}, | |
"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-on-github": { | |
"version": "1.3.2" | |
}, | |
"package-generator": { | |
"version": "1.3.0" | |
}, | |
"package-ts-generator": { | |
"version": "0.1.2" | |
}, | |
"pdf-view": { | |
"version": "0.73.0" | |
}, | |
"pigments": { | |
"version": "0.40.6" | |
}, | |
"preview": { | |
"version": "0.19.0" | |
}, | |
"preview-inline": { | |
"version": "1.5.1" | |
}, | |
"project-manager": { | |
"version": "3.3.8" | |
}, | |
"script": { | |
"version": "3.32.1" | |
}, | |
"scroll-marker": { | |
"version": "0.3.5" | |
}, | |
"settings-view": { | |
"version": "0.261.7" | |
}, | |
"snippet-generator-plus": { | |
"version": "0.1.2" | |
}, | |
"snippets": { | |
"version": "1.5.1" | |
}, | |
"snippets-plus": { | |
"version": "0.12.0" | |
}, | |
"solarized-dark-syntax": { | |
"version": "1.3.0", | |
"theme": "syntax" | |
}, | |
"solarized-light-syntax": { | |
"version": "1.3.0", | |
"theme": "syntax" | |
}, | |
"spell-check": { | |
"version": "0.77.1" | |
}, | |
"split-diff": { | |
"version": "1.6.1" | |
}, | |
"status-bar": { | |
"version": "1.8.17" | |
}, | |
"styleguide": { | |
"version": "0.49.12" | |
}, | |
"Sublime-Style-Column-Selection": { | |
"version": "1.7.5" | |
}, | |
"symbols-tree-nav": { | |
"version": "0.15.8" | |
}, | |
"symbols-view": { | |
"version": "0.118.4" | |
}, | |
"sync-settings": { | |
"version": "5.2.11" | |
}, | |
"TabNine": { | |
"version": "3.0.3" | |
}, | |
"tabs": { | |
"version": "0.110.0" | |
}, | |
"terminus": { | |
"version": "4.1.5" | |
}, | |
"timecop": { | |
"version": "0.36.2" | |
}, | |
"tool-bar": { | |
"version": "1.4.4" | |
}, | |
"trailing-spaces": { | |
"version": "0.4.0" | |
}, | |
"tree-sitter-syntax-visualizer": { | |
"version": "1.0.0" | |
}, | |
"tree-view": { | |
"version": "0.228.3" | |
}, | |
"tree-view-git-status": { | |
"version": "1.5.3" | |
}, | |
"turbo-javascript": { | |
"version": "1.4.0" | |
}, | |
"unwrap-parens": { | |
"version": "0.1.1" | |
}, | |
"update-package-dependencies": { | |
"version": "0.13.1" | |
}, | |
"wakatime": { | |
"version": "11.0.4" | |
}, | |
"welcome": { | |
"version": "0.36.9" | |
}, | |
"whitespace": { | |
"version": "0.37.8" | |
}, | |
"wrap-guide": { | |
"version": "0.41.0" | |
}, | |
"x-terminal": { | |
"version": "13.0.10" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"*": { | |
"Hydrogen": { | |
"gateways": "[{\n \"name\": \"Jupyter test\",\n \"options\": {\n \"baseUrl\": \"http://127.0.0.1:8888/\"\n }\n}]", | |
"globalMode": true, | |
"kernelNotifications": true, | |
"languageMappings": "{ \"python\": \"magicpython\", \"cpp\": \"xcpp17\"}", | |
"showInspectorResultsInAutocomplete": true | |
}, | |
"Sublime-Style-Column-Selection": { | |
"mouseButtonTrigger": "Middle", | |
"selectKeyTrigger": "None" | |
}, | |
"_dart": { | |
"_firstRun": true, | |
"_version": "1.0.1" | |
}, | |
"atom-beautify": { | |
"general": { | |
"_analyticsUserId": "7180c9b7-51c1-455d-abb7-264707ae5eca" | |
} | |
}, | |
"atom-commander": { | |
"panel": { | |
"onlyOneWhenVertical": true | |
} | |
}, | |
"atom-ide-datatip": { | |
"showDataTipOnCursorMove": false, | |
"showDataTipOnMouseMove": true | |
}, | |
"atom-ide-definitions": {}, | |
"atom-ide-deno": { | |
"modes": {} | |
}, | |
"atom-ide-julia": {}, | |
"atom-ide-outline": {}, | |
"atom-ide-ui": { | |
"atom-ide-code-format": { | |
"formatOnSave": true | |
}, | |
"atom-ide-diagnostics-ui": { | |
"autoVisibility": true, | |
"showDiagnosticTraces": true | |
}, | |
"atom-ide-outline-view": { | |
"nameOnly": true | |
}, | |
"atom-ide-signature-help": { | |
"enable": false | |
}, | |
"debugger-exceptionBreakpointsCollapsed": false, | |
"use": { | |
"atom-ide-console": "always", | |
"atom-ide-datatip": "always", | |
"atom-ide-definitions": "never", | |
"atom-ide-diagnostics": "never", | |
"atom-ide-diagnostics-ui": "never", | |
"atom-ide-signature-help": "never", | |
"atom-ide-terminal": "never", | |
"hyperclick": "never" | |
} | |
}, | |
"atom-material-ui": { | |
"colors": { | |
"genAccent": true, | |
"paintCursor": true | |
}, | |
"fonts": {}, | |
"tabs": { | |
"compactTabs": true | |
}, | |
"ui": { | |
"panelContrast": true, | |
"panelShadows": true | |
} | |
}, | |
"atom-matlab-editor": { | |
"computerArch": "win64", | |
"matlabRootPath": "C:\\Program Files\\MATLAB\\R2019b", | |
"prefDirPath": "C:\\Users\\yahyaaba\\AppData\\Roaming\\MathWorks\\MATLAB\\R2019b", | |
"tempDirPath": "C:\\Users\\yahyaaba\\AppData\\Local\\Temp\\" | |
}, | |
"atom-minimap-titles": { | |
"font": "ANSI Shadow" | |
}, | |
"atom-stylus-supremacy": {}, | |
"atom-terminal": { | |
"app": "pwsh.exe" | |
}, | |
"atom-toolbar": {}, | |
"atom-typescript": { | |
"allowJS": true, | |
"autocompleteParens": true, | |
"ignoredDiagnosticCodes": [ | |
"8002", | |
"8003", | |
"8004", | |
"8006", | |
"8008", | |
"8010" | |
], | |
"includeCompletionsForModuleExports": true, | |
"jsSyntaxScopes": [ | |
"source.js", | |
"source.jsx", | |
"javascript", | |
"source.flow" | |
], | |
"largeFileNoFollowCursor": true, | |
"tsFileExtensions": [ | |
".ts", | |
".tst", | |
".tsx", | |
".as" | |
], | |
"tsserverInstancePerTsconfig": true | |
}, | |
"atomic-terminal": { | |
"colors": { | |
"theme": "Atom Dark" | |
}, | |
"shell": "pwsh.exe" | |
}, | |
"autocomplete-en-en": { | |
"FileType": ".text.plain, .text.plain.null-grammar, .text.tex.latex, .source.gfm, .source.gfm" | |
}, | |
"autocomplete-paths": { | |
"enableHtmlSupport": true, | |
"maxFileCount": 20000 | |
}, | |
"autocomplete-plus": { | |
"autoActivationDelay": 500, | |
"confirmCompletion": "tab always, enter when suggestion explicitly selected" | |
}, | |
"autosave": {}, | |
"bracket-matcher": { | |
"highlightMatchingLineNumber": true | |
}, | |
"clean-context-menu": { | |
"closePane": false, | |
"editorEdit": "hidden", | |
"editorEditHistory": "hidden", | |
"editorSplitPanes": "submenu", | |
"treeSplitPanes": "submenu", | |
"zOthers": {} | |
}, | |
"core": { | |
"allowPendingPaneItems": false, | |
"customFileTypes": { | |
"source.ini": [ | |
".hgrc", | |
".buckconfig", | |
".flowconfig" | |
], | |
"source.json": [ | |
"BUCK.autodeps" | |
], | |
"source.python": [ | |
"BUCK" | |
] | |
}, | |
"debugLSP": false, | |
"disabledPackages": [ | |
"image-view", | |
"markdown-preview", | |
"language-objective-c", | |
"ascii-hex", | |
"atom-bash", | |
"atom-beautify", | |
"atom-commander", | |
"atom-console", | |
"atom-ide-console", | |
"atom-ide-debugger", | |
"atom-ide-julia", | |
"atom-ide-template-js", | |
"atom-ide-template-rust", | |
"atom-ide-ui", | |
"atom-matlab-editor", | |
"atom-minify", | |
"atom-terminal", | |
"atom-toolbar", | |
"atomic-management", | |
"auto-fold", | |
"autocomplete-bash-builtins", | |
"autocomplete-clang", | |
"build", | |
"build-npm-apm", | |
"cson-parser", | |
"ctags-status", | |
"dart", | |
"fast-eslint", | |
"flow-ide", | |
"fold-functions", | |
"hey-pane (disabled)", | |
"hyperclick", | |
"ide-bash", | |
"ide-c-cpp", | |
"ide-clangd", | |
"ide-flowtype", | |
"ide-powershell", | |
"ide-typescript", | |
"ide-yaml", | |
"ink", | |
"julia-client", | |
"jupyter-notebook", | |
"kite", | |
"language-assembly", | |
"language-d", | |
"language-github-actions", | |
"language-julia", | |
"language-latex", | |
"language-matlab", | |
"language-matlab-plus", | |
"language-weave", | |
"latex-autocomplete", | |
"latex-friend", | |
"latex-image-paste", | |
"latex-itemizer", | |
"latex-tree", | |
"latex-wordcount", | |
"less-than-slash", | |
"lint-scroll-marker", | |
"linter-clang", | |
"linter-cpplint", | |
"linter-flake8", | |
"linter-gcc", | |
"linter-gcc2", | |
"linter-julia", | |
"linter-matlab", | |
"linter-php", | |
"linter-shellcheck", | |
"linter-spell", | |
"linter-spell-javascript", | |
"linter-spell-latex", | |
"linter-tree-sitter", | |
"lisp-paredit", | |
"minimap-autohider", | |
"minimap-codeglance", | |
"minimap-hide", | |
"minimap-lens", | |
"nuclide", | |
"package-ts-generator", | |
"pdf-view", | |
"preview", | |
"preview-inline", | |
"scroll-marker", | |
"symbols-tree-nav", | |
"TabNine", | |
"terminus", | |
"uber-juno", | |
"vim-mode-plus", | |
"web-view", | |
"x-terminal", | |
"wakatime", | |
"atom-ide-vue", | |
"atom-reverser", | |
"go-debug", | |
"go-plus", | |
"go-signature-statusbar", | |
"ide-csharp", | |
"ide-go", | |
"multi-cursor-plus", | |
"multi-paste2", | |
"snippet-generator-plus", | |
"turbo-javascript", | |
"linter-tslint", | |
"atom-ide-deno" | |
], | |
"fileSystemWatcher": "experimental", | |
"followSymlinks": false, | |
"openEmptyEditorOnStart": false, | |
"packagesWithKeymapsDisabled": [ | |
"minimap-titles" | |
], | |
"restorePreviousWindowsOnStart": "no", | |
"telemetryConsent": "no", | |
"themes": [ | |
"one-dark-ui", | |
"atom-dark-syntax" | |
], | |
"uriHandlerRegistration": "always", | |
"useProxySettingsWhenCallingApm": false | |
}, | |
"custom-folds": { | |
"areRegionsFoldedOnLoad": true, | |
"postfix_2": "fe", | |
"prefix_2": "fs", | |
"textFilePostfix_2": "```", | |
"textFilePrefix_2": "```latex" | |
}, | |
"dart": { | |
"showOutlineView": false | |
}, | |
"debugger-exceptionBreakpointsCollapsed": false, | |
"debugger-show-paused-threads-only": false, | |
"disable-grammars": {}, | |
"disable-keybindings": { | |
"allBundledPackages": true, | |
"prefixKeys": [ | |
"alt+I" | |
] | |
}, | |
"editor": { | |
"fontFamily": "Cascadia Code PL, Menlo, Consolas, DejaVu Sans Mono, monospace", | |
"fontSize": 11, | |
"invisibles": {}, | |
"preferredLineLength": 120, | |
"scrollPastEnd": true, | |
"showIndentGuide": true | |
}, | |
"exception-reporting": { | |
"userId": "8775cbb8-a896-42b4-99a8-d35a53fdae0e" | |
}, | |
"file-icons": { | |
"strategies": { | |
"grammar": false, | |
"linguist": false, | |
"modelines": false, | |
"usertypes": false | |
} | |
}, | |
"find-and-replace": { | |
"autocompleteSearches": true, | |
"enablePCRE2": true, | |
"focusEditorAfterSearch": true, | |
"useRipgrep": true | |
}, | |
"flow-ide": { | |
"showUncovered": true, | |
"useLSP": true | |
}, | |
"fonts": { | |
"fontFamily": "DejaVu Mono" | |
}, | |
"git-plus": { | |
"general": {} | |
}, | |
"github": { | |
"automaticCommitMessageWrapping": false, | |
"remoteFetchProtocol": "ssh", | |
"showDiffIconGutter": true | |
}, | |
"github-plus": {}, | |
"hide-lines-plus": { | |
"patterns": [ | |
"^>", | |
"\\$\\$[\\s\\S]*\\$\\$" | |
], | |
"useCustomMarker": false | |
}, | |
"ide-cpp": { | |
"clangdPath": "clangd" | |
}, | |
"ide-flowtype": { | |
"customFlowPath": { | |
"flowPath": "flow-bin" | |
}, | |
"tryFlowBin": true | |
}, | |
"ide-go": { | |
"diagnosticsEnabled": true, | |
"formatTool": "gofmt" | |
}, | |
"ide-java": { | |
"server": { | |
"configuration": { | |
"updateBuildConfiguration": "automatic" | |
} | |
} | |
}, | |
"ide-python": { | |
"pylsPlugins": { | |
"flake8": { | |
"enabled": true, | |
"ignore": [ | |
"E121", | |
"E123", | |
"E126", | |
"E226", | |
"E24", | |
"E704", | |
"W503", | |
"W504", | |
"E114", | |
"E501", | |
"E722", | |
"E261" | |
], | |
"maxLineLength": 150 | |
}, | |
"jedi_definition": {}, | |
"pycodestyle": { | |
"enabled": false, | |
"ignore": [ | |
"E121", | |
"E123", | |
"E126", | |
"E226", | |
"E24", | |
"E704", | |
"W503", | |
"E114", | |
"E501", | |
"E722" | |
], | |
"maxLineLength": 150 | |
}, | |
"pyls_mypy": { | |
"live_mode": false | |
}, | |
"rope_completion": { | |
"enabled": true | |
} | |
}, | |
"python": "python.exe", | |
"rope": {} | |
}, | |
"ide-rust": {}, | |
"ide-sourcekit": { | |
"sourceKitServer": { | |
"path": "bash -c '/mnt/c/Users/aminy/swift-5.3-RELEASE-ubuntu20.04/usr/bin/sourcekit-lsp'" | |
} | |
}, | |
"ide-yml": { | |
"yaml": { | |
"completion": true, | |
"customTags": true, | |
"format": {}, | |
"hover": true, | |
"schemaStore": { | |
"enable": true | |
}, | |
"schemas": true, | |
"validate": true | |
} | |
}, | |
"ink": { | |
"terminal": {} | |
}, | |
"json-converter": {}, | |
"julia-client": { | |
"consoleOptions": { | |
"cursorBlink": true, | |
"shell": "pwsh.exe" | |
}, | |
"currentVersion": "0.12.6", | |
"firstBoot": false, | |
"juliaOptions": { | |
"bootMode": "Cycler", | |
"formattingOptions": {} | |
}, | |
"juliaPath": "C:\\Users\\aminy\\AppData\\Local\\Programs\\Julia 1.5.3\\bin\\julia.exe", | |
"uiOptions": { | |
"enableMenu": true, | |
"enableToolBar": false, | |
"layouts": { | |
"console": { | |
"defaultLocation": "right" | |
}, | |
"debuggerPane": { | |
"defaultLocation": "bottom", | |
"split": "down" | |
}, | |
"defaultPanes": { | |
"outline": true | |
}, | |
"documentation": { | |
"defaultLocation": "right", | |
"split": "up" | |
}, | |
"linter": {}, | |
"outline": { | |
"defaultLocation": "right", | |
"split": "no split" | |
}, | |
"plotPane": { | |
"defaultLocation": "right", | |
"split": "up" | |
}, | |
"profiler": { | |
"split": "no split" | |
}, | |
"terminal": { | |
"defaultLocation": "right" | |
}, | |
"workspace": { | |
"defaultLocation": "right", | |
"split": "up" | |
} | |
}, | |
"scrollToResult": true | |
} | |
}, | |
"juno-plus": { | |
"IconSizes": false, | |
"JunoPackages": [ | |
"julia-client", | |
"ink", | |
"language-julia", | |
"language-weave", | |
"uber-juno", | |
"linter-julia" | |
], | |
"ToolbarPosition": false | |
}, | |
"juno-toolbar-plus": {}, | |
"jupyter-notebook": {}, | |
"keyword-pair-matcher": { | |
"highlightMatchingLineNumber": true, | |
"keywordPairs": [ | |
"if..end", | |
"for..end begin..end" | |
] | |
}, | |
"kite": { | |
"pollingInterval": 10000, | |
"showWelcomeNotificationOnStartup": false | |
}, | |
"learn-ide-material-ui": { | |
"fonts": { | |
"fontSize": 14 | |
} | |
}, | |
"linter": {}, | |
"linter-coffeelint": {}, | |
"linter-cpplint": {}, | |
"linter-eslint": { | |
"advanced": {}, | |
"autofix": {}, | |
"disabling": { | |
"disableWhenNoEslintConfig": false | |
}, | |
"global": {}, | |
"lintHtmlFiles": true, | |
"scopes": [ | |
"source.js", | |
"source.jsx", | |
"source.js.jsx", | |
"source.flow", | |
"source.babel", | |
"source.js-semantic", | |
"source.coffee", | |
"source.json", | |
"source.yaml", | |
"source.ts", | |
"source.tsx" | |
] | |
}, | |
"linter-flake8": { | |
"maxLineLength": 120 | |
}, | |
"linter-js-yaml": {}, | |
"linter-julia": { | |
"executablePath": "C:\\Julia-1.3.0-rc5\\bin\\julia.exe" | |
}, | |
"linter-matlab": { | |
"mlintDir": "C:\\Program Files\\MATLAB\\R2019b\\bin\\win64" | |
}, | |
"linter-shellcheck": {}, | |
"linter-stylint": { | |
"runWithStrictMode": true | |
}, | |
"linter-tslint": { | |
"globalNodePath": "C:\\Users\\aminy\\AppData\\Roaming\\npm", | |
"useGlobalTslint": false | |
}, | |
"linter-ui-default": { | |
"alwaysTakeMinimumSpace": true, | |
"decorateOnTreeView": "Files and Directories", | |
"gutterPosition": "Left", | |
"panelHeight": 240.10000610351562, | |
"showProviderName": true, | |
"statusBarRepresents": "Current File" | |
}, | |
"markdown-image-paste": {}, | |
"markdown-preview": { | |
"allowUnsafeProtocols": true | |
}, | |
"markdown-preview-enhanced": { | |
"automaticallyShowPreviewOfMarkdownBeingEdited": false, | |
"codeBlockTheme": "github.css", | |
"previewTheme": "one-dark.css" | |
}, | |
"markdown-preview-plus": { | |
"mathConfig": { | |
"enableLatexRenderingByDefault": true | |
} | |
}, | |
"markdown-writer": { | |
"fileExtension": ".markdown, .md" | |
}, | |
"menu-manager": { | |
"showButton": false | |
}, | |
"minimap": { | |
"absoluteMode": true, | |
"adjustAbsoluteModeHeight": true, | |
"plugins": { | |
"bookmarks": true, | |
"bookmarksDecorationsZIndex": 0, | |
"codeglance": true, | |
"codeglanceDecorationsZIndex": 0, | |
"cursorline": true, | |
"cursorlineDecorationsZIndex": 0, | |
"find-and-replace": true, | |
"find-and-replaceDecorationsZIndex": 0, | |
"git-diff": false, | |
"git-diffDecorationsZIndex": 0, | |
"highlight-selected": true, | |
"highlight-selectedDecorationsZIndex": 0, | |
"lens-mode": true, | |
"lens-modeDecorationsZIndex": 0, | |
"linter": true, | |
"linterDecorationsZIndex": 0, | |
"minimap-autohider": true, | |
"minimap-autohiderDecorationsZIndex": 0, | |
"minimap-hide": true, | |
"minimap-hideDecorationsZIndex": 0, | |
"minimap-quick-highlight": true, | |
"minimap-quick-highlightDecorationsZIndex": 0, | |
"my-minimap-plugin": true, | |
"my-minimap-pluginDecorationsZIndex": 0, | |
"pigments": true, | |
"pigmentsDecorationsZIndex": 0, | |
"selection": true, | |
"selectionDecorationsZIndex": 0 | |
} | |
}, | |
"minimap-autohider": { | |
"ShowOnClick": true | |
}, | |
"minimap-lens": { | |
"lensDelay": 500 | |
}, | |
"minimap-plus": { | |
"adjustMinimapWidthOnlyIfSmaller": false, | |
"adjustMinimapWidthToSoftWrap": false, | |
"ignoreWhitespacesInTokens": false, | |
"minimapScrollIndicator": false | |
}, | |
"nuclide": { | |
"use": { | |
"atom-ide-diagnostics-ui": "never" | |
} | |
}, | |
"one-dark-ui": { | |
"fontSize": 11, | |
"stickyHeaders": true | |
}, | |
"open-unsupported-files": {}, | |
"package-reloader": { | |
"targets": [ | |
"tool-bar-atom" | |
] | |
}, | |
"package-ts-generator": { | |
"createWithReact": false | |
}, | |
"preview": { | |
"_analyticsUserId": "3acc71f1-a483-4a23-91ef-9e8b8dcfc721" | |
}, | |
"preview-inline": { | |
"scope": [ | |
".source.gfm", | |
".text.tex.latex", | |
".text.restructuredtext", | |
".text.md", | |
".jl" | |
] | |
}, | |
"project-manager": {}, | |
"script": {}, | |
"spell-check": { | |
"locales": [ | |
"en-US" | |
] | |
}, | |
"split-diff": {}, | |
"status-bar": {}, | |
"sync-settings": { | |
"autoCheckForUpdatedBackup": "no", | |
"hiddenSettings": {} | |
}, | |
"terminal": { | |
"allowHiddenToStayActive": true, | |
"allowRelaunchingTerminalsOnStartup": true, | |
"autoShell": false, | |
"copyOnSelect": true, | |
"shell": "C:\\Program Files\\PowerShell\\7\\pwsh.exe", | |
"spawnPtySettings": { | |
"autoShell": false | |
}, | |
"webgl": true | |
}, | |
"toggle-packages": { | |
"displayStatusBar": false, | |
"togglePackages": [ | |
"indent-detective", | |
"ink", | |
"julia-client", | |
"language-weave", | |
"uber-juno", | |
"language-julia", | |
"linter-julia", | |
"juno-toolbar-plus" | |
] | |
}, | |
"tool-bar": { | |
"iconSize": "18px", | |
"useTouchBar": false | |
}, | |
"tool-bar:iconSize": "21px", | |
"tool-bar:iconsi": "Top", | |
"tool-bar:position": "Top", | |
"touchbar": { | |
"buttons": "[{\"type\":\"button\",\"name\":\"Config 1524399902796\",\"label\":\"Atom Touchbar\",\"color\":\"#e0fcf0\"},{\"name\":\"comment-button\",\"type\":\"button\",\"label\":\"//\",\"command\":\"editor:toggle-line-comments\",\"color\":\"#5712d6\",\"icon\":\"\",\"iconColor\":\"default\"},{\"name\":\"color-picker\",\"type\":\"color-picker\"},{\"name\":\"spacer\",\"type\":\"button\",\"size\":\"small\",\"label\":\"\",\"command\":\"tree-view:toggle\",\"color\":\"#00716c\",\"icon\":\"NSTouchBarSidebarTemplate\",\"iconColor\":\"white\"},{\"name\":\"toggle-command-palette\",\"type\":\"button\",\"label\":\"🎨\",\"command\":\"command-palette:toggle\"},{\"type\":\"popover\",\"label\":\"😄\",\"elements\":[{\"name\":\"emoji-scrubber\",\"type\":\"scrubber\",\"label\":\"😄\",\"items\":\"emojis\"}],\"command\":\"\",\"icon\":\"\"},{\"name\":\"toggle-github\",\"type\":\"button\",\"label\":\"GitHub\",\"color\":\"#919191\",\"command\":\"github:toggle-github-tab\"},{\"name\":\"edit-touchbar\",\"type\":\"button\",\"label\":\"Touchbar\",\"command\":\"touchbar:edit\",\"color\":\"#6b2f4f\"}]" | |
}, | |
"tree-sitter-syntax-visualizer": { | |
"showUnnamedTokens": false | |
}, | |
"tree-view": {}, | |
"uber-juno": { | |
"disable": true | |
}, | |
"vim-mode-plus": { | |
"startInInsertMode": true | |
}, | |
"wakatime": { | |
"apikey": "Saved in your $WAKATIME_HOME/.wakatime.cfg file" | |
}, | |
"welcome": { | |
"showOnStartup": false | |
}, | |
"whitespace": {}, | |
"windows-context-menu": { | |
"lastLaunchPath": "C:\\Users\\yahyaaba\\AppData\\Local\\atom-nightly\\app-1.45.0-nightly3\\atom-nightly.exe" | |
}, | |
"x-terminal": { | |
"command": "C:\\Program Files\\PowerShell\\7\\pwsh.exe", | |
"spawnPtySettings": { | |
"command": "C:\\Program Files\\PowerShell\\7\\pwsh.exe", | |
"projectCwd": true | |
}, | |
"terminalSettings": { | |
"copyOnSelect": true, | |
"fontFamily": "Cascadia Code PL" | |
}, | |
"xtermAddons": { | |
"webgl": true | |
} | |
} | |
}, | |
".latex.pweave.source": { | |
"editor": { | |
"softWrapAtPreferredLineLength": false | |
} | |
}, | |
".latex.source.weave": { | |
"editor": { | |
"softWrap": true, | |
"softWrapAtPreferredLineLength": false | |
} | |
}, | |
".md.pweave.source": { | |
"editor": { | |
"softWrapAtPreferredLineLength": false | |
} | |
}, | |
".md.source.weave": { | |
"editor": { | |
"softWrap": true, | |
"softWrapAtPreferredLineLength": false | |
} | |
}, | |
".pweave.restructuredtext.source": { | |
"editor": { | |
"softWrapAtPreferredLineLength": false | |
} | |
}, | |
".restructuredtext.source.weave": { | |
"editor": { | |
"softWrap": true, | |
"softWrapAtPreferredLineLength": false | |
} | |
}, | |
".subl.text.xml": { | |
"editor": { | |
"tabType": "auto" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
'.source.julia': | |
'More info': | |
'prefix': 'link' | |
'body': '[More info]($1)' | |
'.source.matlab': | |
'Seperator': | |
'prefix': 'sep' | |
'body': '%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%' | |
'.source.js': | |
'Measure performance': | |
'prefix': 'performance measure' | |
'body': ''' | |
let t$1 = window.performance.now() | |
$2 | |
console.log(window.performance.now() - t$1) | |
''' | |
'Inline': | |
'prefix': 'inline' | |
'body': '/*#__INLINE__*/' | |
'NonInline': | |
'prefix': 'noninline' | |
'body': '/*#__NOINLINE__*/' | |
'Pure': | |
'prefix': 'pure' | |
'body': '/*#__PURE__*/' | |
'.source.ts': | |
'Measure performance': | |
'prefix': 'performance measure' | |
'body': ''' | |
let t$1 = window.performance.now() | |
$2 | |
console.log(window.performance.now() - t$1) | |
''' | |
'Inline': | |
'prefix': 'inline' | |
'body': '/*#__INLINE__*/' | |
'NonInline': | |
'prefix': 'noninline' | |
'body': '/*#__NOINLINE__*/' | |
'Pure': | |
'prefix': 'pure' | |
'body': '/*#__PURE__*/' | |
'.source.python': | |
'Seperator': | |
'prefix': 'sep' | |
'body': '################################################################' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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; | |
} | |
.theme-atom-material-ui { | |
.tab-bar { font-size: 12px; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment