mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:57:35 +00:00
Base: Add "Nord" terminal color theme
Port of the "Nord" theme by Arctic Ice Studio and Sven Greb.
This commit is contained in:
parent
3c3c2334fa
commit
03037d1d3d
1 changed files with 26 additions and 0 deletions
26
Base/res/terminal-colors/Nord.ini
Normal file
26
Base/res/terminal-colors/Nord.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#2e3440
|
||||
Foreground=#d8dee9
|
||||
|
||||
[Normal]
|
||||
Black=#3b4252
|
||||
Red=#bf616a
|
||||
Green=#a3be8c
|
||||
Yellow=#ebcb8b
|
||||
Blue=#81a1c1
|
||||
Magenta=#b48ead
|
||||
Cyan=#88c0d0
|
||||
White=#e5e9f0
|
||||
|
||||
[Bright]
|
||||
Black=#4c566a
|
||||
Red=#bf616a
|
||||
Green=#a3be8c
|
||||
Yellow=#ebcb8b
|
||||
Blue=#81a1c1
|
||||
Magenta=#b48ead
|
||||
Cyan=#8fbcbb
|
||||
White=#eceff4
|
Loading…
Add table
Add a link
Reference in a new issue