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

https://github.com/uloco/theme-bluloco-light

A fancy and sophisticated light designer color scheme.
https://github.com/uloco/theme-bluloco-light

color-scheme light light-theme syntax-highlighting theme visual-studio-code vscode vscode-extension vscode-theme

Last synced: 16 days ago
JSON representation

A fancy and sophisticated light designer color scheme.

Awesome Lists containing this project

README

        

![banner](./banner.png)

# Bluloco Light VSCode Theme

### Description

A fancy and sophisticated dark color scheme / theme for
Visual Studio Code.

This theme features a much more comprehensive usage of syntax scopes and color
consistency, with due regards to aesthetics, contrast and readability.
Originally forked from the beautiful One Light Theme, enhanced with the
meaningful intuitive Bluloco color palette.

This theme also works very good when Apple's **Nightshift Mode** is activated.

Give it a try :)

### Support

If you like using this, please consider donating a little bit. It takes a lot of time to keep this updated with every VSCode release.
I want to keep bluloco a great experience for everybody and your help would be immensely motivating to keep me doing this. :)

Buy Me A Coffee PayPal Donate

## Syntax Palette

| Scope | Color | HEX | RGB |
| -------------------- | ------------------------------------------------ | ------- | ------------------ |
| Background | ![#f9f9f9](https://fakeimg.pl/35/f9f9f9/?text=+) | #f9f9f9 | rgb(249, 249, 249) |
| Foreground | ![#383a42](https://fakeimg.pl/35/383a42/?text=+) | #383a42 | rgb(56, 58, 66) |
| Comment | ![#a0a1a7](https://fakeimg.pl/35/a0a1a7/?text=+) | #a0a1a7 | rgb(160, 161, 167) |
| Keyword | ![#0098dd](https://fakeimg.pl/35/0098dd/?text=+) | #0098dd | rgb(0, 152, 221) |
| Function/Method | ![#23974a](https://fakeimg.pl/35/23974a/?text=+) | #23974a | rgb(35, 151, 74) |
| Property | ![#a05a48](https://fakeimg.pl/35/a05a48/?text=+) | #a05a48 | rgb(160, 90, 72) |
| String | ![#c5a332](https://fakeimg.pl/35/c5a332/?text=+) | #c5a332 | rgb(197, 163, 50) |
| Number | ![#ce33c0](https://fakeimg.pl/35/ce33c0/?text=+) | #ce33c0 | rgb(206, 51, 192) |
| Constant | ![#823ff1](https://fakeimg.pl/35/823ff1/?text=+) | #823ff1 | rgb(130, 63, 241) |
| Markup Tag | ![#275fe4](https://fakeimg.pl/35/275fe4/?text=+) | #275fe4 | rgb(39, 95, 228) |
| Markup Attribute | ![#df631c](https://fakeimg.pl/35/df631c/?text=+) | #df631c | rgb(223, 99, 28) |
| Class/Type/Interface | ![#d52753](https://fakeimg.pl/35/d52753/?text=+) | #d52753 | rgb(213, 39, 83) |
| Operator/Punctuation | ![#7a82da](https://fakeimg.pl/35/7a82da/?text=+) | #7a82da | rgb(122, 130, 218) |

## Screenshots

Here are a bunch of screenshots. I tested a long range of languages, these are just a few.
You can test them all in this repo:
https://github.com/uloco/syntax-highlighting-samples

![js](screenshots/js.png)

![ts](screenshots/ts.png)

![py](screenshots/py.png)

![rb](screenshots/rb.png)

![php](screenshots/php.png)

![html](screenshots/html.png)

![css](screenshots/css.png)