Back to Schemas

Nord

An arctic, north-bluish color palette with a clean and elegant look

by Arctic Ice Studio
darkcoolminimalblue

Color Palette

color0
#2e3440
rgb(46, 52, 64)
color1
#bf616a
rgb(191, 97, 106)
color2
#a3be8c
rgb(163, 190, 140)
color3
#ebcb8b
rgb(235, 203, 139)
color4
#81a1c1
rgb(129, 161, 193)
color5
#b48ead
rgb(180, 142, 173)
color6
#88c0d0
rgb(136, 192, 208)
color7
#e5e9f0
rgb(229, 233, 240)
color8
#4c566a
rgb(76, 86, 106)
color9
#bf616a
rgb(191, 97, 106)
color10
#a3be8c
rgb(163, 190, 140)
color11
#ebcb8b
rgb(235, 203, 139)
color12
#81a1c1
rgb(129, 161, 193)
color13
#b48ead
rgb(180, 142, 173)
color14
#8fbcbb
rgb(143, 188, 187)
color15
#eceff4
rgb(236, 239, 244)

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 #e5e9f0
background #2e3440

# Black
color0 #2e3440
color8 #4c566a

# Red
color1 #bf616a
color9 #bf616a

# Green
color2 #a3be8c
color10 #a3be8c

# Yellow
color3 #ebcb8b
color11 #ebcb8b

# Blue
color4 #81a1c1
color12 #81a1c1

# Magenta
color5 #b48ead
color13 #b48ead

# Cyan
color6 #88c0d0
color14 #8fbcbb

# White
color7 #e5e9f0
color15 #eceff4

Related Schemas