From 3cb5a608ce70b4573f8d25c7e45dad647470c587 Mon Sep 17 00:00:00 2001 From: Michele Gerarduzzi Date: Mon, 28 Aug 2023 23:06:05 +0200 Subject: [PATCH] Switch color scheme from Tokyo Night to Halcyon --- src/os/installs/vscode.sh | 2 +- src/prefs/vscode/settings.json | 6 +- src/shell/config/bat/config | 2 +- src/shell/config/bat/themes/halcyon.tmTheme | 865 +++++++++++ .../config/bat/themes/tokyonight_day.tmTheme | 1325 ----------------- .../config/bat/themes/tokyonight_moon.tmTheme | 1325 ----------------- .../bat/themes/tokyonight_night.tmTheme | 1325 ----------------- .../bat/themes/tokyonight_storm.tmTheme | 1325 ----------------- .../config/nvim/lua/plugins/colorscheme.lua | 8 +- src/shell/config/tmux/tmux.conf | 25 +- src/shell/config/wezterm/colors/halcyon.toml | 35 + .../config/wezterm/colors/tokyonight_day.toml | 40 - .../wezterm/colors/tokyonight_moon.toml | 40 - .../wezterm/colors/tokyonight_night.toml | 40 - .../wezterm/colors/tokyonight_storm.toml | 40 - src/shell/config/wezterm/wezterm.lua | 4 +- 16 files changed, 934 insertions(+), 5473 deletions(-) create mode 100644 src/shell/config/bat/themes/halcyon.tmTheme delete mode 100755 src/shell/config/bat/themes/tokyonight_day.tmTheme delete mode 100755 src/shell/config/bat/themes/tokyonight_moon.tmTheme delete mode 100755 src/shell/config/bat/themes/tokyonight_night.tmTheme delete mode 100755 src/shell/config/bat/themes/tokyonight_storm.tmTheme create mode 100755 src/shell/config/wezterm/colors/halcyon.toml delete mode 100755 src/shell/config/wezterm/colors/tokyonight_day.toml delete mode 100755 src/shell/config/wezterm/colors/tokyonight_moon.toml delete mode 100755 src/shell/config/wezterm/colors/tokyonight_night.toml delete mode 100755 src/shell/config/wezterm/colors/tokyonight_storm.toml diff --git a/src/os/installs/vscode.sh b/src/os/installs/vscode.sh index ec0f07e..30dff93 100755 --- a/src/os/installs/vscode.sh +++ b/src/os/installs/vscode.sh @@ -40,6 +40,7 @@ install_plugin "GitHub Copilot" "GitHub.copilot" install_plugin "GitLens" "eamodio.gitlens" install_plugin "GraphQL" "GraphQL.vscode-graphql" install_plugin "GraphQL: Syntax Highlight" "GraphQL.vscode-graphql-syntax" +install_plugin "Halcyon" "brittanychiang.halcyon-vscode" install_plugin "Indented Block Highlighting" "byi8220.indented-block-highlighting" install_plugin "JavaScript (ES6) Code Snippets" "xabikos.JavaScriptSnippets" install_plugin "JavaScript Booster" "sburg.vscode-javascript-booster" @@ -57,7 +58,6 @@ install_plugin "Subtle Match Brackets" "rafamel.subtle-brackets" install_plugin "Svg Preview" "SimonSiefke.svg-preview" install_plugin "Tailwind CSS IntelliSense" "bradlc.vscode-tailwindcss" install_plugin "Todo Tree" "Gruntfuggly.todo-tree" -install_plugin "Tokyo Night" "enkia.tokyo-night" install_plugin "Transformer" "dakara.transformer" install_plugin "vscode-viml-syntax" "dunstontc.viml" diff --git a/src/prefs/vscode/settings.json b/src/prefs/vscode/settings.json index 7ba661a..d8e92a9 100644 --- a/src/prefs/vscode/settings.json +++ b/src/prefs/vscode/settings.json @@ -37,7 +37,7 @@ "gitlens.currentLine.enabled": false, "javascript.updateImportsOnFileMove.enabled": "always", "less.validate": false, - "material-icon-theme.folders.color": "#42a5f5", + "material-icon-theme.folders.color": "#8695b7", "material-icon-theme.folders.theme": "specific", "material-icon-theme.hidesExplorerArrows": true, "playwright.reuseBrowser": false, @@ -59,9 +59,9 @@ "todo-tree.regex.regex": "(//|#|