Skip to content

Commit

Permalink
Switch color scheme from Tokyo Night to Halcyon
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegera committed Aug 29, 2023
1 parent 9af609f commit 3cb5a60
Show file tree
Hide file tree
Showing 16 changed files with 934 additions and 5,473 deletions.
2 changes: 1 addition & 1 deletion src/os/installs/vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions src/prefs/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -59,9 +59,9 @@
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"typescript.updateImportsOnFileMove.enabled": "always",
"window.newWindowDimensions": "inherit",
"workbench.colorTheme": "Tokyo Night Storm",
"workbench.colorTheme": "Halcyon",
"workbench.editor.untitled.hint": "hidden",
"workbench.iconTheme": "eq-material-theme-icons",
"workbench.iconTheme": "material-icon-theme",
"workbench.sideBar.location": "right",
"workbench.startupEditor": "newUntitledFile",
"[css][glimmer-js][glimmer-ts][handlebars][html][javascript][json][jsonc][markdown][scss][typescript][typescriptreact]": {
Expand Down
2 changes: 1 addition & 1 deletion src/shell/config/bat/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Remeber to update the binary cache with `bat cache --build`

--theme="tokyonight_storm"
--theme="halcyon"
Loading

0 comments on commit 3cb5a60

Please sign in to comment.