Skip to content

Instantly share code, notes, and snippets.

@TenteEEEE
Last active January 15, 2021 03:35
Show Gist options
  • Save TenteEEEE/7824b1348fae871285e692ad947140db to your computer and use it in GitHub Desktop.
Save TenteEEEE/7824b1348fae871285e692ad947140db 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. 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:
# * 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
{
"about": {
"version": "1.9.1"
},
"archive-view": {
"version": "0.65.2"
},
"ariake-dark-syntax": {
"version": "0.2.1",
"theme": "syntax"
},
"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-ide-ui": {
"version": "0.13.0"
},
"atom-light-syntax": {
"version": "0.29.1",
"theme": "syntax"
},
"atom-light-ui": {
"version": "0.46.3",
"theme": "ui"
},
"atom-material-syntax-dark": {
"version": "1.0.0",
"theme": "syntax"
},
"atom-material-ui": {
"version": "2.1.3",
"theme": "ui"
},
"atom-terminal": {
"version": "0.8.0"
},
"atom-typescript": {
"version": "14.1.2"
},
"autocomplete-atom-api": {
"version": "0.10.7"
},
"autocomplete-clang": {
"version": "0.13.1"
},
"autocomplete-css": {
"version": "0.17.5"
},
"autocomplete-en-en": {
"version": "0.2.0"
},
"autocomplete-html": {
"version": "0.8.8"
},
"autocomplete-paths": {},
"autocomplete-plus": {
"version": "2.42.3"
},
"autocomplete-python": {
"version": "1.16.0"
},
"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"
},
"bracket-matcher": {
"version": "0.91.2"
},
"busy-signal": {
"version": "2.0.1"
},
"clang-format": {
"version": "2.0.8"
},
"command-palette": {
"version": "0.43.5"
},
"dalek": {
"version": "0.2.2"
},
"deprecation-cop": {
"version": "0.56.9"
},
"dev-live-reload": {
"version": "0.48.1"
},
"duotone-dark-sea-syntax": {
"version": "2.1.0",
"theme": "syntax"
},
"encoding-selector": {
"version": "0.23.9"
},
"exception-reporting": {
"version": "0.43.1"
},
"file-icons": {
"version": "2.1.46"
},
"find-and-replace": {
"version": "0.219.6"
},
"fuzzy-finder": {
"version": "1.14.3"
},
"git-diff": {
"version": "1.3.9"
},
"git-log": {
"version": "0.4.1"
},
"git-plus": {
"version": "8.7.1"
},
"github": {
"version": "0.35.0"
},
"gitlab": {
"version": "0.1.3-7"
},
"go-to-line": {
"version": "0.33.0"
},
"gpp-compiler": {
"version": "3.0.7"
},
"gradient-syntax-theme": {
"version": "0.2.0",
"theme": "syntax"
},
"grammar-selector": {
"version": "0.50.1"
},
"highlight-selected": {
"version": "0.17.0"
},
"Hydrogen": {
"version": "2.14.6"
},
"hyperclick": {
"version": "0.1.5"
},
"image-view": {
"version": "0.64.0"
},
"incompatible-packages": {
"version": "0.27.3"
},
"intentions": {
"version": "1.1.5"
},
"keybinding-resolver": {
"version": "0.39.0"
},
"language-batchfile": {
"version": "0.7.5"
},
"language-c": {
"version": "0.60.19"
},
"language-clojure": {
"version": "0.22.8"
},
"language-coffee-script": {
"version": "0.50.0"
},
"language-csharp": {
"version": "1.1.0"
},
"language-css": {
"version": "0.44.4"
},
"language-docker": {
"version": "1.1.8"
},
"language-gfm": {
"version": "0.90.8"
},
"language-git": {
"version": "0.19.1"
},
"language-go": {
"version": "0.47.2"
},
"language-html": {
"version": "0.53.1"
},
"language-hyperlink": {
"version": "0.17.1"
},
"language-java": {
"version": "0.32.0"
},
"language-javascript": {
"version": "0.134.1"
},
"language-json": {
"version": "1.0.5"
},
"language-kivy": {
"version": "0.2.0"
},
"language-latex": {
"version": "1.2.0"
},
"language-less": {
"version": "0.34.3"
},
"language-make": {
"version": "0.23.0"
},
"language-markdown": {
"version": "0.37.0"
},
"language-matlab": {
"version": "0.2.1"
},
"language-mustache": {
"version": "0.14.5"
},
"language-objective-c": {
"version": "0.16.0"
},
"language-perl": {
"version": "0.38.1"
},
"language-php": {
"version": "0.44.7"
},
"language-property-list": {
"version": "0.9.1"
},
"language-proto": {
"version": "0.8.0"
},
"language-python": {
"version": "0.53.5"
},
"language-restructuredtext": {
"version": "1.1.2"
},
"language-ruby": {
"version": "0.72.23"
},
"language-ruby-on-rails": {
"version": "0.25.3"
},
"language-rust": {
"version": "0.4.12"
},
"language-rust-bundled": {
"version": "0.1.0"
},
"language-sass": {
"version": "0.62.1"
},
"language-shadercode-shaderlab": {
"version": "2.0.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-xml": {
"version": "0.35.3"
},
"language-yaml": {
"version": "0.32.0"
},
"latex": {
"version": "0.50.2"
},
"latexer": {
"version": "0.3.0"
},
"line-ending-selector": {
"version": "0.7.7"
},
"link": {
"version": "0.31.6"
},
"linter": {
"version": "3.2.3"
},
"linter-python-pep8": {
"version": "0.2.0"
},
"linter-ui-default": {
"version": "2.4.1"
},
"markdown-pdf": {
"version": "2.3.3"
},
"markdown-preview": {
"version": "0.160.2"
},
"markdown-preview-plus": {
"version": "4.9.0"
},
"markdown-themeable-pdf": {
"version": "1.2.1"
},
"material": {
"version": "2.2.0",
"theme": "syntax"
},
"metrics": {
"version": "1.8.1"
},
"minimap": {
"version": "4.38.3"
},
"minimap-autohide": {
"version": "0.10.1"
},
"minimap-git-diff": {
"version": "4.3.5"
},
"minimap-highlight-selected": {
"version": "4.6.4"
},
"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"
},
"pandoc-convert": {
"version": "1.1.1"
},
"pdf-view": {
"version": "0.72.0"
},
"project-manager": {
"version": "3.3.8"
},
"python-autopep8": {
"version": "0.1.3"
},
"script": {
"version": "3.29.3"
},
"seti-syntax": {
"version": "1.2.0",
"theme": "syntax"
},
"seti-ui": {
"version": "1.11.0",
"theme": "ui"
},
"settings-view": {
"version": "0.261.6"
},
"snippets": {
"version": "1.5.1"
},
"solarized-dark-syntax": {
"version": "1.3.0",
"theme": "syntax"
},
"solarized-light-syntax": {
"version": "1.3.0",
"theme": "syntax"
},
"sort-lines": {
"version": "0.19.0"
},
"spell-check": {
"version": "0.76.1"
},
"status-bar": {
"version": "1.8.17"
},
"styleguide": {
"version": "0.49.12"
},
"sublime-block-comment": {
"version": "0.5.1"
},
"symbols-view": {
"version": "0.118.4"
},
"sync-settings": {
"version": "5.2.0"
},
"TabNine": {},
"tabs": {
"version": "0.110.0"
},
"terminus": {
"version": "4.1.1"
},
"timecop": {
"version": "0.36.2"
},
"tool-bar": {
"version": "1.4.2"
},
"tree-view": {
"version": "0.228.1"
},
"update-package-dependencies": {
"version": "0.13.1"
},
"welcome": {
"version": "0.36.9"
},
"whitespace": {
"version": "0.37.7"
},
"wordcount": {
"version": "3.2.0"
},
"wrap-guide": {
"version": "0.41.0"
},
"you-complete-me": {
"version": "0.8.1"
}
}
atom setting
{
"*": {
"Hydrogen": {
"autoScroll": false,
"debug": true
},
"atom-beautify": {
"executables": {
"uncrustify": {
"path": "C:/Program Files/uncrustify-0.71.0_f-win64/uncrustify.exe"
}
},
"general": {
"_analyticsUserId": "da132842-d520-4a8a-9e6a-d697b4442279"
},
"latex": {
"indent_with_tabs": true
},
"python": {
"ignore": [
"E24",
"E731"
],
"max_line_length": 180
}
},
"atom-package-deps": {
"ignored": []
},
"atom-terminal": {
"app": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
},
"autocomplete-en-en": {
"FileType": ".text.plain, .text.plain.null-grammar, .text.tex.latex, .source.gfm, .text.md"
},
"autocomplete-python": {
"useKite": false
},
"core": {
"allowPendingPaneItems": false,
"autoHideMenuBar": true,
"disabledPackages": [
"language-gfm",
"sort-lines",
"gpp-compiler",
"markdown-pdf",
"markdown-themeable-pdf",
"markdown-preview",
"spell-check",
"minimap-autohide",
"you-complete-me",
"ide-rust",
"atom-ide-ui",
"language-kivy",
"language-clojure",
"language-coffee-script",
"language-java",
"language-less",
"language-mustache",
"language-objective-c",
"language-perl",
"language-php",
"language-property-list",
"language-ruby-on-rails",
"language-ruby",
"language-sass",
"language-sql",
"language-todo",
"language-toml",
"language-typescript",
"project-manager",
"gitlab",
"github",
"autocomplete-clang",
"git-log",
"pdf-view",
"autocomplete-css",
"autocomplete-html",
"autocomplete-atom-api"
],
"packagesWithKeymapsDisabled": [],
"telemetryConsent": "no",
"themes": [
"atom-material-ui",
"ariake-dark-syntax"
],
"uriHandlerRegistration": "always"
},
"editor": {
"fontSize": 17,
"softWrap": true
},
"exception-reporting": {
"userId": "c9485156-9d7c-4ef4-a974-4c81378bb4e2"
},
"git-plus": {
"general": {
"_analyticsUserId": "6a6121b1-fd01-42cb-b6a7-03576837e1ab"
}
},
"gitlab": {
"position": "left",
"privateToken": "XyXdragQtJPnJHguf3zE",
"serverUrl": "https://gitlab.com/tenteeeee/"
},
"julia-client": {
"enableMenu": true,
"enableToolBar": true,
"launchOnStartup": true
},
"kite": {
"editorMetricsEnabled": "no",
"showWelcomeNotificationOnStartup": false
},
"language-markdown": {
"autoIncrementListItems": false
},
"latex": {
"alwaysOpenResultInAtom": false,
"sumatraPath": "C:\\Program Files\\SumatraPDF\\SumatraPDF.exe",
"texPath": "C:\\texlive\\2016\\bin"
},
"latexer": {
"autocomplete_citations": false
},
"linter-gcc": {
"execPath": "C:\\MinGW\\bin\\gcc.exe"
},
"linter-matlab": {
"mlintDir": "C:\\Program Files\\MATLAB\\R2016a\\bin\\win64"
},
"linter-ui-default": {
"panelHeight": 300
},
"markdown-preview-plus": {
"mathConfig": {
"enableLatexRenderingByDefault": true
},
"previewConfig": {
"previewSplitPaneDir": "down"
}
},
"markdown-themeable-pdf": {
"codeHighlightingTheme": "github.css",
"enableCustomFooter": false,
"enableCustomHeader": false,
"exportFileType": "html",
"format": "Letter",
"openPdfInAtomWorkspace": false
},
"minimap": {
"disablePythonDocLinks": true,
"plugins": {
"git-diff": true,
"git-diffDecorationsZIndex": 0,
"highlight-selected": true,
"highlight-selectedDecorationsZIndex": 0,
"minimap-autohide": true,
"minimap-autohideDecorationsZIndex": 0
}
},
"platformio-ide-terminal": {
"style": {
"theme": "solarized-dark"
}
},
"script": {
"escapeConsoleOutput": false,
"stopOnRerun": true
},
"spell-check": {
"grammars": [
"text.md",
"source.asciidoc",
"source.gfm",
"text.git-commit",
"text.plain",
"text.plain.null-grammar",
"text.tex.latex"
]
},
"sync-settings": {
"autoCheckForUpdatedBackup": "no",
"hiddenSettings": {}
},
"terminus": {
"style": {
"theme": "solarized-dark"
}
},
"tool-bar": {
"position": "Left",
"visible": false
},
"tree-view": {
"hideVcsIgnoredFiles": true
},
"uber-juno": {
"disable": true
},
"welcome": {
"showOnStartup": false
},
"whitespace": {
"removeTrailingWhitespace": 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:
# 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;
}
// Styles for the markdown preview.
@font-family: "Hiragino Kaku Gothic ProN", '游ゴシック Medium', YuGothic, sans-serif;
.markdown-preview {
@c_border: #666; // border-color
max-width: 900px;
margin: 0 auto;
padding: 25px;
color: black;
hr {
margin: 50px 0;
background-color: transparent;
&:after{
content: "";
display: block;
border-top-style: ridge;
}
&.pb {
// <hr class="pb">を入れる事で、
// プリント時の改ページを指定することができる。
page-break-after: always;
&:after {
display: none;
}
}
}
h1, h2, h3, h4, h5 {
font-weight: normal;
border-color: @c_border;
}
h1 {
font-size: 35px;
border: none;
margin: 30px auto;
text-align: center;
letter-spacing: 5px
}
h2 {
font-size: 25px;
letter-spacing: 3px;
margin: 50px auto 25px;
}
h3 {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px
}
// 僕の用途ではh4以降は基本的に必要ないので、
// 設定していません。
// 見出し以外のタグを字下げする
// ぱっと思いつく、よく使うタグを指定
p, table, ul, ol, dl, pre, blockquote {
margin-left: 25px;
ul, ol, dl {
margin-left: 0px;
}
}
table {
border-collapse: collapse;
border-spacing: 0;
max-width: 800px;
th {
text-align: center;
background-color: #eee;
border-color: @c_border;
}
tr {
border-top: #666;
}
td {
border-color: @c_border;
}
}
.margin-clear {
margin-left: 0;
}
// テキストの中央揃え
.center {
text-align: center;
&:extend(.margin-clear);
}
// テキストの右寄せ
.right {
text-align: right;
&:extend(.margin-clear);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment