Skip to content

Instantly share code, notes, and snippets.

@keyakko
Last active March 19, 2020 15:39
Show Gist options
  • Save keyakko/b889b42ca5b8ec5fc639672912e5b8d2 to your computer and use it in GitHub Desktop.
Save keyakko/b889b42ca5b8ec5fc639672912e5b8d2 to your computer and use it in GitHub Desktop.
Configurations for ATOM
"*":
_dart:
_firstRun: true
_version: "1.0.1"
"atom-clock":
showClockIcon: true
"atom-ide-ui":
"atom-ide-debugger":
showDebuggerOnBpSet: false
"atom-ide-diagnostics-ui": {}
"atom-ide-outline-view":
nameOnly: true
"atom-ide-terminal":
allowTransparency: true
hyperclick:
darwinTriggerKeys: "ctrlKey"
"atom-ide-vue":
experimental:
templateInterpolationService: true
"atom-ternjs":
excludeLowerPriorityProviders: true
inlineFnCompletionDocumentation: true
useSnippets: true
useSnippetsAndFunction: true
"autocomplete-paths":
enableHtmlSupport: true
ignoreSubmodules: true
"autocomplete-plus":
autoActivationDelay: 500
minimumWordLength: 2
"autocomplete-tailwind":
isDisabledIfNotInPackageJson: false
"color-picker":
abbreviateValues: true
triggerKey: "E"
core:
disabledPackages: [
"linter"
]
followSymlinks: false
packagesWithSnippetsDisabled: []
telemetryConsent: "no"
themes: [
"city-lights-ui"
"atom-dark-syntax"
]
editor:
fontFamily: "\"IPAMenloGothic\", monospace"
fontSize: 11
invisibles: {}
lineHeight: 1.3
showIndentGuide: true
showInvisibles: true
"exception-reporting":
userId: ""
hyperclick:
darwinTriggerKeys: "ctrlKey"
"ide-vue": {}
"js-hyperclick":
extensions: [
".js"
".json"
".node"
".vue"
".ts"
]
jumpToImport: true
usePendingPanes: true
"linter-ui-default":
panelHeight: 261
showPanel: true
"nyan-indent":
color: "blue"
customColors:
"0": "#355879"
"1": "#2d465d"
"2": "#283947"
"3": "#26333e"
"4": "#252d33"
opacity: 100
useCustomColors: true
"php-debug":
server:
serverAddress: "192.168.99.100"
"platformio-ide-terminal":
ansiColors:
normal:
blue: "#4071c5"
zBright:
brightBlue: "#4f69ff"
style:
fontFamily: "'DejaVu Sans Mono for Powerline'"
fontSize: "9"
toggles:
autoClose: true
"remote-atom":
keep_alive: true
launch_at_startup: true
"terminal-plus":
toggles:
autoClose: true
"todo-show":
findTheseTodos: [
"TODO"
"FIXME"
"CHANGED"
"XXX"
"IDEA"
"HACK"
"REVIEW"
"NB"
"BUG"
"QUESTION"
"COMBAK"
"TEMP"
]
welcome:
showOnStartup: false
".rust.source":
editor:
tabLength: 2
'atom-workspace':
# 'ctrl-c': 'core:copy'
# 'ctrl-x': 'core:cut'
# 'ctrl-v': 'core:paste'
# 'ctrl-z': 'core:undo'
# 'ctrl-y': 'core:redo'
# 'ctrl-a': 'core:select-all'
# 'ctrl-s': 'core:save'
# 'ctrl-o': 'application:open'
# 'ctrl-[': 'editor:outdent-selected-rows'
# 'ctrl-]': 'editor:indent-selected-rows'
# 'ctrl-n': 'appliation:new-file'
# 'ctrl-w': 'core:close'
# 'ctrl-f': 'find-and-replace:show'
'Cmd-h': 'find-and-replace:show-replace'
'atom-text-editor' :
'alt-left' : 'editor:move-to-first-character-of-line'
'alt-right' : 'editor:move-to-end-of-screen-line'
'atom-text-editor:not([mini])':
'shift-cmd-o': ['fuzzy-finder:toggle-file-finder']
'cmd-d': 'editor:duplicate-lines'
'cmd-b' : 'find-and-replace:select-next'
'shift-alt-up' : 'editor:add-selection-above'
'shift-alt-down' : 'editor:add-selection-below'
'shift-cmd-up' : 'editor:move-line-up'
'shift-cmd-down' : 'editor:move-line-down'
'tab' : 'emmet:expand-abbreviation-with-tab'
'cmd-left' : 'editor:move-to-beginning-of-word'
'cmd-right' : 'editor:move-to-end-of-word'
'cmd-up' : 'core:move-up'
'cmd-down' : 'core:move-down'
% ls -la
total 4
drwxr-xr-x 55 keyakko 1760 Mar 19 23:48 .
drwxr-xr-x 19 keyakko 608 Mar 20 00:35 ..
-rw-r--r-- 1 keyakko 60 Nov 16 2018 README.md
drwxr-xr-x 39 keyakko 1248 Nov 17 2018 atom-beautify
drwxr-xr-x 10 keyakko 320 Mar 17 18:31 atom-clock
drwxr-xr-x 13 keyakko 416 Jan 26 18:40 atom-ide-ui
drwxr-xr-x 12 keyakko 384 Mar 19 22:57 atom-ide-vue
drwxr-xr-x 17 keyakko 544 Mar 26 2019 atom-material-ui
drwxr-xr-x 17 keyakko 544 Nov 16 12:47 atom-ternjs
drwxr-xr-x 26 keyakko 832 Mar 17 18:31 atom-typescript
drwxr-xr-x 14 keyakko 448 Nov 17 2018 autocomplete-paths
drwxr-xr-x 9 keyakko 288 Dec 31 21:14 autocomplete-tailwind
drwxr-xr-x 11 keyakko 352 Nov 17 2018 blackspace
drwxr-xr-x 17 keyakko 544 Mar 17 18:31 busy-signal
drwxr-xr-x 9 keyakko 288 Nov 17 2018 city-lights-ui
drwxr-xr-x 10 keyakko 320 Nov 17 2018 color-picker
drwxr-xr-x 15 keyakko 480 May 3 2019 docblockr
drwxr-xr-x 22 keyakko 704 Mar 17 18:31 editorconfig
drwxr-xr-x 14 keyakko 448 Nov 17 2018 emmet
drwxr-xr-x 8 keyakko 256 Nov 17 2018 emmet-jsx-css-modules
drwxr-xr-x 9 keyakko 288 Nov 17 2018 emmet-jsx-props
drwxr-xr-x 20 keyakko 640 Mar 17 18:31 file-icons
drwxr-xr-x 12 keyakko 384 Mar 19 19:10 hyperclick
drwxr-xr-x 6 keyakko 192 Mar 19 19:08 ide-css
drwxr-xr-x 15 keyakko 480 Mar 19 19:08 ide-go
drwxr-xr-x 7 keyakko 224 Mar 19 19:08 ide-html
drwxr-xr-x 10 keyakko 320 Mar 19 19:08 ide-json
drwxr-xr-x 14 keyakko 448 Mar 19 22:28 ide-php
drwxr-xr-x 12 keyakko 384 Jan 26 18:37 ide-typescript
drwxr-xr-x 20 keyakko 640 Mar 19 19:17 intentions
drwxr-xr-x 19 keyakko 608 Mar 19 19:10 js-hyperclick
drwxr-xr-x 12 keyakko 384 Sep 21 20:45 language-elm
drwxr-xr-x 10 keyakko 320 Dec 3 21:21 language-postcss
drwxr-xr-x 10 keyakko 320 Apr 1 2019 language-pug
drwxr-xr-x 11 keyakko 352 Nov 17 2018 language-rust
drwxr-xr-x 12 keyakko 384 Sep 8 2019 language-swift
drwxr-xr-x 8 keyakko 256 Mar 17 01:42 language-vue
drwxr-xr-x 12 keyakko 384 Jan 7 17:07 linter
drwxr-xr-x 18 keyakko 576 Jan 7 17:06 linter-eslint
drwxr-xr-x 17 keyakko 544 Jan 7 17:05 linter-php
drwxr-xr-x 19 keyakko 608 Mar 26 2019 linter-sass-lint
drwxr-xr-x 19 keyakko 608 Jan 26 19:28 linter-ui-default
drwxr-xr-x 17 keyakko 544 Nov 17 2018 merge-conflicts
drwxr-xr-x 9 keyakko 288 Jan 26 19:44 multi-cursor
drwxr-xr-x 15 keyakko 480 Jun 7 2019 nyan-indent
drwxr-xr-x 17 keyakko 544 Nov 17 2018 pigments
drwxr-xr-x 15 keyakko 480 Mar 17 18:32 platformio-ide-terminal
drwxr-xr-x 10 keyakko 320 Nov 17 2018 remote-atom
drwxr-xr-x 8 keyakko 256 Nov 17 2018 sass
drwxr-xr-x 14 keyakko 448 Mar 17 18:31 split-diff
drwxr-xr-x 10 keyakko 320 Nov 17 2018 ssh-config
drwxr-xr-x 15 keyakko 480 Nov 17 2018 tabs-to-spaces
drwxr-xr-x 10 keyakko 320 Nov 17 2018 todo-show
drwxr-xr-x 8 keyakko 256 Mar 19 19:11 vue-hyperclick
drwxr-xr-x 12 keyakko 384 Nov 17 2018 vue2-autocomplete
// 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%);
}
atom-text-editor.editor {
// .indent-guide {
// color: #FFFFFF80;
// }
.invisible-character, .indent-guide {
color: #eadd0760;
// font-weight: bold;
// font-size-adjust: 0.5;
// font-feature-settings: "palt" 1;
// letter-spacing: 0.2em;
// font-stretch: 120%;
// color: #FFFFFF80;
}
}
// style UI elements inside atom-text-editor
atom-text-editor .cursor {
// border-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment