Skip to content

Commit d74e9c6

Browse files
authored
Merge pull request #1583 from prinshu756/bugfix/text-appearance-mobile-1536
Fix text appearance on mobile view
2 parents f7f7235 + b8d3963 commit d74e9c6

4 files changed

Lines changed: 2846 additions & 5116 deletions

File tree

.vscode/settings.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,19 @@
99
"typescript",
1010
"javascriptreact",
1111
"typescriptreact"
12-
]
12+
],
13+
"workbench.colorCustomizations": {
14+
"editor.lineHighlightBorder": "#FF2D9A25",
15+
"editorCursor.foreground": "#FF2D9A",
16+
"tab.activeBorder": "#FF2D9A35",
17+
"tab.activeBorderTop": "#FF2D9A35",
18+
"tab.activeBackground": "#1A0028",
19+
"tab.activeForeground": "#FF6EC7",
20+
"statusBar.background": "#120020",
21+
"statusBar.foreground": "#FF6EC7",
22+
"editorIndentGuide.activeBackground1": "#FF2D9A35",
23+
"editor.selectionBackground": "#FF2D9A28",
24+
"editorBracketHighlight.foreground1": "#FF2D9A",
25+
"editorBracketHighlight.foreground2": "#FF6EC7"
26+
}
1327
}

0 commit comments

Comments
 (0)