File tree Expand file tree Collapse file tree 4 files changed +16
-11
lines changed
Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 2222 envFile : " .atom/env"
2323 showNotificationOnError : true
2424 " atom-ide-ui" :
25+ " atom-ide-code-format" :
26+ formatOnSave : true
2527 " atom-ide-datatip" :
2628 onlyTopDatatip : true
2729 " atom-ide-diagnostics-ui" :
2830 autoVisibility : true
2931 showDiagnosticTraces : true
32+ showDirectoryColumn : true
3033 useExperimentalUi : true
3134 " atom-ide-terminal" :
3235 cursorBlink : true
5053 panelContrast : true
5154 " atom-package-deps" :
5255 ignored : []
56+ " atom-terminal" :
57+ app : " iTerm.app"
5358 " autocomplete-go" :
5459 snippetMode : " nameAndType"
5560 " autocomplete-plus" : {}
114119 " one-vibrancy"
115120 " platformio-ide-terminal"
116121 " linter-jenkins"
117- " teletype"
118122 " local-settings"
119123 " linter-ui-touchbar"
120- " atom-cfn-lint"
121124 " blame"
122125 " linter"
126+ " ide-go"
123127 ]
124128 packagesWithKeymapsDisabled : [
125129 " sort-lines"
126130 ]
127131 telemetryConsent : " no"
128132 themes : [
129133 " pristine-ui"
130- " atom-darkbox -syntax"
134+ " midnight-owl -syntax"
131135 ]
132136 titleBar : " custom"
133137 uriHandlerRegistration : " always"
134138 warnOnLargeFileLimit : 20
135139 editor :
136- fontFamily : " SFMono Nerd Font "
140+ fontFamily : " Office Code Pro D "
137141 invisibles : {}
138142 scrollPastEnd : true
139143 showIndentGuide : true
174178 currentPanelHeight : " 12.872657580919933vh"
175179 currentPanelWidth : " 26.2890625vw"
176180 devMode : false
181+ format : {}
177182 goInstallation : " /usr/local/bin/go"
178183 lint :
179184 args : [
242247 " linter-spell" : {}
243248 " linter-ui-default" :
244249 decorateOnTreeView : " Files and Directories"
245- panelHeight : 300
250+ panelHeight : 238
246251 panelRepresents : " Entire Project"
247252 showProviderName : true
248253 statusBarPosition : " Right"
249254 " linter-ui-hinted" :
250255 style : " background"
251256 " linter-write-good" :
252257 additionalArgs : " --no-passive"
253- severityLevel : " Warning"
254258 " markdown-preview" :
255259 useGitHubStyle : true
256260 minimap :
286290 " open-recent" :
287291 maxRecentDirectories : 20
288292 maxRecentFiles : 20
293+ " open-terminal-here" :
294+ command : " open -a iTerm.app \" $PWD\" "
289295 " package-sync" :
290296 createOnChange : true
291297 forceOverwrite : true
322328 " spell-check" : {}
323329 " status-bar" : {}
324330 tabs :
325- alwaysShowTabBar : false
326331 enableVcsColoring : true
327332 usePreviewTabs : true
328333 " terminal-tab" : {}
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ packages: [
4848 " hyperlink-hyperclick"
4949 " ide-go"
5050 " intentions"
51- " jackhammer-syntax"
5251 " language-batch"
5352 " language-bazel"
5453 " language-docker"
@@ -86,7 +85,7 @@ packages: [
8685 " linter-xmllint"
8786 " local-settings"
8887 " macos-darkmode-syntax"
89- " macos-mojave -syntax"
88+ " midnight-owl -syntax"
9089 " minimap"
9190 " minimap-bookmarks"
9291 " minimap-codeglance"
@@ -95,10 +94,10 @@ packages: [
9594 " minimap-highlight-selected"
9695 " minimap-linter"
9796 " minimap-selection"
98- " nord-atom-syntax"
9997 " one-dark-vivid-syntax"
10098 " one-vibrancy"
10199 " open-recent"
100+ " open-terminal-here"
102101 " open-unsupported-files"
103102 " package-sync"
104103 " pigments"
Original file line number Diff line number Diff line change 1+ []
Original file line number Diff line number Diff line change 1- @import " colors" ;
1+ // @import "colors";
22@import " syntax-variables" ;
33
44@highlight-color : hsl (251 , 22% , 40% ) !important ;
You can’t perform that action at this time.
0 commit comments