An open API service indexing awesome lists of open source software.

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

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)
~~~