Back to Schemas

Solarized Dark

Precision colors for machines and people, scientifically designed

by Ethan Schoonover
darkclassicscientific

Color Palette

color0
#002b36
rgb(0, 43, 54)
color1
#dc322f
rgb(220, 50, 47)
color2
#859900
rgb(133, 153, 0)
color3
#b58900
rgb(181, 137, 0)
color4
#268bd2
rgb(38, 139, 210)
color5
#d33682
rgb(211, 54, 130)
color6
#2aa198
rgb(42, 161, 152)
color7
#eee8d5
rgb(238, 232, 213)
color8
#073642
rgb(7, 54, 66)
color9
#cb4b16
rgb(203, 75, 22)
color10
#586e75
rgb(88, 110, 117)
color11
#657b83
rgb(101, 123, 131)
color12
#839496
rgb(131, 148, 150)
color13
#6c71c4
rgb(108, 113, 196)
color14
#93a1a1
rgb(147, 161, 161)
color15
#fdf6e3
rgb(253, 246, 227)

Terminal Preview

See how this color scheme looks in a real terminal environment with syntax highlighting and command output.

Terminal Preview
user@host:~$ ls -la
total 48
drwxr-xr-x 12 user user 4096 Jan 15 10:30 .
drwxr-xr-x 24 user user 4096 Jan 10 08:15 ..
-rw-r--r-- 1 user user 220 Jan 10 08:15 .bashrc
drwxr-xr-x 3 user user 4096 Jan 12 14:22 .config
-rw-r--r-- 1 user user 3526 Jan 14 16:45 README.md
-rwxr-xr-x 1 user user 8192 Jan 15 09:30 build.sh
drwxr-xr-x 5 user user 4096 Jan 13 11:20 projects
-rw-r--r-- 1 user user 1024 Jan 11 13:00 notes.txt

user@host:~$ cat script.py
def greet(name):
 "Greet a user with their name"
 message = f"Hello, {name}!"
 return message

if __name__ == "__main__":
 result = greet("Ricing Enthusiast")
 print(result)

user@host:~$ npm run build

> coolema@1.0.0 build
> next build

 ▲ Next.js 14.0.0

 Creating an optimized production build
 Compiled successfully
 Linting and checking validity of types
 Collecting page data
 Generating static pages (8/8)
 Finalizing page optimization

Route (app) Size First Load JS
┌ ○ / 1.2 kB 85.3 kB
├ ○ /docs 890 B 84.1 kB
└ ○ /schemas 1.5 kB 86.6 kB

 (Static) prerendered as static content

user@host:~$ git status
On branch main
Your branch is up to date with 'origin/main'.

Changes to be committed:
 (use "git restore --staged <file>..." to unstage)
 modified: components/terminal-preview.tsx
 new file: content/schemas/custom-theme.mdx

user@host:~$ 

Export Configuration

# Kitty Color Scheme
foreground #eee8d5
background #002b36

# Black
color0 #002b36
color8 #073642

# Red
color1 #dc322f
color9 #cb4b16

# Green
color2 #859900
color10 #586e75

# Yellow
color3 #b58900
color11 #657b83

# Blue
color4 #268bd2
color12 #839496

# Magenta
color5 #d33682
color13 #6c71c4

# Cyan
color6 #2aa198
color14 #93a1a1

# White
color7 #eee8d5
color15 #fdf6e3

Related Schemas