Skip to content

Instantly share code, notes, and snippets.

@scsmash3r
Last active February 11, 2019 04:47
Show Gist options
  • Save scsmash3r/1c876d2803f65ba81af0d043815134fc to your computer and use it in GitHub Desktop.
Save scsmash3r/1c876d2803f65ba81af0d043815134fc 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/#_cson
'.platform-win32 atom-workspace, .platform-linux atom-workspace':
'alt-shift-T': 'atom-terminal:open-project-root'
"atom-workspace":
"ctrl-tab": "tab-switcher:next"
"ctrl-tab ^ctrl": "unset!"
"ctrl-shift-tab": "tab-switcher:previous"
"ctrl-shift-tab ^ctrl": "unset!"
"ol.tab-switcher-tab-list":
"^ctrl": "tab-switcher:select"
"^shift": "tab-switcher:select"
"ctrl-up": "tab-switcher:previous"
"ctrl-down": "tab-switcher:next"
"ctrl-escape": "tab-switcher:cancel"
"ctrl-n": "tab-switcher:next"
"ctrl-p": "tab-switcher:previous"
"ctrl-w": "tab-switcher:close"
"ctrl-s": "tab-switcher:save"
[
{
"name": "4-color-dark",
"version": "0.2.1",
"theme": "syntax"
},
{
"name": "about",
"version": "1.9.1"
},
{
"name": "an-old-hope-syntax",
"version": "1.0.4",
"theme": "syntax"
},
{
"name": "archive-view",
"version": "0.65.1"
},
{
"name": "ariake-dark-syntax",
"version": "0.1.3",
"theme": "syntax"
},
{
"name": "atom-beautify",
"version": "0.33.4"
},
{
"name": "atom-dark-syntax",
"version": "0.29.1",
"theme": "syntax"
},
{
"name": "atom-dark-ui",
"version": "0.53.3",
"theme": "ui"
},
{
"name": "atom-ide-ui",
"version": "0.13.0"
},
{
"name": "atom-light-syntax",
"version": "0.29.1",
"theme": "syntax"
},
{
"name": "atom-light-ui",
"version": "0.46.3",
"theme": "ui"
},
{
"name": "atom-terminal",
"version": "0.8.0"
},
{
"name": "auto-reveal-in-sidebar",
"version": "0.8.0"
},
{
"name": "autocomplete-atom-api",
"version": "0.10.7"
},
{
"name": "autocomplete-css",
"version": "0.17.5"
},
{
"name": "autocomplete-html",
"version": "0.8.8"
},
{
"name": "autocomplete-plus",
"version": "2.42.0"
},
{
"name": "autocomplete-snippets",
"version": "1.12.0"
},
{
"name": "autoflow",
"version": "0.29.4"
},
{
"name": "autosave",
"version": "0.24.6"
},
{
"name": "background-tips",
"version": "0.28.0"
},
{
"name": "base16-darker-high-contrast-syntax",
"version": "1.5.1-0",
"theme": "syntax"
},
{
"name": "base16-tomorrow-dark-theme",
"version": "1.6.0",
"theme": "syntax"
},
{
"name": "base16-tomorrow-light-theme",
"version": "1.6.0",
"theme": "syntax"
},
{
"name": "bookmarks",
"version": "0.45.1"
},
{
"name": "bracket-matcher",
"version": "0.90.4"
},
{
"name": "busy-signal",
"version": "2.0.0"
},
{
"name": "chocula-syntax",
"version": "0.12.0",
"theme": "syntax"
},
{
"name": "command-palette",
"version": "0.43.5"
},
{
"name": "dalek",
"version": "0.2.2"
},
{
"name": "deprecation-cop",
"version": "0.56.9"
},
{
"name": "dev-live-reload",
"version": "0.48.1"
},
{
"name": "docblockr",
"version": "0.13.7"
},
{
"name": "easy-blue-yellow-syntax",
"version": "1.0.0",
"theme": "syntax"
},
{
"name": "encoding-selector",
"version": "0.23.9"
},
{
"name": "exception-reporting",
"version": "0.43.1"
},
{
"name": "file-icons",
"version": "2.1.29"
},
{
"name": "find-and-replace",
"version": "0.215.14"
},
{
"name": "fuzzy-finder",
"version": "1.8.2"
},
{
"name": "git-diff",
"version": "1.3.9"
},
{
"name": "git-plus",
"version": "8.6.0"
},
{
"name": "github",
"version": "0.23.3"
},
{
"name": "go-to-line",
"version": "0.33.0"
},
{
"name": "grammar-selector",
"version": "0.50.1"
},
{
"name": "gruvbox-plus-syntax",
"version": "1.3.1",
"theme": "syntax"
},
{
"name": "hey-pane",
"version": "1.1.2"
},
{
"name": "hide-tree-view-icons",
"version": "2.0.0"
},
{
"name": "highlight-selected",
"version": "0.14.0"
},
{
"name": "ide-php",
"version": "0.7.18"
},
{
"name": "image-view",
"version": "0.63.1"
},
{
"name": "incompatible-packages",
"version": "0.27.3"
},
{
"name": "intentions",
"version": "1.1.5"
},
{
"name": "keybinding-resolver",
"version": "0.38.4"
},
{
"name": "language-c",
"version": "0.60.14"
},
{
"name": "language-clojure",
"version": "0.22.7"
},
{
"name": "language-coffee-script",
"version": "0.49.3"
},
{
"name": "language-csharp",
"version": "1.1.0"
},
{
"name": "language-css",
"version": "0.43.0"
},
{
"name": "language-gfm",
"version": "0.90.6"
},
{
"name": "language-git",
"version": "0.19.1"
},
{
"name": "language-go",
"version": "0.46.6"
},
{
"name": "language-html",
"version": "0.51.5"
},
{
"name": "language-hyperlink",
"version": "0.17.0"
},
{
"name": "language-java",
"version": "0.31.1"
},
{
"name": "language-javascript",
"version": "0.129.19"
},
{
"name": "language-json",
"version": "0.19.2"
},
{
"name": "language-less",
"version": "0.34.3"
},
{
"name": "language-make",
"version": "0.23.0"
},
{
"name": "language-mustache",
"version": "0.14.5"
},
{
"name": "language-objective-c",
"version": "0.15.1"
},
{
"name": "language-perl",
"version": "0.38.1"
},
{
"name": "language-php",
"version": "0.44.1"
},
{
"name": "language-property-list",
"version": "0.9.1"
},
{
"name": "language-python",
"version": "0.51.8"
},
{
"name": "language-ruby",
"version": "0.72.14"
},
{
"name": "language-ruby-on-rails",
"version": "0.25.3"
},
{
"name": "language-rust-bundled",
"version": "0.1.0"
},
{
"name": "language-sass",
"version": "0.62.0"
},
{
"name": "language-shellscript",
"version": "0.27.9"
},
{
"name": "language-source",
"version": "0.9.0"
},
{
"name": "language-sql",
"version": "0.25.10"
},
{
"name": "language-text",
"version": "0.7.4"
},
{
"name": "language-todo",
"version": "0.29.4"
},
{
"name": "language-toml",
"version": "0.18.2"
},
{
"name": "language-typescript",
"version": "0.4.11"
},
{
"name": "language-xml",
"version": "0.35.3"
},
{
"name": "language-yaml",
"version": "0.32.0"
},
{
"name": "line-ending-selector",
"version": "0.7.7"
},
{
"name": "link",
"version": "0.31.6"
},
{
"name": "linter",
"version": "2.3.0"
},
{
"name": "linter-eslint",
"version": "8.5.2"
},
{
"name": "linter-jshint",
"version": "3.1.14"
},
{
"name": "linter-php",
"version": "1.6.0"
},
{
"name": "linter-ui-default",
"version": "1.7.1"
},
{
"name": "markdown-preview",
"version": "0.159.25"
},
{
"name": "metrics",
"version": "1.6.2"
},
{
"name": "minimap",
"version": "4.29.9"
},
{
"name": "night-syntax",
"version": "0.2.7",
"theme": "syntax"
},
{
"name": "notifications",
"version": "0.70.5"
},
{
"name": "one-dark-syntax",
"version": "1.8.4",
"theme": "syntax"
},
{
"name": "one-dark-ui",
"version": "1.12.5",
"theme": "ui"
},
{
"name": "one-light-syntax",
"version": "1.8.4",
"theme": "syntax"
},
{
"name": "one-light-ui",
"version": "1.12.5",
"theme": "ui"
},
{
"name": "open-on-github",
"version": "1.3.1"
},
{
"name": "package-generator",
"version": "1.3.0"
},
{
"name": "php-cs-fixer",
"version": "4.1.1"
},
{
"name": "remember-folds",
"version": "0.3.0"
},
{
"name": "rocket-dark-syntax",
"version": "1.0.0",
"theme": "syntax"
},
{
"name": "serika-syntax",
"version": "0.1.0",
"theme": "syntax"
},
{
"name": "settings-view",
"version": "0.257.2"
},
{
"name": "snippets",
"version": "1.4.0"
},
{
"name": "solarized-dark-syntax",
"version": "1.3.0",
"theme": "syntax"
},
{
"name": "solarized-light-syntax",
"version": "1.3.0",
"theme": "syntax"
},
{
"name": "spell-check",
"version": "0.74.2"
},
{
"name": "status-bar",
"version": "1.8.15"
},
{
"name": "styleguide",
"version": "0.49.12"
},
{
"name": "styri-syntax",
"version": "1.0.0",
"theme": "syntax"
},
{
"name": "symbols-list",
"version": "2.5.1"
},
{
"name": "symbols-view",
"version": "0.118.2"
},
{
"name": "sync-settings",
"version": "0.8.6"
},
{
"name": "tab-switcher",
"version": "1.5.6"
},
{
"name": "tabs",
"version": "0.109.2"
},
{
"name": "timecop",
"version": "0.36.2"
},
{
"name": "todo-show",
"version": "2.3.2"
},
{
"name": "toggle-quotes",
"version": "1.1.3"
},
{
"name": "tree-view",
"version": "0.224.5"
},
{
"name": "tree-view-autoresize",
"version": "2.3.0"
},
{
"name": "update-package-dependencies",
"version": "0.13.1"
},
{
"name": "vertical-tabs-plus",
"version": "2.4.0"
},
{
"name": "waher-syntax",
"version": "0.4.0",
"theme": "syntax"
},
{
"name": "wakatime",
"version": "7.0.7"
},
{
"name": "welcome",
"version": "0.36.7"
},
{
"name": "whitespace",
"version": "0.37.7"
},
{
"name": "wrap-guide",
"version": "0.40.3"
},
{
"name": "zentabs",
"version": "0.8.9"
}
]
{
"accents-ui": {
"accentColor": "#7e7e7e",
"hexColor": "#7e7e7e",
"useSyntax": false
},
"activate-power-mode": {
"comboMode": {},
"particles": {
"colours": {
"type": "randomSpawn"
}
},
"plugins": {
"playAudio": true,
"screenShake": true
},
"screenShake": {
"enabled": false
}
},
"apex-adapt-dark-slim-ui": {
"tabSizing": "Maximum"
},
"apex-adapt-dark-ui": {
"hideDockButtons": true
},
"atom-autocomplete-php": {
"binComposer": "c:\\ProgramData\\ComposerSetup\\bin\\composer.phar",
"binPhp": "d:\\devserv\\eds-binaries\\php\\php713vc14x86x170616123600\\php.exe"
},
"atom-beautify": {
"executables": {
"php": {
"path": "d:\\devserv\\eds-binaries\\php\\php713vc14x86x170616123600\\php.exe"
},
"php-cs-fixer": {
"path": "d:\\devserv\\eds-binaries\\php\\php713vc14x86x170616123600\\php-cs-fixer-v2.phar"
}
},
"general": {
"_analyticsUserId": "01388ae6-af87-486a-9d2e-658448e25608"
},
"js": {
"beautify_on_save": true
},
"php": {
"beautify_on_save": true,
"phpcbf_version": 1
}
},
"atom-dark-minimal-ui": {
"colors": {
"customColor": "#626262"
}
},
"atom-debug-ui": {
"gutters": {}
},
"atom-ide-ui": {
"atom-ide-code-format": {
"formatOnSave": true,
"formatOnType": false
},
"atom-ide-console": {
"consoleFontScale": 0.5,
"fontScale": 0.6
},
"atom-ide-datatip": {
"datatipDebounceDelay": 800,
"onlyTopDatatip": true
},
"atom-ide-debugger": {
"showDebuggerOnBpSet": false
},
"atom-ide-diagnostics-ui": {},
"atom-ide-outline-view": {},
"use": {
"atom-ide-busy-signal": "default",
"atom-ide-code-actions": "default",
"atom-ide-code-format": "default",
"atom-ide-code-highlight": "default",
"atom-ide-console": "default",
"atom-ide-datatip": "default",
"atom-ide-definitions": "default",
"atom-ide-diagnostics": "default",
"atom-ide-diagnostics-ui": "default",
"atom-ide-find-references": "default",
"atom-ide-global": "default",
"atom-ide-outline-view": "default",
"atom-ide-signature-help": "default",
"hyperclick": "default"
}
},
"atom-terminal": {
"app": "C:\\Program Files\\Git\\git-bash.exe"
},
"autocomplete-plus": {
"enableAutoActivation": false
},
"city-lights-ui": {
"fontSize": 12
},
"code-links": {},
"color-tabs": {
"backgroundStyle": "solid",
"borderStyle": "top"
},
"core": {
"autoHideMenuBar": true,
"automaticallyUpdate": false,
"disabledPackages": [
"background-tips",
"spell-check",
"styleguide",
"git-plus",
"bookmarks",
"autocomplete-atom-api",
"linter",
"symbols-list",
"linter-php",
"exception-reporting",
"metrics",
"open-on-github",
"package-generator",
"welcome",
"image-view",
"about",
"archive-view",
"linter-ui-default"
],
"telemetryConsent": "no",
"themes": [
"one-dark-ui",
"serika-syntax"
],
"uriHandlerRegistration": "never"
},
"dark-flat-ui": {
"accentColor": "blue"
},
"dark-flat-ui-mxml": {
"accentColor": "blue"
},
"docblockr": {
"deep_indent": true
},
"duotone-dark-syntax": {
"color": {
"duo": "#53b5b5",
"uno": "#fa7321"
}
},
"dvnk-icons": {},
"editor": {
"confirmCheckoutHeadRevision": false,
"fontFamily": "ligaturized Consolas",
"invisibles": {},
"preferredLineLength": 160,
"scrollSensitivity": 60,
"showIndentGuide": true,
"softWrap": true,
"softWrapAtPreferredLineLength": true,
"tabLength": 4,
"tabType": "soft",
"zoomFontWhenCtrlScrolling": false
},
"exception-reporting": {
"userId": "b51719c9-a6e8-e1e0-7970-97387146ce5f"
},
"file-hyperclick": {
"directories": [
"/"
],
"extension": ".php"
},
"file-icons": {},
"foldername-tabs": {
"filenameFirst": true,
"maxLength": 10
},
"fonts": {
"fontFamily": "FiraCode"
},
"genesis-ui": {
"distractionFree": {},
"treeView": {}
},
"git-diff": {
"showIconsInEditorGutter": true
},
"git-plus": {
"general": {}
},
"glacier-dark-ui": {
"layoutMode": "Compact"
},
"gruvbox-plus-syntax": {
"contrast": "Hard",
"variant": "No Dimmed Colors"
},
"hey-pane": {
"expandedWidth": 100
},
"highlight-selected": {
"hideHighlightOnSelectedWord": true,
"highlightBackground": true
},
"hyperclick": {
"darwinTriggerKeys": "shiftKey,ctrlKey",
"linuxTriggerKeys": "shiftKey,ctrlKey",
"win32TriggerKeys": "shiftKey,ctrlKey"
},
"ide-php": {
"phpPath": "d:\\devserv\\eds-binaries\\php\\php713vc14x86x170616123600\\php.exe"
},
"linter": {},
"linter-jshint": {
"lintInlineJavaScript": true
},
"linter-php": {
"errorReporting": false,
"executablePath": "d:\\devserv\\eds-binaries\\php\\php713vc14x86x170616123600\\php.exe"
},
"linter-phpcs": {},
"linter-phpmd": {},
"linter-ui-default": {
"panelHeight": 300
},
"metro-ui": {
"displayMode": "Compact",
"theme": "Adaptive Dark",
"useSystemAccentColor": false
},
"minimap": {
"displayPluginsControls": false,
"minimapScrollIndicator": false,
"redrawDelay": 100,
"smoothScrolling": false
},
"neutron-dark-ui": {
"layoutMode": "Compact",
"tabSizing": "Minimum"
},
"nord-atom-ui": {},
"nord-atom-ui-vertical-tabs": {},
"northem-dark-atom-ui": {
"tabSizing": false
},
"northem-light-atom-ui": {
"tabSizing": false
},
"nyan-indent": {
"color": "midnight"
},
"one-dark-mini-ui": {
"fontSize": 14,
"tabSizing": "Even"
},
"one-dark-ui": {
"hideDockButtons": true,
"stickyHeaders": false,
"tabSizing": "Minimum"
},
"php-cs-fixer": {
"executablePath": "d:\\devserv\\eds-binaries\\php\\php713vc14x86x170616123600\\php-cs-fixer-v2.phar",
"executeOnSave": true,
"phpExecutablePath": "d:\\devserv\\eds-binaries\\php\\php713vc14x86x170616123600\\php.exe"
},
"php-debug": {
"DebugXDebugMessages": true,
"PhpException": {},
"currentPanelHeight": "402px",
"currentPanelMode": "bottom",
"server": {
"keepAlive": true,
"serverAddress": "t2.local",
"serverPort": 80
},
"showWelcome": false
},
"php-integrator-base": {},
"php-integrator-symbol-viewer": {},
"pigments": {
"markerType": "dot"
},
"quick-editor": {
"stylesDirectory": "c:\\wamp64\\domains\\outstyle\\frontend\\web\\css"
},
"rainglow": {
"SelectSyntax": "glowfish-rainglow-syntax"
},
"rest-client": {
"recent_requests_path": "D:\\recent.json",
"request_collections_path": "D:\\collections.json"
},
"seti-icons": {},
"seti-ui": {
"disableAnimations": true,
"fileIcons": false,
"font": "Ubuntu",
"themeColor": "Steel"
},
"slim-dark-ui": {
"layoutMode": "Compact"
},
"splash-ui": {},
"status-bar": {
"fullWidth": false
},
"symbols-list": {
"basic": {
"hideOnEmptyList": true
},
"positioning": {
"positionAfterJump": "ScrollFromBottom"
}
},
"symbols-tree-view": {
"autoToggle": true,
"scrollAnimation": false,
"zAutoHideTypes": "\"variable class\""
},
"sync-settings": {
"quietUpdateCheck": true
},
"tab-switcher": {
"fadeInDelay": 0
},
"tabs": {
"alwaysShowTabBar": false
},
"terminal-panel": {},
"todo-show": {
"statusBarIndicator": true
},
"toggle-quotes": {},
"tone-syntax": {
"color": {
"bg": "#11111a",
"duo": "#fa9245",
"syncUI": false,
"tri": "#ffffff",
"uno": "#6791fc"
}
},
"tool-bar": {
"position": "Right"
},
"tree-view": {
"autoReveal": true
},
"vertex-ui": {
"tabSizing": "Minimum"
},
"vertical-tabs": {
"tabBarWidth": 20
},
"vertical-tabs-plus": {
"general": {
"normalizeTooltips": false,
"scrollTabs": false,
"tabsPlacement": "left"
},
"tab": {
"customIndent": 6,
"height": "custom"
},
"tabContainer": {
"maxWidth": "15",
"minWidth": "15"
}
},
"wakatime": {
"apikey": "Saved in your ~/.wakatime.cfg file",
"debug": true
},
"wakatime-hidden": {
"lastInit": 1491651646
},
"webbox-color": {
"fillColorAsBackground": false
},
"welcome": {
"showOnStartup": false
},
"zentabs": {
"maximumOpenedTabs": 12,
"neverCloseUnsaved": true
}
}
# 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 {
-webkit-font-smoothing: none;
text-rendering: optimizeSpeed;
}
.tab-bar .tab .title.title:before {
font-size: 1.8em;
margin-right: 3px;
margin-top: 5px !important;
}
.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 {
line-height: 1.6em;
font-size: 11px;
-webkit-font-smoothing: none;
}
.list-group .selected::before, .list-tree .selected::before {
height: 18px;
}
.list-group .icon::before, .list-tree .icon::before {
font-size: 10px;
width: 10px;
}
.theme-bronokai .syntax--string {
color:#fff;
}
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
text-rendering: optimizeSpeed !important;
-webkit-font-smoothing: none !important;
}
atom-text-editor .bracket-matcher .region {
background: rgba(151, 204, 241,0.5);
border:0px;
font-weight:bold !important;
border-radius:0;
border-bottom: 1px dotted orange;
}
atom-text-editor {
.indent-guide {
opacity:0.02;
color:#fff;
}
.highlights {
color:#f20;
}
.gutter.git-diff-icon .line-number:before {
font-size: 0.75em;
line-height: 1;
top: -0.1em;
}
// Box
.highlights .highlight-selected .region {
border-color: rgba(60, 80, 255, 1);
border-radius:0px;
color:#fff;
}
// Background
.highlights .highlight-selected.background .region {
background-color: rgba(60, 80, 255, 0.7);
}
// Light theme box (set in settings)
.highlights .highlight-selected.light-theme .region {
border-color: rgba(255, 128, 64, 0.4);
}
// Light theme background (set in settings)
.highlights .highlight-selected.light-theme.background .region {
background-color: rgba(255, 128, 64, 0.2);
}
.gutter {
background-color: transparent;
}
.gutter .line-number.git-line-added,
.gutter .line-number.git-line-modified {
border-left: 0px;
}
}
.status-bar>div, atom-workspace atom-panel.footer.tool-panel .status-bar .status-bar-left {
padding-left: 280px;
}
// --- Tree view folders highlight ---
.list-item [data-name="frontend"] {
color:#2f6;
}
.list-item [data-name="backend"] {
color:#f50;
}
.list-item [data-name="common"] {
color:#35B3FF;
}
.tooltip {
display: none;
visibility: hidden;
}
/* Custom SC styles for syntax stuff */
.theme-serika-syntax {
atom-text-editor {
background-color: #292a2d;
}
atom-text-editor .scroll-view {
padding-left: 1rem;
}
atom-text-editor .cursor {
border-color: #fff;
border-width:2px;
}
.list-group li:not(.list-nested-item).status-modified, .list-tree li:not(.list-nested-item).status-modified, .list-group li.list-nested-item.status-modified > .list-item, .list-tree li.list-nested-item.status-modified > .list-item {
color: #FECE00;
}
// --- Tree view folders highlight ---
.list-item [data-name="frontend"],
.list-item [data-name="backend"],
.list-item [data-name="common"]
{
color:#fff;
border-bottom: 2px solid #FECE00;
}
.tree-view, .tab-bar, .symbols-list, .symbols-list {
background: #1d1e20;
}
.tree-view:focus .selected:before {
background: #000;
}
atom-text-editor .line.cursor-line {
background-color: transparent;
}
atom-text-editor .selection .region {
background-color: #3f4a6f;
}
}
.scrollbars-visible-always {
::-webkit-scrollbar {
border-radius: 0px;
width:12px;
}
::-webkit-scrollbar-track {
border-radius: 0px;
background: transparent;
}
::-webkit-scrollbar-thumb {
border-radius: 0px;
border-color: transparent;
width:12px;
border-width:4px;
background-color:#333;
}
atom-text-editor ::-webkit-scrollbar-track {
border-radius: 0px;
background: transparent;
}
atom-text-editor ::-webkit-scrollbar-thumb {
border-radius: 0px;
border-width: 0px;
background: transparent;
}
atom-text-editor .scrollbar-corner {
display:none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment