https://github.com/danhpaiva/visual-studio-config
✨ ~ My Visual Studio settings
https://github.com/danhpaiva/visual-studio-config
Last synced: 28 days ago
JSON representation
✨ ~ My Visual Studio settings
- Host: GitHub
- URL: https://github.com/danhpaiva/visual-studio-config
- Owner: danhpaiva
- License: mit
- Created: 2023-07-12T16:20:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T17:42:26.000Z (almost 2 years ago)
- Last Synced: 2025-05-08T19:09:34.450Z (28 days ago)
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Settings for Visual Studio
Go to 'Tools' and 'Options'.
Go to the 'Font and Colors' settings.
Apply customizations:
### Font
Font: JetBrains Mono
Size: 10### Example RGB
rgb(231, 222, 121)
### Plain Text
Item ForeGroung
~~~
225,225,230
~~~Item BackGround
~~~
25,22,34
~~~### Comment
Item ForeGroung
~~~
rgb(98, 114, 164)
~~~### Numbers
Item ForeGroung
~~~
rgb(103, 228, 128)
~~~### User Members - Methods
Item ForeGroung
~~~
231, 222, 121
~~~### String
Item ForeGroung
~~~
232,158,100
~~~### Types
~~~
rgb(78, 201, 176)
~~~