Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

Repository files navigation

phocus

Is a color scheme that comes with clean, opinionated and technical debt free implementations (themes) for various tools.

Colors

The colors are separated into two groups:

Surface colors

Interface backgrounds that fill most of the area available and only have little contrast to each other.

TypeHEXRGBHSL
surface strongeststrongest#0A0A0Argb(10, 10, 10)hsl(0, 0%, 4%)
surface strongstrong#141414rgb(20, 20, 20)hsl(0, 0%, 8%)
surface moderatemoderate#1C1C1Crgb(28, 28, 28)hsl(0, 0%, 11%)
surface weakweak#222222rgb(34, 34, 34)hsl(0, 0%, 13%)
surface weakestweakest#282828rgb(40, 40, 40)hsl(0, 0%, 16%)

adjacent surface colors have roughly a contrast of 1.07:1

Accent colors

Monochromatic color sets used to elevate or emphasize things, such as element surfaces, texts, lines and icons.

Monochrome accent colors

Are used to elevate neutral things depending on their importance.

NameTypeHEXRGBHSL
accent monochrome white strongestwhitestrongest#FFFFFFrgb(255, 255, 255)hsl(0, 0%, 100%)
accent monochrome white strongwhitestrong#FFFFFFDErgba(255, 255, 255, 0.87)hsla(0, 0%, 100%, 0.87)
accent monochrome white moderatewhitemoderate#FFFFFF57rgba(255, 255, 255, 0.34)hsla(0, 0%, 100%, 0.34)
accent monochrome white weakwhiteweak#FFFFFF23rgba(255, 255, 255, 0.14)hsla(0, 0%, 100%, 0.14)
accent monochrome white weakestwhiteweakest#FFFFFF0Frgba(255, 255, 255, 0.06)hsla(0, 0%, 100%, 0.06)
accent monochrome black strongestblackstrongest#000000rgb(0, 0, 0)hsl(0, 0%, 0%)
accent monochrome black strongblackstrong#000000DErgba(0, 0, 0, 0.87)hsla(0, 0%, 0%, 0.87)
accent monochrome black moderateblackmoderate#0000006Brgba(0, 0, 0, 0.42)hsla(0, 0%, 0%, 0.42)
accent monochrome black weakblackweak#00000026rgba(0, 0, 0, 0.15)hsla(0, 0%, 0%, 0.15)
accent monochrome black weakestblackweakest#0000000Frgba(0, 0, 0, 0.06)hsla(0, 0%, 0%, 0.06)

Saturated accent colors

Are used to elevate special and important things.

NameTypeHEXRGBHSL
accent colored red normalrednormal#DA5858rgb(218, 88, 88)hsl(0, 64%, 60%)
accent colored red lightredlight#E36D6Drgb(227, 109, 109)hsl(0, 68%, 66%)
accent colored orange normalorangenormal#ED9454rgb(237, 148, 84)hsl(25, 81%, 63%)
accent colored orange lightorangelight#FCA669rgb(252, 166, 105)hsl(25, 96%, 70%)
accent colored yellow normalyellownormal#E8CA5Ergb(232, 202, 94)hsl(47, 75%, 64%)
accent colored yellow lightyellowlight#FADD75rgb(250, 221, 117)hsl(47, 93%, 72%)
accent colored green normalgreennormal#3FC661rgb(63, 198, 97)hsl(135, 54%, 51%)
accent colored green lightgreenlight#61D67Ergb(97, 214, 126)hsl(135, 59%, 61%)
accent colored cyan normalcyannormal#5CD8E6rgb(92, 216, 230)hsl(186, 73%, 63%)
accent colored cyan lightcyanlight#7EEAF6rgb(126, 234, 246)hsl(186, 87%, 73%)
accent colored blue normalbluenormal#497EE9rgb(73, 126, 233)hsl(220, 78%, 60%)
accent colored blue lightbluelight#5D8DEErgb(93, 141, 238)hsl(220, 81%, 65%)
accent colored purple normalpurplenormal#7154F2rgb(113, 84, 242)hsl(251, 86%, 64%)
accent colored purple lightpurplelight#8066F5rgb(128, 102, 245)hsl(251, 88%, 68%)
accent colored pink normalpinknormal#D56CC3rgb(213, 108, 195)hsl(310, 56%, 63%)
accent colored pink lightpinklight#DF81CFrgb(223, 129, 207)hsl(310, 59%, 69%)

light and normal color types have roughly a contrast of 1.2:1

About

A color scheme that comes with clean, opinionated and technical debt free themes for various tools.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Contributors