terminal.love

About

Heavily inspired by terminal.sexy, and uses the awesome hsluv and lolight libraries to generate pretty terminal color schemes.

Randomizer

Randomly generate a color scheme, using the HSLuv color space.

Scheme Browser

base16/3024.dark
base16/3024.light
base16/ashes.dark
base16/ashes.light
base16/atelierdune.dark
base16/atelierdune.light
base16/atelierforest.dark
base16/atelierforest.light
base16/atelierheath.dark
base16/atelierheath.light
base16/atelierlakeside.dark
base16/atelierlakeside.light
base16/atelierseaside.dark
base16/atelierseaside.light
base16/bespin.dark
base16/bespin.light
base16/brewer.dark
base16/brewer.light
base16/chalk.dark
base16/chalk.light
base16/codeschool.dark
base16/codeschool.light
base16/default.dark
base16/default.light
base16/eighties.dark
base16/eighties.light
base16/embers.dark
base16/embers.light
base16/google.dark
base16/google.light
base16/grayscale.dark
base16/grayscale.light
base16/greenscreen.dark
base16/greenscreen.light
base16/isotope.dark
base16/isotope.light
base16/londontube.dark
base16/londontube.light
base16/marrakesh.dark
base16/marrakesh.light
base16/mocha.dark
base16/mocha.light
base16/monokai.dark
base16/monokai.light
base16/ocean.dark
base16/ocean.light
base16/paraiso.dark
base16/paraiso.light
base16/railscasts.dark
base16/railscasts.light
base16/shapeshifter.dark
base16/shapeshifter.light
base16/solarized.dark
base16/solarized.light
base16/tomorrow.dark
base16/tomorrow.light
base16/twilight.dark
base16/twilight.light
collection/dawn
collection/gotham
collection/hund
collection/hybrid
collection/invisibone
collection/jmbi
collection/kasugano
collection/monokai
collection/mostly-bright
collection/navy-and-ivory
collection/pretty-and-pastel
collection/s3r0-modified
collection/sweetlove
collection/trim-yer-beard
collection/vacuous2
collection/visibone-alt-2
collection/x-dotshare
collection/x-erosion
collection/yousai
xcolors.net/Baskerville - Count Von Count
xcolors.net/Baskerville - Eldorado dark
xcolors.net/DOOMICIDE darkocean
xcolors.net/Gslob nature-suede
xcolors.net/Gutterslob - aikofog
xcolors.net/Gutterslob lightwhite
xcolors.net/Muse
xcolors.net/Muzieca lowcontrast
xcolors.net/Muzieca mono
xcolors.net/Muzieca pastel white
xcolors.net/NumixDarkest
xcolors.net/OK100 - Matrix
xcolors.net/Rooster - SOS
xcolors.net/Tartan
xcolors.net/Visiblue
xcolors.net/astromouse
xcolors.net/baskerville - FarSide
xcolors.net/baskerville - ivory dark
xcolors.net/baskerville - lost woods
xcolors.net/baskerville-ivorylight
xcolors.net/belge
xcolors.net/bitmute
xcolors.net/bleh-1
xcolors.net/cloud
xcolors.net/colorfulcolors
xcolors.net/deafened
xcolors.net/derp
xcolors.net/digerati
xcolors.net/dkeg - canvasedpastel
xcolors.net/dkeg - catchmeifyoucan
xcolors.net/dkeg - citystreets
xcolors.net/dkeg - colorstar
xcolors.net/dkeg - panels
xcolors.net/dkeg - redphoenix
xcolors.net/dkeg - teva
xcolors.net/dkeg - unsiftedwheat
xcolors.net/dkeg - vwbug
xcolors.net/dotshare
xcolors.net/dwmrob
xcolors.net/epiphany
xcolors.net/eqie6
xcolors.net/erebus
xcolors.net/euphrasia
xcolors.net/fishbone
xcolors.net/gjm
xcolors.net/gnometerm
xcolors.net/grandshell
xcolors.net/gutterslob - lumifoo
xcolors.net/hybrid
xcolors.net/iiamblack
xcolors.net/insignificato
xcolors.net/jasonwryan
xcolors.net/jwr-dark
xcolors.net/material
xcolors.net/mikado
xcolors.net/mikazuki
xcolors.net/monotheme
xcolors.net/nancy
xcolors.net/neon
xcolors.net/nucolors
xcolors.net/nudge
xcolors.net/orangish
xcolors.net/parker_brothers
xcolors.net/phrak1
xcolors.net/pulp
xcolors.net/rasi
xcolors.net/rezza
xcolors.net/rydgel
xcolors.net/sexcolors
xcolors.net/shic
xcolors.net/simple_rainbow
xcolors.net/splurge
xcolors.net/swayr
xcolors.net/tango
xcolors.net/tangoesque
xcolors.net/theme2
xcolors.net/thwump
xcolors.net/tlh
xcolors.net/user 77 - Mashup colors
xcolors.net/visibone
xcolors.net/zenburn

Scheme Colors

BG
#151515
FG
#d0d0d0
0
#151515
8
#505050
1
#ac4142
9
#ac4142
2
#90a959
10
#90a959
3
#f4bf75
11
#f4bf75
4
#6a9fb5
12
#6a9fb5
5
#aa759f
13
#aa759f
6
#75b5aa
14
#75b5aa
7
#d0d0d0
15
#f5f5f5

Export

! special *.foreground: #d0d0d0 *.background: #151515 *.cursorColor: #d0d0d0 ! black *.color0: #151515 *.color8: #505050 ! red *.color1: #ac4142 *.color9: #ac4142 ! green *.color2: #90a959 *.color10: #90a959 ! yellow *.color3: #f4bf75 *.color11: #f4bf75 ! blue *.color4: #6a9fb5 *.color12: #6a9fb5 ! magenta *.color5: #aa759f *.color13: #aa759f ! cyan *.color6: #75b5aa *.color14: #75b5aa ! white *.color7: #d0d0d0 *.color15: #f5f5f5

Example

FAIL src/example.test.js (17.523s)
● should return the phrase from the Jest docs
 
expect(received).toBe(expected) // Object.is equality
 
Expected: "Testing with Jest is good for you"
Received: "Testing your luck is bad for you"
 
219 | it('should return the phrase from the Jest docs', () => {
> 220 | expect(theCorrectPhrase()).toBe(theWrongPhrase());
221 | });
 
at Object.toBe (src/example.test.js:220:61)
 
Test Suites: 1 failed, 1 passed, 2 total
Tests: 1 failed, 3 skipped, 2 passed, 6 total
Time: 4.2s