Skip to content

simecek-m/octopus

Repository files navigation

Octopus

logo

VS Code theme extension containing two color theme variants, Coral Reef (light) and Deep Ocean (dark).

Coral Reef

Simple light theme for daytime use.

coral reef

Deep Ocean

Dark theme with deep blue background for night owls.

deep ocean

Customization 🎨

You can always Customize this color theme if you are missing syntax support for your favourite language or want to tweak some colors a bit.

Dev Tools

Scope inspector and VS Code colors documentation are really useful resources for color tuning. 👌

Supported syntax:

This theme has been created and tested for use with these file formats:

HTML

html light html dark

CSS

css light css dark

JS

js light js dark

JSX

jsx light jsx dark

TS

ts light ts dark

TSX

tsx light tsx dark

JSON

json light json dark

YAML

yaml light yaml dark

TOML

toml light toml dark

SVG

svg light svg dark

.env

dotenv light dotenv dark

dockerfile

dockerfile light dockerfile dark

markdown

markdown light markdown dark