diff --git a/atom/config.cson b/atom/config.cson index 52c31fd..f0a9661 100644 --- a/atom/config.cson +++ b/atom/config.cson @@ -22,8 +22,8 @@ projectHome: "/Users/davidcelis/Developer" telemetryConsent: "no" themes: [ - "one-light-ui" - "ariake-light-syntax" + "one-dark-ui" + "ariake-dark-syntax" ] titleBar: "custom" editor: @@ -50,7 +50,7 @@ elixircPath: "/usr/local/bin/elixirc" mixPath: "/usr/local/bin/mix" "linter-ui-default": - panelHeight: 69 + panelHeight: 183 "no-title-bar": {} "one-dark-ui": {} "platformio-ide-terminal": diff --git a/local/share/safari/stylesheet.css b/local/share/safari/stylesheet.css index 1c23ba6..f65f9c7 100644 --- a/local/share/safari/stylesheet.css +++ b/local/share/safari/stylesheet.css @@ -1,3 +1,7 @@ +/* Github */ + pre, code, samp, table.js-file-line-container td, table.diff-table span { - font-family: "Fira Code" !important; + font-family: "Fira Code","SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace !important; + font-feature-settings: "calt" 1; + font-variant-ligatures: contextual; }