mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
style(colorscheme): Added Eldritch color scheme
https://github.com/eldritch-theme/eldritch
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"dark": {
|
||||
"mPrimary": "#37f499",
|
||||
"mOnPrimary": "#171928",
|
||||
"mSecondary": "#04d1f9",
|
||||
"mOnSecondary": "#171928",
|
||||
"mTertiary": "#a48cf2",
|
||||
"mOnTertiary": "#171928",
|
||||
"mError": "#f16c75",
|
||||
"mOnError": "#171928",
|
||||
"mSurface": "#212337",
|
||||
"mOnSurface": "#ebfafa",
|
||||
"mSurfaceVariant": "#292e42",
|
||||
"mOnSurfaceVariant": "#ABB4DA",
|
||||
"mOutline": "#3b4261",
|
||||
"mShadow": "#414868"
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#37f499",
|
||||
"mOnPrimary": "#171928",
|
||||
"mSecondary": "#04d1f9",
|
||||
"mOnSecondary": "#171928",
|
||||
"mTertiary": "#a48cf2",
|
||||
"mOnTertiary": "#171928",
|
||||
"mError": "#f16c75",
|
||||
"mOnError": "#171928",
|
||||
"mSurface": "#ffffff",
|
||||
"mOnSurface": "#171928",
|
||||
"mSurfaceVariant": "#f2f4f8",
|
||||
"mOnSurfaceVariant": "#3b4261",
|
||||
"mOutline": "#b0b6c3",
|
||||
"mShadow": "#e0e3e8"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
[colors]
|
||||
foreground=ebfafa
|
||||
background=212337
|
||||
regular0=21222c
|
||||
regular1=f9515d
|
||||
regular2=37f499
|
||||
regular3=e9f941
|
||||
regular4=9071f4
|
||||
regular5=f265b5
|
||||
regular6=04d1f9
|
||||
regular7=ebfafa
|
||||
bright0=7081d0
|
||||
bright1=f16c75
|
||||
bright2=69F8B3
|
||||
bright3=f1fc79
|
||||
bright4=a48cf2
|
||||
bright5=FD92CE
|
||||
bright6=66e4fd
|
||||
bright7=ffffff
|
||||
selection-foreground=ebfafa
|
||||
selection-background=bf4f8e
|
||||
cursor=37f499 f8f8f2
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
[colors]
|
||||
foreground=212337
|
||||
background=ebfafa
|
||||
regular0=ebfafa # black → white
|
||||
regular1=ba1a1a # red (darker)
|
||||
regular2=1a7f4c # green (darker)
|
||||
regular3=9e8c13 # yellow (darker)
|
||||
regular4=3a3e8c # blue (darker)
|
||||
regular5=8c2a6c # magenta (darker)
|
||||
regular6=1a6c8c # cyan (darker)
|
||||
regular7=212337 # white → black
|
||||
bright0=7081d0 # keep as accent
|
||||
bright1=d23b3b # lighter red
|
||||
bright2=37f499 # original green
|
||||
bright3=e9f941 # original yellow
|
||||
bright4=9071f4 # original blue
|
||||
bright5=f265b5 # original magenta
|
||||
bright6=04d1f9 # original cyan
|
||||
bright7=212337 # black
|
||||
selection-foreground=212337
|
||||
selection-background=bf4f8e
|
||||
cursor=1a7f4c 212337
|
||||
@@ -0,0 +1,21 @@
|
||||
palette = 0=#21222c
|
||||
palette = 1=#f9515d
|
||||
palette = 2=#37f499
|
||||
palette = 3=#e9f941
|
||||
palette = 4=#9071f4
|
||||
palette = 5=#f265b5
|
||||
palette = 6=#04d1f9
|
||||
palette = 7=#ebfafa
|
||||
palette = 8=#7081d0
|
||||
palette = 9=#f16c75
|
||||
palette = 10=#69F8B3
|
||||
palette = 11=#f1fc79
|
||||
palette = 12=#a48cf2
|
||||
palette = 13=#FD92CE
|
||||
palette = 14=#66e4fd
|
||||
palette = 15=#ffffff
|
||||
background = 212337
|
||||
foreground = ebfafa
|
||||
cursor-color = 37f499
|
||||
selection-background = bf4f8e
|
||||
selection-foreground = ebfafa
|
||||
@@ -0,0 +1,22 @@
|
||||
palette = 0=#f8f8fa # base background (was dark, now light)
|
||||
palette = 1=#d7263d # red (less saturated)
|
||||
palette = 2=#1eb980 # green (cooler, lighter)
|
||||
palette = 3=#f7c948 # yellow (warmer)
|
||||
palette = 4=#5e60ce # blue (lighter)
|
||||
palette = 5=#c77dff # magenta (lighter)
|
||||
palette = 6=#38a1db # cyan (lighter)
|
||||
palette = 7=#21222c # base foreground (was background, now dark)
|
||||
palette = 8=#bfc9e3 # bright black (light gray)
|
||||
palette = 9=#f9515d # bright red
|
||||
palette = 10=#37f499 # bright green
|
||||
palette = 11=#e9f941 # bright yellow
|
||||
palette = 12=#9071f4 # bright blue
|
||||
palette = 13=#f265b5 # bright magenta
|
||||
palette = 14=#04d1f9 # bright cyan
|
||||
palette = 15=#21222c # bright white (dark for contrast)
|
||||
background = f8f8fa
|
||||
foreground = 21222c
|
||||
cursor-color = 5e60ce
|
||||
selection-background = d7e3fa
|
||||
selection-foreground = 21222c
|
||||
|
||||
@@ -0,0 +1,63 @@
|
||||
# vim:ft=kitty
|
||||
## name: Eldritch
|
||||
## author: jacobrreed
|
||||
## license: MIT
|
||||
## upstream: https://github.com/eldritch-theme/kitty
|
||||
## blurb: A theme for the Ancient Ones!
|
||||
foreground #ebfafa
|
||||
background #212337
|
||||
selection_foreground #ebfafa
|
||||
selection_background #bf4f8e
|
||||
|
||||
url_color #04d1f9
|
||||
|
||||
# black
|
||||
color0 #21222c
|
||||
color8 #7081d0
|
||||
|
||||
# red
|
||||
color1 #f9515d
|
||||
color9 #f16c75
|
||||
|
||||
# green
|
||||
color2 #37f499
|
||||
color10 #69F8B3
|
||||
|
||||
# yellow
|
||||
color3 #e9f941
|
||||
color11 #f1fc79
|
||||
|
||||
# blue
|
||||
color4 #9071f4
|
||||
color12 #a48cf2
|
||||
|
||||
# magenta
|
||||
color5 #f265b5
|
||||
color13 #FD92CE
|
||||
|
||||
# cyan
|
||||
color6 #04d1f9
|
||||
color14 #66e4fd
|
||||
|
||||
# white
|
||||
color7 #ebfafa
|
||||
color15 #ffffff
|
||||
|
||||
# Cursor colors
|
||||
cursor #37f499
|
||||
cursor_text_color #f8f8f2
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #212337
|
||||
active_tab_background #04d1f9
|
||||
inactive_tab_foreground #37f499
|
||||
inactive_tab_background #323449
|
||||
|
||||
# Marks
|
||||
mark1_foreground #212337
|
||||
mark1_background #f9515d
|
||||
|
||||
# Splits/Windows
|
||||
active_border_color #a48cf2
|
||||
inactive_border_color #212337
|
||||
|
||||
@@ -0,0 +1,63 @@
|
||||
# vim:ft=kitty
|
||||
## name: Eldritch Light
|
||||
## author: jacobrreed (light variant by CodeCompanion)
|
||||
## license: MIT
|
||||
## upstream: https://github.com/eldritch-theme/kitty
|
||||
## blurb: A light variant of the Eldritch theme!
|
||||
|
||||
foreground #212337 # dark text
|
||||
background #ebfafa # light background
|
||||
selection_foreground #ebfafa # light text on selection
|
||||
selection_background #bf4f8e # magenta selection
|
||||
|
||||
url_color #04d1f9
|
||||
|
||||
# black
|
||||
color0 #ebfafa # background-like
|
||||
color8 #7081d0
|
||||
|
||||
# red
|
||||
color1 #f9515d
|
||||
color9 #f16c75
|
||||
|
||||
# green
|
||||
color2 #37f499
|
||||
color10 #69F8B3
|
||||
|
||||
# yellow
|
||||
color3 #e9f941
|
||||
color11 #f1fc79
|
||||
|
||||
# blue
|
||||
color4 #9071f4
|
||||
color12 #a48cf2
|
||||
|
||||
# magenta
|
||||
color5 #f265b5
|
||||
color13 #FD92CE
|
||||
|
||||
# cyan
|
||||
color6 #04d1f9
|
||||
color14 #66e4fd
|
||||
|
||||
# white
|
||||
color7 #212337 # foreground-like
|
||||
color15 #323449
|
||||
|
||||
# Cursor colors
|
||||
cursor #212337 # dark cursor
|
||||
cursor_text_color #ebfafa
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #ebfafa
|
||||
active_tab_background #04d1f9
|
||||
inactive_tab_foreground #37f499
|
||||
inactive_tab_background #dbe6e6
|
||||
|
||||
# Marks
|
||||
mark1_foreground #ebfafa
|
||||
mark1_background #f9515d
|
||||
|
||||
# Splits/Windows
|
||||
active_border_color #a48cf2
|
||||
inactive_border_color #ebfafa
|
||||
Reference in New Issue
Block a user