diff --git a/plugin/templates/proton.edn b/plugin/templates/proton.edn index d7b8b15..724eae2 100644 --- a/plugin/templates/proton.edn +++ b/plugin/templates/proton.edn @@ -78,9 +78,9 @@ ["editor.fontFamily" "Hack"] ;; the current default theme - ["core.themes" ["nucleus-dark-ui" "atom-dark-fusion-syntax"]] + ["core.themes" ["atom-material-ui" "atom-material-syntax"]] ;; here are some more popular theme ideas for you to pick from: - ;; ["core.themes" ["atom-material-ui" "atom-material-syntax"]] + ;; ["core.themes" ["nucleus-dark-ui" "atom-dark-fusion-syntax"]] ;; ["core.themes" ["one-dark-ui" "one-dark-syntax"]] ;; proton configuration diff --git a/src/cljs/proton/layers/core/core.cljs b/src/cljs/proton/layers/core/core.cljs index 2bd8ba6..1e7368f 100644 --- a/src/cljs/proton/layers/core/core.cljs +++ b/src/cljs/proton/layers/core/core.cljs @@ -44,7 +44,9 @@ ["vim-mode.useSmartcaseForSearch" true] ;; ui - ["core.themes" ["nucleus-dark-ui" "atom-dark-fusion-syntax"]] + ["core.themes" ["atom-material-ui" "atom-material-syntax"]] + ["atom-material-ui.colors.abaseColor" "#607d8b"] + ["atom-material-ui.tabs.compactTabs" true] ;; telemetry spam ["core.telemetryConsent" "no"] @@ -53,8 +55,8 @@ ["welcome.showOnStartup" false] ["editor.softWrap" true] ["editor.fontFamily" "Hack"] - ["theme-switch.profiles" ["nucleus-dark-ui atom-dark-fusion-syntax" - "atom-material-ui atom-material-syntax" + ["theme-switch.profiles" ["atom-material-ui atom-material-syntax" + "nucleus-dark-ui atom-dark-fusion-syntax" "atom-dark-ui atom-dark-syntax" "atom-light-ui atom-light-syntax" "one-dark-ui one-dark-syntax"