2525 "editor.selectionBackground" : " #6b410177" , // SeΓ§ili metnin arka planΔ±
2626 "editorCursor.foreground" : " #f8f8f0" ,
2727 "editorGroup.border" : " #111518" , // 2 editΓΆr arasΔ±ndaki Γ§izgi
28- "editorGroupHeader.tabsBackground" : " #171a1b" , // Sekzmelerin arkaplanΔ±
28+ "editorGroupHeader.tabsBackground" : " #171a1b" , // Sekmelerin arka planΔ±
2929 "editorGroupHeader.tabsBorder" : " #111518" ,
3030 "editorHoverWidget.background" : " #1c2022" ,
31- "editorHoverWidget.border" : " #ffc000aa" , // Mousu bekletince Γ§Δ±kan ekran
31+ "editorHoverWidget.border" : " #ffc000aa" , // Fare bekletince Γ§Δ±kan ekran
3232 "editorHoverWidget.foreground" : " #C0C0C0" ,
3333 "editorLineNumber.foreground" : " #858585" ,
3434 "editorSuggestWidget.background" : " #1c2022" ,
5656 "menubar.selectionForeground" : " #eeeeee" ,
5757 "notificationCenter.border" : " #ffc000" ,
5858 "notificationToast.border" : " #FFC00050" ,
59- "notifications.background" : " #1c2022" , // SaΔ alt kΓΆΕeddeki π
59+ "notifications.background" : " #1c2022" , // SaΔ alt kΓΆΕedeki π
6060 "notifications.border" : " #ffc000aa" ,
6161 "panel.background" : " #1c2022" , // Terminal ΓΌstΓΌndeki alan bg
6262 "panel.border" : " #111518" , // Terminal ΓΌstΓΌndeki Up - Editor Down border
8080 "sideBar.background" : " #1c2022" , // soldaki panel
8181 "sideBar.border" : " #111518" ,
8282 "sideBar.foreground" : " #C0C0C0" ,
83- "sideBarSectionHeader.background" : " #252b2e" , // Soldaki paneldeki baΕlΔ±klarr
83+ "sideBarSectionHeader.background" : " #252b2e" , // Soldaki paneldeki baΕlΔ±klar
8484 "sideBarSectionHeader.foreground" : " #C0C0C0" ,
8585 "sideBarTitle.foreground" : " #cecece" ,
8686 "statusBar.background" : " #22212b" ,
126126 },
127127 "tokenColors" : [
128128 // ----------- Start Code Colors -----------
129+ {
130+ "name" : " Attribute" ,
131+ "scope" : [
132+ " meta.attribute"
133+ ],
134+ "settings" : {
135+ "foreground" : " #a7a7b9"
136+ }
137+ },
138+ {
139+ "name" : " Indexed name" ,
140+ "scope" : [
141+ " meta.indexed-name"
142+ ],
143+ "settings" : {
144+ "foreground" : " #c7b49b"
145+ }
146+ },
129147 {
130148 "name" : " Support, decorator and operator" ,
131149 "scope" : [
557575 " meta"
558576 ],
559577 "settings" : {
560- "foreground" : " #e4e4e4 "
578+ "foreground" : " #BABABA "
561579 }
562580 },
563581 {
16511669 "foreground" : " #ABB2BF"
16521670 }
16531671 },
1654-
16551672 {
16561673 "name" : " [VSCODE-CUSTOM] JS/TS Meta Array Literal Variable" ,
16571674 "scope" : [
19101927 }
19111928 }
19121929 ]
1913- }
1930+ }
0 commit comments