Skip to content

Commit

Permalink
feat: all themes have been completed
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfalconmx committed Jul 16, 2024
1 parent 26b41d2 commit 085c323
Show file tree
Hide file tree
Showing 6 changed files with 3,699 additions and 65 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@
"label": "Falcon - Angular Theme",
"uiTheme": "vs-dark",
"path": "./theme/angular-theme.json"
},
{
"label": "Falcon - Astro Theme",
"uiTheme": "vs-dark",
"path": "./theme/astro-theme.json"
},
{
"label": "Falcon - JavaScript Theme",
"uiTheme": "vs-dark",
"path": "./theme/javascript-theme.json"
}
]
}
Expand Down
60 changes: 30 additions & 30 deletions theme/angular-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,64 +3,64 @@
"colors": {
"activityBar.background": "#0c0b0c",
"activityBar.foreground": "#F5F5F5F5",
"activityBarBadge.background": "#f4164b",
"activityBarBadge.background": "#F21651",
"activityBarBadge.foreground": "#F5F5F5",
"badge.background": "#f4164b",
"button.background": "#f4164b",
"badge.background": "#F21651",
"button.background": "#F21651",
"debugToolBar.background": "#030302",
"debugToolBar.border": "#f4164b50",
"debugToolBar.border": "#F2165150",
"dropdown.background": "#0f0f11",
"dropdown.border": "#0f0f11",
"editor.background": "#0f0f11",
"editor.findMatchBackground": "#f4164b50",
"editor.findMatchBorder": "#f4164b50",
"editor.findMatchHighlightBackground": "#f4164b50",
"editor.findMatchBackground": "#F2165150",
"editor.findMatchBorder": "#F2165150",
"editor.findMatchHighlightBackground": "#F2165150",
"editor.foreground": "#F5F5F5",
"editor.lineHighlightBackground": "#f4164b30",
"editor.selectionBackground": "#f4164b70",
"editor.selectionHighlightBackground": "#f4164b50",
"editor.selectionHighlightBorder": "#f4164b50",
"editor.wordHighlightBackground": "#f4164b50",
"editor.wordHighlightBorder": "#f4164b50",
"editor.wordHighlightStrongBackground": "#f4164b50",
"editor.wordHighlightStrongBorder": "#f4164b50",
"editorBracketMatch.border": "#f4164b",
"editor.lineHighlightBackground": "#F2165130",
"editor.selectionBackground": "#F2165170",
"editor.selectionHighlightBackground": "#F2165150",
"editor.selectionHighlightBorder": "#F2165150",
"editor.wordHighlightBackground": "#F2165150",
"editor.wordHighlightBorder": "#F2165150",
"editor.wordHighlightStrongBackground": "#F2165150",
"editor.wordHighlightStrongBorder": "#F2165150",
"editorBracketMatch.border": "#F21651",
"editorWidget.background": "#0f0f11",
"editorGroupHeader.tabsBackground": "#0f0f11",
"editorGroupHeader.noTabsBackground": "#0f0f11",
"input.background": "#0f0f11",
"list.activeSelectionBackground": "#f4164b50",
"list.activeSelectionBackground": "#F2165150",
"list.activeSelectionForeground": "#F5F5F5",
"list.focusBackground": "#f4164b50",
"list.highlightForeground": "#f4164b",
"list.hoverBackground": "#f4164b50",
"list.inactiveSelectionBackground": "#f4164b50",
"list.focusBackground": "#F2165150",
"list.highlightForeground": "#F21651",
"list.hoverBackground": "#F2165150",
"list.inactiveSelectionBackground": "#F2165150",
"list.inactiveSelectionForeground": "#F5F5F5",
"scrollbarSlider.activeBackground": "#f4164b50",
"scrollbarSlider.background": "#f4164b50",
"scrollbarSlider.hoverBackground": "#f4164b50",
"scrollbarSlider.activeBackground": "#F2165150",
"scrollbarSlider.background": "#F2165150",
"scrollbarSlider.hoverBackground": "#F2165150",
"sideBar.background": "#0c0b0c",
"sideBarSectionHeader.background": "#080B0F",
"statusBar.background": "#030302",
"statusBar.background": "#F21651",
"statusBar.foreground": "#F5F5F5",
"statusBar.noFolderBackground": "#030302",
"statusBar.noFolderForeground": "#F5F5F5",
"statusBarItem.hoverBackground": "#f4164b50",
"statusBarItem.hoverBackground": "#F2165150",
"statusBar.debuggingBackground": "#030302",
"statusBar.debuggingForeground": "#F5F5F5",
"statusBarItem.remoteBackground": "#f4164b",
"statusBarItem.remoteBackground": "#F21651",
"statusBarItem.remoteForeground": "#F5F5F5",
"tab.activeBackground": "#0f0f11",
"tab.activeForeground": "#F5f5f5",
"tab.inactiveBackground": "#0f0f11",
"tab.activeBorder": "#f4164b",
"tab.activeBorder": "#F21651",
"terminal.background": "#0f0f11",
"titleBar.activeBackground": "#111820",
"titleBar.activeForeground": "#F5F5F5",
"titleBar.inactiveBackground": "#111820",
"titleBar.inactiveForeground": "#F5F5F5",
"textLink.foreground": "#f4164b",
"textLink.activeForeground": "#f4164b90"
"textLink.foreground": "#F21651",
"textLink.activeForeground": "#F2165190"
},
"semanticHighlighting": true,
"semanticTokenColors": {
Expand Down
Loading

0 comments on commit 085c323

Please sign in to comment.