Created
March 3, 2025 19:40
-
-
Save sharunkumar/076f406bf86fdf9a390035f5c77ee0b1 to your computer and use it in GitHub Desktop.
VSCode better Ayu Dark
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.tokenColorCustomizations": { | |
"[Ayu Dark]": { | |
"textMateRules": [ | |
{ | |
"scope": [ | |
"support.class.component.tsx", | |
], | |
"settings": { | |
"foreground": "#d65656", | |
} | |
}, | |
] | |
} | |
}, | |
"workbench.colorCustomizations": { | |
"[Ayu Dark]": { | |
"dropdown.foreground": "#a1acc0", | |
"foreground": "#a1acc0", | |
"list.inactiveSelectionForeground": "#a1acc0", | |
"panelTitle.inactiveForeground": "#a1acc0", | |
"peekViewResult.fileForeground": "#a1acc0", | |
"peekViewTitleDescription.foreground": "#a1acc0", | |
"peekViewTitleLabel.foreground": "#a1acc0", | |
"sideBarSectionHeader.foreground": "#a1acc0", | |
"statusBar.foreground": "#a1acc0", | |
"tab.inactiveForeground": "#a1acc0", | |
"tab.unfocusedActiveBorder": "#a1acc0", | |
"tab.unfocusedActiveForeground": "#a1acc0", | |
"tab.unfocusedInactiveForeground": "#a1acc0", | |
"titleBar.inactiveForeground": "#a1acc0", | |
"activityBar.foreground": "#a1acc0", | |
"list.focusBackground": "#000", | |
"list.hoverBackground": "#000", | |
"list.activeSelectionBackground": "#000", | |
"editorSuggestWidget.selectedBackground": "#000", | |
"selection.background": "#a1acc0", | |
"gitDecoration.ignoredResourceForeground": "#5d6370", | |
"scmGraph.foreground1": "#ffb000", | |
"scmGraph.foreground2": "#dc267f", | |
"scmGraph.foreground3": "#994f00", | |
"scmGraph.foreground4": "#40b0a6", | |
"scmGraph.historyItemHoverLabelForeground": "#000", | |
"button.foreground": "#000000" | |
} | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment