Online Home of Yash Kapoor
Online Home
Tuesday, August 4, 2026
Friday, July 24, 2026
CSS colors rgba - rgb
https://www.w3schools.com/css/css_colors_rgb.asp
<h2 style="background-color:hsl(0, 100%, 0%);">hsl(0, 100%, 0%)</h2>
rgba
alpha
Thursday, July 23, 2026
Thursday, July 9, 2026
VS code color change of font in menu - In side bar - explorer - Visual code color change of font
In settings.json change below code:-
"workbench.colorCustomizations": {
// Changes the default text color of the sidebar/explorer
"": "#758b7c",
"sideBar.foreground":"default",
// Changes the text color of the currently selected/focused file
"list.focusForeground": "#FFD700",
"menu.foreground":"#020202",
// Changes the text color of active files or items when hovering
"list.activeSelectionForeground": "#8400ff31",
"list.hoverForeground": "#6e0ad2",
"menu.selectionForeground": "#FFFFFF",
}
Saturday, June 6, 2026
visual studio Antialiased font - ClearType - Greyscale
> Go to Tool
> Click on Option
>and click on Advanced
>There are 4 options 1)ClearType ) Greyscale ) Aliased
Also in itelliz (java ide) for java these are these options.