mightbesimon / vscode-mariana

VSCode port of Sublime Mariana theme

Home Page:https://marketplace.visualstudio.com/items?itemName=mightbesimon.mariana-sublime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mariana version

sponsor downloads publish

I already tried the other ones so you don't need to.

Most faithful port of Sublime Mariana theme!

Wow this took way too long πŸ˜…

preview

Todo List

click πŸ‘‡ to see todo items πŸ‘‰ if you'd like to contribute πŸ‘ˆ

🚧 diff editor

🚧 merge conflict

🚧 panel 50% done

🚧 menu bar

🚧 command center

🚧 notification 50% done

🚧 banner

🚧 extension 50% done

🚧 keybinding labels

🚧 keyboard shortcut table

🚧 debug colours

🚧 testing colours

🚧 welcome page

🚧 breadcrums

🚧 snippets

🚧 symbol icons

🚧 debug icons

🚧 charts

🚧 ports

🚧 extension colours

more ideas welcome πŸ™‚

PRs welcome πŸ‘¨β€πŸ³πŸ‘ŒπŸ’‹

Acknowledgements

  • Mariana Theme - Dmitri Voronianski, Sublime HQ Pty Ltd

Contributors

Colour Reference

class Mariana(metaclass=enum[Colour]):
	'''	mariana theme from sublime
	'''
	MARIANA  = hsla(210, 15, 22)
	DARK_0   = MARIANA.clone(l=11)
	DARK_1   = MARIANA.clone(l=13)
	DARK_2   = MARIANA.clone(l=19)
	MEDIUM_0 = MARIANA.clone()
	MEDIUM_1 = MARIANA.clone(l=40, a=75)
	MEDIUM_2 = MARIANA.clone(l=45)
	LIGHT_0  = hsla(220, 12, 69)
	LIGHT_1  = hsla(220, 28, 88)
	RED      = hsla(357, 79, 65)
	CORAL    = hsla( 13, 93, 66)
	ORANGE   = hsla( 32, 93, 66)
	YELLOW   = hsla( 40, 94, 68)
	MINT     = hsla(114, 31, 68)
	TEAL     = hsla(180, 36, 54)
	BLUE     = hsla(210, 50, 60)
	PURPLE   = hsla(300, 30, 68)

About

VSCode port of Sublime Mariana theme

https://marketplace.visualstudio.com/items?itemName=mightbesimon.mariana-sublime

License:Other


Languages

Language:Python 100.0%