mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
template-processor: refactor predefined colorscheme terminal theming by removing all the static files and using dynamic generation instead.
This commit is contained in:
@@ -15,7 +15,35 @@
|
||||
"mOutline": "#565B66",
|
||||
"mShadow": "#000000",
|
||||
"mHover": "#39BAE6",
|
||||
"mOnHover": "#0B0E14"
|
||||
"mOnHover": "#0B0E14",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#171b24",
|
||||
"red": "#ed8274",
|
||||
"green": "#87d96c",
|
||||
"yellow": "#facc6e",
|
||||
"blue": "#6dcbfa",
|
||||
"magenta": "#dabafa",
|
||||
"cyan": "#90e1c6",
|
||||
"white": "#c7c7c7"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#686868",
|
||||
"red": "#f28779",
|
||||
"green": "#d5ff80",
|
||||
"yellow": "#ffd173",
|
||||
"blue": "#73d0ff",
|
||||
"magenta": "#dfbfff",
|
||||
"cyan": "#95e6cb",
|
||||
"white": "#ffffff"
|
||||
},
|
||||
"foreground": "#cccac2",
|
||||
"background": "#1f2430",
|
||||
"selectionFg": "#1f2430",
|
||||
"selectionBg": "#409fff",
|
||||
"cursorText": "#1f2430",
|
||||
"cursor": "#ffcc66"
|
||||
}
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#FF8F40",
|
||||
@@ -33,6 +61,34 @@
|
||||
"mOutline": "#8A9199",
|
||||
"mShadow": "#F8F9FA",
|
||||
"mHover": "#55B4D4",
|
||||
"mOnHover": "#F8F9FA"
|
||||
"mOnHover": "#F8F9FA",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#000000",
|
||||
"red": "#ea6c6d",
|
||||
"green": "#6cbf43",
|
||||
"yellow": "#eca944",
|
||||
"blue": "#3199e1",
|
||||
"magenta": "#9e75c7",
|
||||
"cyan": "#46ba94",
|
||||
"white": "#bababa"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#686868",
|
||||
"red": "#f07171",
|
||||
"green": "#86b300",
|
||||
"yellow": "#f2ae49",
|
||||
"blue": "#399ee6",
|
||||
"magenta": "#a37acc",
|
||||
"cyan": "#4cbf99",
|
||||
"white": "#d1d1d1"
|
||||
},
|
||||
"foreground": "#5c6166",
|
||||
"background": "#f8f9fa",
|
||||
"selectionFg": "#f8f9fa",
|
||||
"selectionBg": "#035bd6",
|
||||
"cursorText": "#f8f9fa",
|
||||
"cursor": "#ffaa33"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Ayu)
|
||||
|
||||
[colors.bright]
|
||||
black = '#686868'
|
||||
blue = '#59c2ff'
|
||||
cyan = '#95e6cb'
|
||||
green = '#aad94c'
|
||||
magenta = '#d2a6ff'
|
||||
red = '#f07178'
|
||||
white = '#ffffff'
|
||||
yellow = '#ffb454'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#e6b450'
|
||||
text = '#0b0e14'
|
||||
|
||||
[colors.normal]
|
||||
black = '#11151c'
|
||||
blue = '#53bdfa'
|
||||
cyan = '#90e1c6'
|
||||
green = '#7fd962'
|
||||
magenta = '#cda1fa'
|
||||
red = '#ea6c73'
|
||||
white = '#c7c7c7'
|
||||
yellow = '#f9af4f'
|
||||
|
||||
[colors.primary]
|
||||
background = '#0b0e14'
|
||||
foreground = '#bfbdb6'
|
||||
|
||||
[colors.selection]
|
||||
background = '#409fff'
|
||||
text = '#0b0e14'
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Ayu Light)
|
||||
|
||||
[colors.bright]
|
||||
black = '#686868'
|
||||
blue = '#399ee6'
|
||||
cyan = '#4cbf99'
|
||||
green = '#86b300'
|
||||
magenta = '#a37acc'
|
||||
red = '#f07171'
|
||||
white = '#d1d1d1'
|
||||
yellow = '#f2ae49'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#ffaa33'
|
||||
text = '#f8f9fa'
|
||||
|
||||
[colors.normal]
|
||||
black = '#000000'
|
||||
blue = '#3199e1'
|
||||
cyan = '#46ba94'
|
||||
green = '#6cbf43'
|
||||
magenta = '#9e75c7'
|
||||
red = '#ea6c6d'
|
||||
white = '#bababa'
|
||||
yellow = '#eca944'
|
||||
|
||||
[colors.primary]
|
||||
background = '#f8f9fa'
|
||||
foreground = '#5c6166'
|
||||
|
||||
[colors.selection]
|
||||
background = '#035bd6'
|
||||
text = '#f8f9fa'
|
||||
@@ -1,22 +0,0 @@
|
||||
[colors]
|
||||
foreground=cccac2
|
||||
background=1f2430
|
||||
regular0=171b24
|
||||
regular1=ed8274
|
||||
regular2=87d96c
|
||||
regular3=facc6e
|
||||
regular4=6dcbfa
|
||||
regular5=dabafa
|
||||
regular6=90e1c6
|
||||
regular7=c7c7c7
|
||||
bright0=686868
|
||||
bright1=f28779
|
||||
bright2=d5ff80
|
||||
bright3=ffd173
|
||||
bright4=73d0ff
|
||||
bright5=dfbfff
|
||||
bright6=95e6cb
|
||||
bright7=ffffff
|
||||
selection-foreground=1f2430
|
||||
selection-background=409fff
|
||||
cursor=1f2430 ffcc66
|
||||
@@ -1,22 +0,0 @@
|
||||
[colors]
|
||||
foreground=5c6166
|
||||
background=f8f9fa
|
||||
regular0=000000
|
||||
regular1=ea6c6d
|
||||
regular2=6cbf43
|
||||
regular3=eca944
|
||||
regular4=3199e1
|
||||
regular5=9e75c7
|
||||
regular6=46ba94
|
||||
regular7=bababa
|
||||
bright0=686868
|
||||
bright1=f07171
|
||||
bright2=86b300
|
||||
bright3=f2ae49
|
||||
bright4=399ee6
|
||||
bright5=a37acc
|
||||
bright6=4cbf99
|
||||
bright7=d1d1d1
|
||||
selection-foreground=f8f9fa
|
||||
selection-background=035bd6
|
||||
cursor=f8f9fa ffaa33
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#171b24
|
||||
palette = 1=#ed8274
|
||||
palette = 2=#87d96c
|
||||
palette = 3=#facc6e
|
||||
palette = 4=#6dcbfa
|
||||
palette = 5=#dabafa
|
||||
palette = 6=#90e1c6
|
||||
palette = 7=#c7c7c7
|
||||
palette = 8=#686868
|
||||
palette = 9=#f28779
|
||||
palette = 10=#d5ff80
|
||||
palette = 11=#ffd173
|
||||
palette = 12=#73d0ff
|
||||
palette = 13=#dfbfff
|
||||
palette = 14=#95e6cb
|
||||
palette = 15=#ffffff
|
||||
background = #1f2430
|
||||
foreground = #cccac2
|
||||
cursor-color = #ffcc66
|
||||
cursor-text = #1f2430
|
||||
selection-background = #409fff
|
||||
selection-foreground = #1f2430
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#000000
|
||||
palette = 1=#ea6c6d
|
||||
palette = 2=#6cbf43
|
||||
palette = 3=#eca944
|
||||
palette = 4=#3199e1
|
||||
palette = 5=#9e75c7
|
||||
palette = 6=#46ba94
|
||||
palette = 7=#bababa
|
||||
palette = 8=#686868
|
||||
palette = 9=#f07171
|
||||
palette = 10=#86b300
|
||||
palette = 11=#f2ae49
|
||||
palette = 12=#399ee6
|
||||
palette = 13=#a37acc
|
||||
palette = 14=#4cbf99
|
||||
palette = 15=#d1d1d1
|
||||
background = #f8f9fa
|
||||
foreground = #5c6166
|
||||
cursor-color = #ffaa33
|
||||
cursor-text = #f8f9fa
|
||||
selection-background = #035bd6
|
||||
selection-foreground = #f8f9fa
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #171b24
|
||||
color1 #ed8274
|
||||
color2 #87d96c
|
||||
color3 #facc6e
|
||||
color4 #6dcbfa
|
||||
color5 #dabafa
|
||||
color6 #90e1c6
|
||||
color7 #c7c7c7
|
||||
color8 #686868
|
||||
color9 #f28779
|
||||
color10 #d5ff80
|
||||
color11 #ffd173
|
||||
color12 #73d0ff
|
||||
color13 #dfbfff
|
||||
color14 #95e6cb
|
||||
color15 #ffffff
|
||||
background #1f2430
|
||||
selection_foreground #1f2430
|
||||
cursor #ffcc66
|
||||
cursor_text_color #1f2430
|
||||
foreground #cccac2
|
||||
selection_background #cccac2
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #000000
|
||||
color1 #ea6c6d
|
||||
color2 #6cbf43
|
||||
color3 #eca944
|
||||
color4 #3199e1
|
||||
color5 #9e75c7
|
||||
color6 #46ba94
|
||||
color7 #bababa
|
||||
color8 #686868
|
||||
color9 #f07171
|
||||
color10 #86b300
|
||||
color11 #f2ae49
|
||||
color12 #399ee6
|
||||
color13 #a37acc
|
||||
color14 #4cbf99
|
||||
color15 #d1d1d1
|
||||
background #f8f9fa
|
||||
selection_foreground #f8f9fa
|
||||
cursor #ffaa33
|
||||
cursor_text_color #f8f9fa
|
||||
foreground #5c6166
|
||||
selection_background #5c6166
|
||||
@@ -1,31 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#0a0e14",
|
||||
"#ff3333",
|
||||
"#c2d94c",
|
||||
"#ff8f40",
|
||||
"#59c2ff",
|
||||
"#ffee99",
|
||||
"#95e6cb",
|
||||
"#b3b1ad",
|
||||
]
|
||||
background = "#0a0e14"
|
||||
brights = [
|
||||
"#4d5566",
|
||||
"#ff3333",
|
||||
"#c2d94c",
|
||||
"#ff8f40",
|
||||
"#59c2ff",
|
||||
"#ffee99",
|
||||
"#95e6cb",
|
||||
"#b3b1ad",
|
||||
]
|
||||
cursor_bg = "#e6b450"
|
||||
cursor_border = "#e6b450"
|
||||
cursor_fg = "#0a0e14"
|
||||
foreground = "#b3b1ad"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
@@ -1,31 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#575f66",
|
||||
"#f51818",
|
||||
"#86b300",
|
||||
"#f2ae49",
|
||||
"#399ee6",
|
||||
"#a37acc",
|
||||
"#4cbf99",
|
||||
"#fafafa",
|
||||
]
|
||||
background = "#fafafa"
|
||||
brights = [
|
||||
"#8a9199",
|
||||
"#f51818",
|
||||
"#86b300",
|
||||
"#f2ae49",
|
||||
"#399ee6",
|
||||
"#a37acc",
|
||||
"#4cbf99",
|
||||
"#fafafa",
|
||||
]
|
||||
cursor_bg = "#ff9940"
|
||||
cursor_border = "#ff9940"
|
||||
cursor_fg = "#fafafa"
|
||||
foreground = "#575f66"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
@@ -1,38 +1,158 @@
|
||||
{
|
||||
"dark": {
|
||||
"mPrimary": "#cba6f7",
|
||||
"mOnPrimary": "#11111b",
|
||||
"mSecondary": "#fab387",
|
||||
"mOnSecondary": "#11111b",
|
||||
"mTertiary": "#94e2d5",
|
||||
"mOnTertiary": "#11111b",
|
||||
"mError": "#f38ba8",
|
||||
"mOnError": "#11111b",
|
||||
"mSurface": "#1e1e2e",
|
||||
"mOnSurface": "#cdd6f4",
|
||||
"mSurfaceVariant": "#313244",
|
||||
"mOnSurfaceVariant": "#a3b4eb",
|
||||
"mOutline": "#4c4f69",
|
||||
"mShadow": "#11111b",
|
||||
"mHover": "#94e2d5",
|
||||
"mOnHover": "#11111b"
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#8839ef",
|
||||
"mOnPrimary": "#eff1f5",
|
||||
"mSecondary": "#fe640b",
|
||||
"mOnSecondary": "#eff1f5",
|
||||
"mTertiary": "#40a02b",
|
||||
"mOnTertiary": "#eff1f5",
|
||||
"mError": "#d20f39",
|
||||
"mOnError": "#dce0e8",
|
||||
"mSurface": "#eff1f5",
|
||||
"mOnSurface": "#4c4f69",
|
||||
"mSurfaceVariant": "#ccd0da",
|
||||
"mOnSurfaceVariant": "#6c6f85",
|
||||
"mOutline": "#a5adcb",
|
||||
"mShadow": "#dce0e8",
|
||||
"mHover": "#40a02b",
|
||||
"mOnHover": "#eff1f5"
|
||||
"dark": {
|
||||
"mPrimary": "#cba6f7",
|
||||
"mOnPrimary": "#11111b",
|
||||
"mSecondary": "#fab387",
|
||||
"mOnSecondary": "#11111b",
|
||||
"mTertiary": "#94e2d5",
|
||||
"mOnTertiary": "#11111b",
|
||||
"mError": "#f38ba8",
|
||||
"mOnError": "#11111b",
|
||||
"mSurface": "#1e1e2e",
|
||||
"mOnSurface": "#cdd6f4",
|
||||
"mSurfaceVariant": "#313244",
|
||||
"mOnSurfaceVariant": "#a3b4eb",
|
||||
"mOutline": "#4c4f69",
|
||||
"mShadow": "#11111b",
|
||||
"mHover": "#94e2d5",
|
||||
"mOnHover": "#11111b",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#45475a",
|
||||
"red": "#f38ba8",
|
||||
"green": "#a6e3a1",
|
||||
"yellow": "#f9e2af",
|
||||
"blue": "#89b4fa",
|
||||
"magenta": "#f5c2e7",
|
||||
"cyan": "#94e2d5",
|
||||
"white": "#a6adc8"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#585b70",
|
||||
"red": "#f37799",
|
||||
"green": "#89d88b",
|
||||
"yellow": "#ebd391",
|
||||
"blue": "#74a8fc",
|
||||
"magenta": "#f2aede",
|
||||
"cyan": "#6bd7ca",
|
||||
"white": "#bac2de"
|
||||
},
|
||||
"foreground": "#cdd6f4",
|
||||
"background": "#1e1e2e",
|
||||
"selectionFg": "#cdd6f4",
|
||||
"selectionBg": "#585b70",
|
||||
"cursorText": "#1e1e2e",
|
||||
"cursor": "#f5e0dc",
|
||||
"composeCursor": "#f2cdcd",
|
||||
"scrollbarThumb": "#585b70",
|
||||
"split": "#6c7086",
|
||||
"visualBell": "#313244",
|
||||
"indexed": {
|
||||
"16": "#fab387",
|
||||
"17": "#f5e0dc"
|
||||
},
|
||||
"tabBar": {
|
||||
"background": "#11111b",
|
||||
"inactiveTabEdge": "#313244",
|
||||
"activeTab": {
|
||||
"bg": "#cba6f7",
|
||||
"fg": "#11111b"
|
||||
},
|
||||
"inactiveTab": {
|
||||
"bg": "#181825",
|
||||
"fg": "#cdd6f4"
|
||||
},
|
||||
"inactiveTabHover": {
|
||||
"bg": "#1e1e2e",
|
||||
"fg": "#cdd6f4"
|
||||
},
|
||||
"newTab": {
|
||||
"bg": "#313244",
|
||||
"fg": "#cdd6f4"
|
||||
},
|
||||
"newTabHover": {
|
||||
"bg": "#45475a",
|
||||
"fg": "#cdd6f4"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#8839ef",
|
||||
"mOnPrimary": "#eff1f5",
|
||||
"mSecondary": "#fe640b",
|
||||
"mOnSecondary": "#eff1f5",
|
||||
"mTertiary": "#40a02b",
|
||||
"mOnTertiary": "#eff1f5",
|
||||
"mError": "#d20f39",
|
||||
"mOnError": "#dce0e8",
|
||||
"mSurface": "#eff1f5",
|
||||
"mOnSurface": "#4c4f69",
|
||||
"mSurfaceVariant": "#ccd0da",
|
||||
"mOnSurfaceVariant": "#6c6f85",
|
||||
"mOutline": "#a5adcb",
|
||||
"mShadow": "#dce0e8",
|
||||
"mHover": "#40a02b",
|
||||
"mOnHover": "#eff1f5",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#51576d",
|
||||
"red": "#e78284",
|
||||
"green": "#a6d189",
|
||||
"yellow": "#e5c890",
|
||||
"blue": "#8caaee",
|
||||
"magenta": "#f4b8e4",
|
||||
"cyan": "#81c8be",
|
||||
"white": "#a5adce"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#626880",
|
||||
"red": "#e67172",
|
||||
"green": "#8ec772",
|
||||
"yellow": "#d9ba73",
|
||||
"blue": "#7b9ef0",
|
||||
"magenta": "#f2a4db",
|
||||
"cyan": "#5abfb5",
|
||||
"white": "#b5bfe2"
|
||||
},
|
||||
"foreground": "#c6d0f5",
|
||||
"background": "#303446",
|
||||
"selectionFg": "#c6d0f5",
|
||||
"selectionBg": "#626880",
|
||||
"cursorText": "#303446",
|
||||
"cursor": "#f2d5cf",
|
||||
"composeCursor": "#dd7878",
|
||||
"scrollbarThumb": "#acb0be",
|
||||
"split": "#9ca0b0",
|
||||
"visualBell": "#ccd0da",
|
||||
"indexed": {
|
||||
"16": "#fe640b",
|
||||
"17": "#dc8a78"
|
||||
},
|
||||
"tabBar": {
|
||||
"background": "#dce0e8",
|
||||
"inactiveTabEdge": "#ccd0da",
|
||||
"activeTab": {
|
||||
"bg": "#8839ef",
|
||||
"fg": "#dce0e8"
|
||||
},
|
||||
"inactiveTab": {
|
||||
"bg": "#e6e9ef",
|
||||
"fg": "#4c4f69"
|
||||
},
|
||||
"inactiveTabHover": {
|
||||
"bg": "#eff1f5",
|
||||
"fg": "#4c4f69"
|
||||
},
|
||||
"newTab": {
|
||||
"bg": "#ccd0da",
|
||||
"fg": "#4c4f69"
|
||||
},
|
||||
"newTabHover": {
|
||||
"bg": "#bcc0cc",
|
||||
"fg": "#4c4f69"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Catppuccin Mocha)
|
||||
|
||||
[colors.bright]
|
||||
black = '#585b70'
|
||||
blue = '#74a8fc'
|
||||
cyan = '#6bd7ca'
|
||||
green = '#89d88b'
|
||||
magenta = '#f2aede'
|
||||
red = '#f37799'
|
||||
white = '#bac2de'
|
||||
yellow = '#ebd391'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#f5e0dc'
|
||||
text = '#1e1e2e'
|
||||
|
||||
[colors.normal]
|
||||
black = '#45475a'
|
||||
blue = '#89b4fa'
|
||||
cyan = '#94e2d5'
|
||||
green = '#a6e3a1'
|
||||
magenta = '#f5c2e7'
|
||||
red = '#f38ba8'
|
||||
white = '#a6adc8'
|
||||
yellow = '#f9e2af'
|
||||
|
||||
[colors.primary]
|
||||
background = '#1e1e2e'
|
||||
foreground = '#cdd6f4'
|
||||
|
||||
[colors.selection]
|
||||
background = '#585b70'
|
||||
text = '#cdd6f4'
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Catppuccin Latte)
|
||||
|
||||
[colors.bright]
|
||||
black = '#6c6f85'
|
||||
blue = '#456eff'
|
||||
cyan = '#2d9fa8'
|
||||
green = '#49af3d'
|
||||
magenta = '#fe85d8'
|
||||
red = '#de293e'
|
||||
white = '#bcc0cc'
|
||||
yellow = '#eea02d'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#dc8a78'
|
||||
text = '#eff1f5'
|
||||
|
||||
[colors.normal]
|
||||
black = '#5c5f77'
|
||||
blue = '#1e66f5'
|
||||
cyan = '#179299'
|
||||
green = '#40a02b'
|
||||
magenta = '#ea76cb'
|
||||
red = '#d20f39'
|
||||
white = '#acb0be'
|
||||
yellow = '#df8e1d'
|
||||
|
||||
[colors.primary]
|
||||
background = '#eff1f5'
|
||||
foreground = '#4c4f69'
|
||||
|
||||
[colors.selection]
|
||||
background = '#acb0be'
|
||||
text = '#4c4f69'
|
||||
@@ -1,22 +0,0 @@
|
||||
[colors]
|
||||
foreground=cdd6f4
|
||||
background=1e1e2e
|
||||
regular0=45475a
|
||||
regular1=f38ba8
|
||||
regular2=a6e3a1
|
||||
regular3=f9e2af
|
||||
regular4=89b4fa
|
||||
regular5=f5c2e7
|
||||
regular6=94e2d5
|
||||
regular7=a6adc8
|
||||
bright0=585b70
|
||||
bright1=f37799
|
||||
bright2=89d88b
|
||||
bright3=ebd391
|
||||
bright4=74a8fc
|
||||
bright5=f2aede
|
||||
bright6=6bd7ca
|
||||
bright7=bac2de
|
||||
selection-foreground=cdd6f4
|
||||
selection-background=585b70
|
||||
cursor=1e1e2e f5e0dc
|
||||
@@ -1,22 +0,0 @@
|
||||
[colors]
|
||||
foreground=c6d0f5
|
||||
background=303446
|
||||
regular0=51576d
|
||||
regular1=e78284
|
||||
regular2=a6d189
|
||||
regular3=e5c890
|
||||
regular4=8caaee
|
||||
regular5=f4b8e4
|
||||
regular6=81c8be
|
||||
regular7=a5adce
|
||||
bright0=626880
|
||||
bright1=e67172
|
||||
bright2=8ec772
|
||||
bright3=d9ba73
|
||||
bright4=7b9ef0
|
||||
bright5=f2a4db
|
||||
bright6=5abfb5
|
||||
bright7=b5bfe2
|
||||
selection-foreground=c6d0f5
|
||||
selection-background=626880
|
||||
cursor=303446 f2d5cf
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#45475a
|
||||
palette = 1=#f38ba8
|
||||
palette = 2=#a6e3a1
|
||||
palette = 3=#f9e2af
|
||||
palette = 4=#89b4fa
|
||||
palette = 5=#f5c2e7
|
||||
palette = 6=#94e2d5
|
||||
palette = 7=#a6adc8
|
||||
palette = 8=#585b70
|
||||
palette = 9=#f37799
|
||||
palette = 10=#89d88b
|
||||
palette = 11=#ebd391
|
||||
palette = 12=#74a8fc
|
||||
palette = 13=#f2aede
|
||||
palette = 14=#6bd7ca
|
||||
palette = 15=#bac2de
|
||||
background = #1e1e2e
|
||||
foreground = #cdd6f4
|
||||
cursor-color = #f5e0dc
|
||||
cursor-text = #1e1e2e
|
||||
selection-background = #585b70
|
||||
selection-foreground = #cdd6f4
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#5c5f77
|
||||
palette = 1=#d20f39
|
||||
palette = 2=#40a02b
|
||||
palette = 3=#df8e1d
|
||||
palette = 4=#1e66f5
|
||||
palette = 5=#ea76cb
|
||||
palette = 6=#179299
|
||||
palette = 7=#acb0be
|
||||
palette = 8=#6c6f85
|
||||
palette = 9=#de293e
|
||||
palette = 10=#49af3d
|
||||
palette = 11=#eea02d
|
||||
palette = 12=#456eff
|
||||
palette = 13=#fe85d8
|
||||
palette = 14=#2d9fa8
|
||||
palette = 15=#bcc0cc
|
||||
background = #eff1f5
|
||||
foreground = #4c4f69
|
||||
cursor-color = #dc8a78
|
||||
cursor-text = #eff1f5
|
||||
selection-background = #acb0be
|
||||
selection-foreground = #4c4f69
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #45475a
|
||||
color1 #f38ba8
|
||||
color2 #a6e3a1
|
||||
color3 #f9e2af
|
||||
color4 #89b4fa
|
||||
color5 #f5c2e7
|
||||
color6 #94e2d5
|
||||
color7 #a6adc8
|
||||
color8 #585b70
|
||||
color9 #f37799
|
||||
color10 #89d88b
|
||||
color11 #ebd391
|
||||
color12 #74a8fc
|
||||
color13 #f2aede
|
||||
color14 #6bd7ca
|
||||
color15 #bac2de
|
||||
background #1e1e2e
|
||||
selection_foreground #1e1e2e
|
||||
cursor #f5e0dc
|
||||
cursor_text_color #1e1e2e
|
||||
foreground #cdd6f4
|
||||
selection_background #cdd6f4
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #5c5f77
|
||||
color1 #d20f39
|
||||
color2 #40a02b
|
||||
color3 #df8e1d
|
||||
color4 #1e66f5
|
||||
color5 #ea76cb
|
||||
color6 #179299
|
||||
color7 #acb0be
|
||||
color8 #6c6f85
|
||||
color9 #de293e
|
||||
color10 #49af3d
|
||||
color11 #eea02d
|
||||
color12 #456eff
|
||||
color13 #fe85d8
|
||||
color14 #2d9fa8
|
||||
color15 #bcc0cc
|
||||
background #eff1f5
|
||||
selection_foreground #eff1f5
|
||||
cursor #dc8a78
|
||||
cursor_text_color #eff1f5
|
||||
foreground #4c4f69
|
||||
selection_background #4c4f69
|
||||
@@ -1,84 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#45475a",
|
||||
"#f38ba8",
|
||||
"#a6e3a1",
|
||||
"#f9e2af",
|
||||
"#89b4fa",
|
||||
"#f5c2e7",
|
||||
"#94e2d5",
|
||||
"#bac2de",
|
||||
]
|
||||
background = "#1e1e2e"
|
||||
brights = [
|
||||
"#585b70",
|
||||
"#f38ba8",
|
||||
"#a6e3a1",
|
||||
"#f9e2af",
|
||||
"#89b4fa",
|
||||
"#f5c2e7",
|
||||
"#94e2d5",
|
||||
"#a6adc8",
|
||||
]
|
||||
compose_cursor = "#f2cdcd"
|
||||
cursor_bg = "#f5e0dc"
|
||||
cursor_border = "#f5e0dc"
|
||||
cursor_fg = "#11111b"
|
||||
foreground = "#cdd6f4"
|
||||
scrollbar_thumb = "#585b70"
|
||||
selection_bg = "#585b70"
|
||||
selection_fg = "#cdd6f4"
|
||||
split = "#6c7086"
|
||||
visual_bell = "#313244"
|
||||
|
||||
[colors.indexed]
|
||||
16 = "#fab387"
|
||||
17 = "#f5e0dc"
|
||||
|
||||
[colors.tab_bar]
|
||||
background = "#11111b"
|
||||
inactive_tab_edge = "#313244"
|
||||
|
||||
[colors.tab_bar.active_tab]
|
||||
bg_color = "#cba6f7"
|
||||
fg_color = "#11111b"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.inactive_tab]
|
||||
bg_color = "#181825"
|
||||
fg_color = "#cdd6f4"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.inactive_tab_hover]
|
||||
bg_color = "#1e1e2e"
|
||||
fg_color = "#cdd6f4"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.new_tab]
|
||||
bg_color = "#313244"
|
||||
fg_color = "#cdd6f4"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.new_tab_hover]
|
||||
bg_color = "#45475a"
|
||||
fg_color = "#cdd6f4"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[metadata]
|
||||
author = "Catppuccin Org"
|
||||
name = "Noctalia"
|
||||
@@ -1,84 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#bcc0cc",
|
||||
"#d20f39",
|
||||
"#40a02b",
|
||||
"#df8e1d",
|
||||
"#1e66f5",
|
||||
"#ea76cb",
|
||||
"#179299",
|
||||
"#5c5f77",
|
||||
]
|
||||
background = "#eff1f5"
|
||||
brights = [
|
||||
"#acb0be",
|
||||
"#d20f39",
|
||||
"#40a02b",
|
||||
"#df8e1d",
|
||||
"#1e66f5",
|
||||
"#ea76cb",
|
||||
"#179299",
|
||||
"#6c6f85",
|
||||
]
|
||||
compose_cursor = "#dd7878"
|
||||
cursor_bg = "#dc8a78"
|
||||
cursor_border = "#dc8a78"
|
||||
cursor_fg = "#dce0e8"
|
||||
foreground = "#4c4f69"
|
||||
scrollbar_thumb = "#acb0be"
|
||||
selection_bg = "#acb0be"
|
||||
selection_fg = "#4c4f69"
|
||||
split = "#9ca0b0"
|
||||
visual_bell = "#ccd0da"
|
||||
|
||||
[colors.indexed]
|
||||
16 = "#fe640b"
|
||||
17 = "#dc8a78"
|
||||
|
||||
[colors.tab_bar]
|
||||
background = "#dce0e8"
|
||||
inactive_tab_edge = "#ccd0da"
|
||||
|
||||
[colors.tab_bar.active_tab]
|
||||
bg_color = "#8839ef"
|
||||
fg_color = "#dce0e8"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.inactive_tab]
|
||||
bg_color = "#e6e9ef"
|
||||
fg_color = "#4c4f69"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.inactive_tab_hover]
|
||||
bg_color = "#eff1f5"
|
||||
fg_color = "#4c4f69"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.new_tab]
|
||||
bg_color = "#ccd0da"
|
||||
fg_color = "#4c4f69"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.new_tab_hover]
|
||||
bg_color = "#bcc0cc"
|
||||
fg_color = "#4c4f69"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[metadata]
|
||||
author = "Catppuccin Org"
|
||||
name = "Noctalia"
|
||||
@@ -1,38 +1,146 @@
|
||||
{
|
||||
"dark": {
|
||||
"mPrimary": "#bd93f9",
|
||||
"mOnPrimary": "#282A36",
|
||||
"mSecondary": "#ff79c6",
|
||||
"mOnSecondary": "#4e1d32",
|
||||
"mTertiary": "#8be9fd",
|
||||
"mOnTertiary": "#003543",
|
||||
"mError": "#FF5555",
|
||||
"mOnError": "#282A36",
|
||||
"mSurface": "#282A36",
|
||||
"mOnSurface": "#F8F8F2",
|
||||
"mSurfaceVariant": "#44475A",
|
||||
"mOnSurfaceVariant": "#d6d8e0",
|
||||
"mOutline": "#5a5e77",
|
||||
"mShadow": "#282A36",
|
||||
"mHover": "#8be9fd",
|
||||
"mOnHover": "#003543"
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#8332f4",
|
||||
"mOnPrimary": "#ffffff",
|
||||
"mSecondary": "#ff1399",
|
||||
"mOnSecondary": "#ffffff",
|
||||
"mTertiary": "#0398b9",
|
||||
"mOnTertiary": "#ffffff",
|
||||
"mError": "#FF5555",
|
||||
"mOnError": "#282A36",
|
||||
"mSurface": "#f8f8f2",
|
||||
"mOnSurface": "#282a36",
|
||||
"mSurfaceVariant": "#e6e6ea",
|
||||
"mOnSurfaceVariant": "#44475a",
|
||||
"mOutline": "#cacad3",
|
||||
"mShadow": "#d6d8e0",
|
||||
"mHover": "#0398b9",
|
||||
"mOnHover": "#ffffff"
|
||||
"dark": {
|
||||
"mPrimary": "#bd93f9",
|
||||
"mOnPrimary": "#282A36",
|
||||
"mSecondary": "#ff79c6",
|
||||
"mOnSecondary": "#4e1d32",
|
||||
"mTertiary": "#8be9fd",
|
||||
"mOnTertiary": "#003543",
|
||||
"mError": "#FF5555",
|
||||
"mOnError": "#282A36",
|
||||
"mSurface": "#282A36",
|
||||
"mOnSurface": "#F8F8F2",
|
||||
"mSurfaceVariant": "#44475A",
|
||||
"mOnSurfaceVariant": "#d6d8e0",
|
||||
"mOutline": "#5a5e77",
|
||||
"mShadow": "#282A36",
|
||||
"mHover": "#8be9fd",
|
||||
"mOnHover": "#003543",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#21222c",
|
||||
"red": "#ff5555",
|
||||
"green": "#50fa7b",
|
||||
"yellow": "#f1fa8c",
|
||||
"blue": "#bd93f9",
|
||||
"magenta": "#ff79c6",
|
||||
"cyan": "#8be9fd",
|
||||
"white": "#f8f8f2"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#6272a4",
|
||||
"red": "#ff6e6e",
|
||||
"green": "#69ff94",
|
||||
"yellow": "#ffffa5",
|
||||
"blue": "#d6acff",
|
||||
"magenta": "#ff92df",
|
||||
"cyan": "#a4ffff",
|
||||
"white": "#ffffff"
|
||||
},
|
||||
"foreground": "#f8f8f2",
|
||||
"background": "#282a36",
|
||||
"selectionFg": "#ffffff",
|
||||
"selectionBg": "#44475a",
|
||||
"cursorText": "#282a36",
|
||||
"cursor": "#f8f8f2",
|
||||
"composeCursor": "#ffb86c",
|
||||
"scrollbarThumb": "#44475a",
|
||||
"split": "#6272a4",
|
||||
"tabBar": {
|
||||
"background": "#282a36",
|
||||
"activeTab": {
|
||||
"bg": "#bd93f9",
|
||||
"fg": "#282a36"
|
||||
},
|
||||
"inactiveTab": {
|
||||
"bg": "#282a36",
|
||||
"fg": "#f8f8f2"
|
||||
},
|
||||
"inactiveTabHover": {
|
||||
"bg": "#6272a4",
|
||||
"fg": "#f8f8f2"
|
||||
},
|
||||
"newTab": {
|
||||
"bg": "#282a36",
|
||||
"fg": "#f8f8f2"
|
||||
},
|
||||
"newTabHover": {
|
||||
"bg": "#ff79c6",
|
||||
"fg": "#f8f8f2"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#8332f4",
|
||||
"mOnPrimary": "#ffffff",
|
||||
"mSecondary": "#ff1399",
|
||||
"mOnSecondary": "#ffffff",
|
||||
"mTertiary": "#0398b9",
|
||||
"mOnTertiary": "#ffffff",
|
||||
"mError": "#FF5555",
|
||||
"mOnError": "#282A36",
|
||||
"mSurface": "#f8f8f2",
|
||||
"mOnSurface": "#282a36",
|
||||
"mSurfaceVariant": "#e6e6ea",
|
||||
"mOnSurfaceVariant": "#44475a",
|
||||
"mOutline": "#cacad3",
|
||||
"mShadow": "#d6d8e0",
|
||||
"mHover": "#0398b9",
|
||||
"mOnHover": "#ffffff",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#f8f8f2",
|
||||
"red": "#ff5555",
|
||||
"green": "#50fa7b",
|
||||
"yellow": "#f1fa8c",
|
||||
"blue": "#bd93f9",
|
||||
"magenta": "#ff79c6",
|
||||
"cyan": "#8be9fd",
|
||||
"white": "#282a36"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#6272a4",
|
||||
"red": "#ff6e6e",
|
||||
"green": "#69ff94",
|
||||
"yellow": "#ffffa5",
|
||||
"blue": "#d6acff",
|
||||
"magenta": "#ff92df",
|
||||
"cyan": "#a4ffff",
|
||||
"white": "#000000"
|
||||
},
|
||||
"foreground": "#282a36",
|
||||
"background": "#ffffff",
|
||||
"selectionFg": "#ffffff",
|
||||
"selectionBg": "#6272a4",
|
||||
"cursorText": "#ffffff",
|
||||
"cursor": "#282a36",
|
||||
"composeCursor": "#ffb86c",
|
||||
"scrollbarThumb": "#44475a",
|
||||
"split": "#44475a",
|
||||
"tabBar": {
|
||||
"background": "#f8f8f2",
|
||||
"activeTab": {
|
||||
"bg": "#8332f4",
|
||||
"fg": "#f8f8f2"
|
||||
},
|
||||
"inactiveTab": {
|
||||
"bg": "#f8f8f2",
|
||||
"fg": "#282a36"
|
||||
},
|
||||
"inactiveTabHover": {
|
||||
"bg": "#e6e6ea",
|
||||
"fg": "#44475a"
|
||||
},
|
||||
"newTab": {
|
||||
"bg": "#f8f8f2",
|
||||
"fg": "#282a36"
|
||||
},
|
||||
"newTabHover": {
|
||||
"bg": "#ff1399",
|
||||
"fg": "#f8f8f2"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Dracula)
|
||||
|
||||
[colors.bright]
|
||||
black = '#6272a4'
|
||||
blue = '#d6acff'
|
||||
cyan = '#a4ffff'
|
||||
green = '#69ff94'
|
||||
magenta = '#ff92df'
|
||||
red = '#ff6e6e'
|
||||
white = '#ffffff'
|
||||
yellow = '#ffffa5'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#f8f8f2'
|
||||
text = '#282a36'
|
||||
|
||||
[colors.normal]
|
||||
black = '#21222c'
|
||||
blue = '#bd93f9'
|
||||
cyan = '#8be9fd'
|
||||
green = '#50fa7b'
|
||||
magenta = '#ff79c6'
|
||||
red = '#ff5555'
|
||||
white = '#f8f8f2'
|
||||
yellow = '#f1fa8c'
|
||||
|
||||
[colors.primary]
|
||||
background = '#282a36'
|
||||
foreground = '#f8f8f2'
|
||||
|
||||
[colors.selection]
|
||||
background = '#44475a'
|
||||
text = '#ffffff'
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Dracula Light)
|
||||
|
||||
[colors.bright]
|
||||
black = '#6272a4'
|
||||
blue = '#d6acff'
|
||||
cyan = '#a4ffff'
|
||||
green = '#69ff94'
|
||||
magenta = '#ff92df'
|
||||
red = '#ff6e6e'
|
||||
white = '#000000'
|
||||
yellow = '#ffffa5'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#282a36'
|
||||
text = '#ffffff'
|
||||
|
||||
[colors.normal]
|
||||
black = '#f8f8f2'
|
||||
blue = '#bd93f9'
|
||||
cyan = '#8be9fd'
|
||||
green = '#50fa7b'
|
||||
magenta = '#ff79c6'
|
||||
red = '#ff5555'
|
||||
white = '#282a36'
|
||||
yellow = '#f1fa8c'
|
||||
|
||||
[colors.primary]
|
||||
background = '#ffffff'
|
||||
foreground = '#282a36'
|
||||
|
||||
[colors.selection]
|
||||
background = '#6272a4'
|
||||
text = '#ffffff'
|
||||
@@ -1,22 +0,0 @@
|
||||
[colors]
|
||||
foreground=f8f8f2
|
||||
background=282a36
|
||||
regular0=21222c
|
||||
regular1=ff5555
|
||||
regular2=50fa7b
|
||||
regular3=f1fa8c
|
||||
regular4=bd93f9
|
||||
regular5=ff79c6
|
||||
regular6=8be9fd
|
||||
regular7=f8f8f2
|
||||
bright0=6272a4
|
||||
bright1=ff6e6e
|
||||
bright2=69ff94
|
||||
bright3=ffffa5
|
||||
bright4=d6acff
|
||||
bright5=ff92df
|
||||
bright6=a4ffff
|
||||
bright7=ffffff
|
||||
selection-foreground=ffffff
|
||||
selection-background=44475a
|
||||
cursor=282a36 f8f8f2
|
||||
@@ -1,22 +0,0 @@
|
||||
[colors]
|
||||
foreground=282a36
|
||||
background=ffffff
|
||||
regular0=f8f8f2
|
||||
regular1=ff5555
|
||||
regular2=50fa7b
|
||||
regular3=f1fa8c
|
||||
regular4=bd93f9
|
||||
regular5=ff79c6
|
||||
regular6=8be9fd
|
||||
regular7=282a36
|
||||
bright0=6272a4
|
||||
bright1=ff6e6e
|
||||
bright2=69ff94
|
||||
bright3=ffffa5
|
||||
bright4=d6acff
|
||||
bright5=ff92df
|
||||
bright6=a4ffff
|
||||
bright7=000000
|
||||
selection-foreground=ffffff
|
||||
selection-background=6272a4
|
||||
cursor=ffffff 282a36
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#21222c
|
||||
palette = 1=#ff5555
|
||||
palette = 2=#50fa7b
|
||||
palette = 3=#f1fa8c
|
||||
palette = 4=#bd93f9
|
||||
palette = 5=#ff79c6
|
||||
palette = 6=#8be9fd
|
||||
palette = 7=#f8f8f2
|
||||
palette = 8=#6272a4
|
||||
palette = 9=#ff6e6e
|
||||
palette = 10=#69ff94
|
||||
palette = 11=#ffffa5
|
||||
palette = 12=#d6acff
|
||||
palette = 13=#ff92df
|
||||
palette = 14=#a4ffff
|
||||
palette = 15=#ffffff
|
||||
background = #282a36
|
||||
foreground = #f8f8f2
|
||||
cursor-color = #f8f8f2
|
||||
cursor-text = #282a36
|
||||
selection-background = #44475a
|
||||
selection-foreground = #ffffff
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#f8f8f2
|
||||
palette = 1=#ff5555
|
||||
palette = 2=#50fa7b
|
||||
palette = 3=#f1fa8c
|
||||
palette = 4=#bd93f9
|
||||
palette = 5=#ff79c6
|
||||
palette = 6=#8be9fd
|
||||
palette = 7=#282a36
|
||||
palette = 8=#6272a4
|
||||
palette = 9=#ff6e6e
|
||||
palette = 10=#69ff94
|
||||
palette = 11=#ffffa5
|
||||
palette = 12=#d6acff
|
||||
palette = 13=#ff92df
|
||||
palette = 14=#a4ffff
|
||||
palette = 15=#000000
|
||||
background = #ffffff
|
||||
foreground = #282a36
|
||||
cursor-color = #282a36
|
||||
cursor-text = #ffffff
|
||||
selection-background = #6272a4
|
||||
selection-foreground = #ffffff
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #21222c
|
||||
color1 #ff5555
|
||||
color2 #50fa7b
|
||||
color3 #f1fa8c
|
||||
color4 #bd93f9
|
||||
color5 #ff79c6
|
||||
color6 #8be9fd
|
||||
color7 #f8f8f2
|
||||
color8 #6272a4
|
||||
color9 #ff6e6e
|
||||
color10 #69ff94
|
||||
color11 #ffffa5
|
||||
color12 #d6acff
|
||||
color13 #ff92df
|
||||
color14 #a4ffff
|
||||
color15 #ffffff
|
||||
background #282a36
|
||||
selection_foreground #282a36
|
||||
cursor #f8f8f2
|
||||
cursor_text_color #282a36
|
||||
foreground #f8f8f2
|
||||
selection_background #f8f8f2
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #f8f8f2
|
||||
color1 #ff5555
|
||||
color2 #50fa7b
|
||||
color3 #f1fa8c
|
||||
color4 #bd93f9
|
||||
color5 #ff79c6
|
||||
color6 #8be9fd
|
||||
color7 #282a36
|
||||
color8 #6272a4
|
||||
color9 #ff6e6e
|
||||
color10 #69ff94
|
||||
color11 #ffffa5
|
||||
color12 #d6acff
|
||||
color13 #ff92df
|
||||
color14 #a4ffff
|
||||
color15 #000000
|
||||
background #ffffff
|
||||
selection_foreground #ffffff
|
||||
cursor #282a36
|
||||
cursor_text_color #ffffff
|
||||
foreground #282a36
|
||||
selection_background #6272a4
|
||||
@@ -1,82 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#21222c",
|
||||
"#ff5555",
|
||||
"#50fa7b",
|
||||
"#f1fa8c",
|
||||
"#bd93f9",
|
||||
"#ff79c6",
|
||||
"#8be9fd",
|
||||
"#f8f8f2",
|
||||
]
|
||||
background = "#282a36"
|
||||
brights = [
|
||||
"#6272a4",
|
||||
"#ff6e6e",
|
||||
"#69ff94",
|
||||
"#ffffa5",
|
||||
"#d6acff",
|
||||
"#ff92df",
|
||||
"#a4ffff",
|
||||
"#ffffff",
|
||||
]
|
||||
compose_cursor = "#ffb86c"
|
||||
cursor_bg = "#f8f8f2"
|
||||
cursor_border = "#f8f8f2"
|
||||
cursor_fg = "#282a36"
|
||||
foreground = "#f8f8f2"
|
||||
scrollbar_thumb = "#44475a"
|
||||
selection_bg = "rgba(26.666668% 27.843138% 35.294117% 50%)"
|
||||
selection_fg = "rgba(0% 0% 0% 0%)"
|
||||
split = "#6272a4"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[colors.tab_bar]
|
||||
background = "#282a36"
|
||||
|
||||
[colors.tab_bar.active_tab]
|
||||
bg_color = "#bd93f9"
|
||||
fg_color = "#282a36"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.inactive_tab]
|
||||
bg_color = "#282a36"
|
||||
fg_color = "#f8f8f2"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.inactive_tab_hover]
|
||||
bg_color = "#6272a4"
|
||||
fg_color = "#f8f8f2"
|
||||
intensity = "Normal"
|
||||
italic = true
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.new_tab]
|
||||
bg_color = "#282a36"
|
||||
fg_color = "#f8f8f2"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.new_tab_hover]
|
||||
bg_color = "#ff79c6"
|
||||
fg_color = "#f8f8f2"
|
||||
intensity = "Normal"
|
||||
italic = true
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[metadata]
|
||||
author = "timescam"
|
||||
name = "Noctalia"
|
||||
|
||||
|
||||
@@ -1,82 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#282a36",
|
||||
"#ff5555",
|
||||
"#3D995F",
|
||||
"#b49100",
|
||||
"#8332f4",
|
||||
"#ff1399",
|
||||
"#0398b9",
|
||||
"#e6e6ea",
|
||||
]
|
||||
background = "#f8f8f2"
|
||||
brights = [
|
||||
"#44475a",
|
||||
"#ff6e6e",
|
||||
"#48B372",
|
||||
"#d6ac00",
|
||||
"#bd93f9",
|
||||
"#ff79c6",
|
||||
"#8be9fd",
|
||||
"#f8f8f2",
|
||||
]
|
||||
compose_cursor = "#ffb86c"
|
||||
cursor_bg = "#282a36"
|
||||
cursor_border = "#282a36"
|
||||
cursor_fg = "#f8f8f2"
|
||||
foreground = "#282a36"
|
||||
scrollbar_thumb = "#44475a"
|
||||
selection_bg = "rgba(26.666668% 27.843138% 35.294117% 50%)"
|
||||
selection_fg = "rgba(0% 0% 0% 0%)"
|
||||
split = "#44475a"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[colors.tab_bar]
|
||||
background = "#f8f8f2"
|
||||
|
||||
[colors.tab_bar.active_tab]
|
||||
bg_color = "#8332f4"
|
||||
fg_color = "#f8f8f2"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.inactive_tab]
|
||||
bg_color = "#f8f8f2"
|
||||
fg_color = "#282a36"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.inactive_tab_hover]
|
||||
bg_color = "#e6e6ea"
|
||||
fg_color = "#44475a"
|
||||
intensity = "Normal"
|
||||
italic = true
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.new_tab]
|
||||
bg_color = "#f8f8f2"
|
||||
fg_color = "#282a36"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.new_tab_hover]
|
||||
bg_color = "#ff1399"
|
||||
fg_color = "#f8f8f2"
|
||||
intensity = "Normal"
|
||||
italic = true
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[metadata]
|
||||
author = "timescam"
|
||||
name = "Noctalia"
|
||||
|
||||
|
||||
@@ -15,7 +15,61 @@
|
||||
"mOutline": "#3b4261",
|
||||
"mShadow": "#414868",
|
||||
"mHover": "#a48cf2",
|
||||
"mOnHover": "#171928"
|
||||
"mOnHover": "#171928",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#21222c",
|
||||
"red": "#f9515d",
|
||||
"green": "#37f499",
|
||||
"yellow": "#e9f941",
|
||||
"blue": "#9071f4",
|
||||
"magenta": "#f265b5",
|
||||
"cyan": "#04d1f9",
|
||||
"white": "#ebfafa"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#7081d0",
|
||||
"red": "#f16c75",
|
||||
"green": "#69F8B3",
|
||||
"yellow": "#f1fc79",
|
||||
"blue": "#a48cf2",
|
||||
"magenta": "#FD92CE",
|
||||
"cyan": "#66e4fd",
|
||||
"white": "#ffffff"
|
||||
},
|
||||
"foreground": "#ebfafa",
|
||||
"background": "#212337",
|
||||
"selectionFg": "#ebfafa",
|
||||
"selectionBg": "#bf4f8e",
|
||||
"cursorText": "#37f499",
|
||||
"cursor": "#f8f8f2",
|
||||
"composeCursor": "#f7c67f",
|
||||
"scrollbarThumb": "#37f499",
|
||||
"split": "#a48cf2",
|
||||
"tabBar": {
|
||||
"background": "#212337",
|
||||
"activeTab": {
|
||||
"bg": "#37f499",
|
||||
"fg": "#212337"
|
||||
},
|
||||
"inactiveTab": {
|
||||
"bg": "#212337",
|
||||
"fg": "#04d1f9"
|
||||
},
|
||||
"inactiveTabHover": {
|
||||
"bg": "#37f499",
|
||||
"fg": "#212337"
|
||||
},
|
||||
"newTab": {
|
||||
"bg": "#212337",
|
||||
"fg": "#ebfafa"
|
||||
},
|
||||
"newTabHover": {
|
||||
"bg": "#37f499",
|
||||
"fg": "#ebfafa"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#37f499",
|
||||
@@ -33,6 +87,60 @@
|
||||
"mOutline": "#b0b6c3",
|
||||
"mShadow": "#e0e3e8",
|
||||
"mHover": "#a48cf2",
|
||||
"mOnHover": "#171928"
|
||||
"mOnHover": "#171928",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#ebfafa # black \u2192 white",
|
||||
"red": "#ba1a1a # red (darker)",
|
||||
"green": "#1a7f4c # green (darker)",
|
||||
"yellow": "#9e8c13 # yellow (darker)",
|
||||
"blue": "#3a3e8c # blue (darker)",
|
||||
"magenta": "#8c2a6c # magenta (darker)",
|
||||
"cyan": "#1a6c8c # cyan (darker)",
|
||||
"white": "#212337 # white \u2192 black"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#7081d0 # keep as accent",
|
||||
"red": "#d23b3b # lighter red",
|
||||
"green": "#37f499 # original green",
|
||||
"yellow": "#e9f941 # original yellow",
|
||||
"blue": "#9071f4 # original blue",
|
||||
"magenta": "#f265b5 # original magenta",
|
||||
"cyan": "#04d1f9 # original cyan",
|
||||
"white": "#212337 # black"
|
||||
},
|
||||
"foreground": "#212337",
|
||||
"background": "#ebfafa",
|
||||
"selectionFg": "#212337",
|
||||
"selectionBg": "#bf4f8e",
|
||||
"cursorText": "#1a7f4c",
|
||||
"cursor": "#212337",
|
||||
"composeCursor": "#B88F4F",
|
||||
"scrollbarThumb": "#2FC280",
|
||||
"split": "#8A71D0",
|
||||
"tabBar": {
|
||||
"background": "#f2f4f8",
|
||||
"activeTab": {
|
||||
"bg": "#2FC280",
|
||||
"fg": "#f2f4f8"
|
||||
},
|
||||
"inactiveTab": {
|
||||
"bg": "#f2f4f8",
|
||||
"fg": "#039EBE"
|
||||
},
|
||||
"inactiveTabHover": {
|
||||
"bg": "#2FC280",
|
||||
"fg": "#f2f4f8"
|
||||
},
|
||||
"newTab": {
|
||||
"bg": "#f2f4f8",
|
||||
"fg": "#171928"
|
||||
},
|
||||
"newTabHover": {
|
||||
"bg": "#2FC280",
|
||||
"fg": "#171928"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Eldritch)
|
||||
|
||||
[colors.bright]
|
||||
black = '#7081d0'
|
||||
blue = '#a48cf2'
|
||||
cyan = '#66e4fd'
|
||||
green = '#69F8B3'
|
||||
magenta = '#FD92CE'
|
||||
red = '#f16c75'
|
||||
white = '#ffffff'
|
||||
yellow = '#f1fc79'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#37f499'
|
||||
text = '#f8f8f2'
|
||||
|
||||
[colors.normal]
|
||||
black = '#21222c'
|
||||
blue = '#9071f4'
|
||||
cyan = '#04d1f9'
|
||||
green = '#37f499'
|
||||
magenta = '#f265b5'
|
||||
red = '#f9515d'
|
||||
white = '#ebfafa'
|
||||
yellow = '#e9f941'
|
||||
|
||||
[colors.primary]
|
||||
background = '#212337'
|
||||
foreground = '#ebfafa'
|
||||
|
||||
[colors.selection]
|
||||
background = '#bf4f8e'
|
||||
text = '#ebfafa'
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Eldritch Light)
|
||||
|
||||
[colors.bright]
|
||||
black = '#7081d0'
|
||||
blue = '#9071f4'
|
||||
cyan = '#04d1f9'
|
||||
green = '#37f499'
|
||||
magenta = '#f265b5'
|
||||
red = '#d23b3b'
|
||||
white = '#212337'
|
||||
yellow = '#e9f941'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#1a7f4c'
|
||||
text = '#212337'
|
||||
|
||||
[colors.normal]
|
||||
black = '#ebfafa'
|
||||
blue = '#3a3e8c'
|
||||
cyan = '#1a6c8c'
|
||||
green = '#1a7f4c'
|
||||
magenta = '#8c2a6c'
|
||||
red = '#ba1a1a'
|
||||
white = '#212337'
|
||||
yellow = '#9e8c13'
|
||||
|
||||
[colors.primary]
|
||||
background = '#ebfafa'
|
||||
foreground = '#212337'
|
||||
|
||||
[colors.selection]
|
||||
background = '#bf4f8e'
|
||||
text = '#212337'
|
||||
@@ -1,23 +0,0 @@
|
||||
[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
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
[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
|
||||
@@ -1,21 +0,0 @@
|
||||
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
|
||||
@@ -1,22 +0,0 @@
|
||||
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
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #21222c
|
||||
color1 #f9515d
|
||||
color2 #37f499
|
||||
color3 #e9f941
|
||||
color4 #9071f4
|
||||
color5 #f265b5
|
||||
color6 #04d1f9
|
||||
color7 #ebfafa
|
||||
color8 #7081d0
|
||||
color9 #f16c75
|
||||
color10 #69F8B3
|
||||
color11 #f1fc79
|
||||
color12 #a48cf2
|
||||
color13 #FD92CE
|
||||
color14 #66e4fd
|
||||
color15 #ffffff
|
||||
background #212337
|
||||
selection_foreground #ebfafa
|
||||
cursor #37f499
|
||||
cursor_text_color #f8f8f2
|
||||
foreground #ebfafa
|
||||
selection_background #bf4f8e
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #ebfafa
|
||||
color1 #f9515d
|
||||
color2 #37f499
|
||||
color3 #e9f941
|
||||
color4 #9071f4
|
||||
color5 #f265b5
|
||||
color6 #04d1f9
|
||||
color7 #212337
|
||||
color8 #7081d0
|
||||
color9 #f16c75
|
||||
color10 #69F8B3
|
||||
color11 #f1fc79
|
||||
color12 #a48cf2
|
||||
color13 #FD92CE
|
||||
color14 #66e4fd
|
||||
color15 #323449
|
||||
background #ebfafa
|
||||
selection_foreground #ebfafa
|
||||
cursor #212337
|
||||
cursor_text_color #ebfafa
|
||||
foreground #212337
|
||||
selection_background #bf4f8e
|
||||
@@ -1,80 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#212337",
|
||||
"#f16c75",
|
||||
"#37f499",
|
||||
"#f7c67f",
|
||||
"#a48cf2",
|
||||
"#f265b5",
|
||||
"#04d1f9",
|
||||
"#ebfafa",
|
||||
]
|
||||
background = "#212337"
|
||||
brights = [
|
||||
"#323449",
|
||||
"#f9515d",
|
||||
"#37f499",
|
||||
"#e9f941",
|
||||
"#9071f4",
|
||||
"#f265b5",
|
||||
"#66e4fd",
|
||||
"#ffffff",
|
||||
]
|
||||
compose_cursor = "#f7c67f"
|
||||
cursor_bg = "#37f499"
|
||||
cursor_border = "#04d1f9"
|
||||
cursor_fg = "#212337"
|
||||
foreground = "#ebfafa"
|
||||
scrollbar_thumb = "#37f499"
|
||||
selection_bg = "rgba(26.666668% 27.843138% 35.294117% 50%)"
|
||||
selection_fg = "rgba(0% 0% 0% 0%)"
|
||||
split = "#a48cf2"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[colors.tab_bar]
|
||||
background = "#212337"
|
||||
|
||||
[colors.tab_bar.active_tab]
|
||||
bg_color = "#37f499"
|
||||
fg_color = "#212337"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.inactive_tab]
|
||||
bg_color = "#212337"
|
||||
fg_color = "#04d1f9"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.inactive_tab_hover]
|
||||
bg_color = "#37f499"
|
||||
fg_color = "#212337"
|
||||
intensity = "Normal"
|
||||
italic = true
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.new_tab]
|
||||
bg_color = "#212337"
|
||||
fg_color = "#ebfafa"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.new_tab_hover]
|
||||
bg_color = "#37f499"
|
||||
fg_color = "#ebfafa"
|
||||
intensity = "Normal"
|
||||
italic = true
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[metadata]
|
||||
author = "jacobrreed"
|
||||
name = "Noctalia"
|
||||
@@ -1,79 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#171928",
|
||||
"#D9525E",
|
||||
"#2FC280",
|
||||
"#B88F4F",
|
||||
"#8A71D0",
|
||||
"#D94DA0",
|
||||
"#039EBE",
|
||||
"#b0b6c3",
|
||||
]
|
||||
background = "#f2f4f8"
|
||||
brights = [
|
||||
"#3b4261",
|
||||
"#F16C75",
|
||||
"#2FC280",
|
||||
"#D9A42E",
|
||||
"#9A7DF4",
|
||||
"#F27ABF",
|
||||
"#4AD9FD",
|
||||
"#f2f4f8",
|
||||
]
|
||||
compose_cursor = "#B88F4F"
|
||||
cursor_bg = "#171928"
|
||||
cursor_border = "#039EBE"
|
||||
cursor_fg = "#f2f4f8"
|
||||
foreground = "#171928"
|
||||
scrollbar_thumb = "#2FC280"
|
||||
selection_bg = "rgba(26.666668% 27.843138% 35.294117% 50%)"
|
||||
selection_fg = "rgba(0% 0% 0% 0%)"
|
||||
split = "#8A71D0"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[colors.tab_bar]
|
||||
background = "#f2f4f8"
|
||||
|
||||
[colors.tab_bar.active_tab]
|
||||
bg_color = "#2FC280"
|
||||
fg_color = "#f2f4f8"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.inactive_tab]
|
||||
bg_color = "#f2f4f8"
|
||||
fg_color = "#039EBE"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.inactive_tab_hover]
|
||||
bg_color = "#2FC280"
|
||||
fg_color = "#f2f4f8"
|
||||
intensity = "Normal"
|
||||
italic = true
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.new_tab]
|
||||
bg_color = "#f2f4f8"
|
||||
fg_color = "#171928"
|
||||
intensity = "Normal"
|
||||
italic = false
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[colors.tab_bar.new_tab_hover]
|
||||
bg_color = "#2FC280"
|
||||
fg_color = "#171928"
|
||||
intensity = "Normal"
|
||||
italic = true
|
||||
strikethrough = false
|
||||
underline = "None"
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
@@ -1,38 +1,94 @@
|
||||
{
|
||||
"dark": {
|
||||
"mPrimary": "#b8bb26",
|
||||
"mOnPrimary": "#282828",
|
||||
"mSecondary": "#fabd2f",
|
||||
"mOnSecondary": "#282828",
|
||||
"mTertiary": "#83a598",
|
||||
"mOnTertiary": "#282828",
|
||||
"mError": "#fb4934",
|
||||
"mOnError": "#282828",
|
||||
"mSurface": "#282828",
|
||||
"mOnSurface": "#fbf1c7",
|
||||
"mSurfaceVariant": "#3c3836",
|
||||
"mOnSurfaceVariant": "#ebdbb2",
|
||||
"mOutline": "#57514e",
|
||||
"mShadow": "#282828",
|
||||
"mHover": "#83a598",
|
||||
"mOnHover": "#282828"
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#98971a",
|
||||
"mOnPrimary": "#fbf1c7",
|
||||
"mSecondary": "#d79921",
|
||||
"mOnSecondary": "#fbf1c7",
|
||||
"mTertiary": "#458588",
|
||||
"mOnTertiary": "#fbf1c7",
|
||||
"mError": "#cc241d",
|
||||
"mOnError": "#fbf1c7",
|
||||
"mSurface": "#fbf1c7",
|
||||
"mOnSurface": "#3c3836",
|
||||
"mSurfaceVariant": "#ebdbb2",
|
||||
"mOnSurfaceVariant": "#7c6f64",
|
||||
"mOutline": "#bdae93",
|
||||
"mShadow": "#d5c4a1",
|
||||
"mHover": "#458588",
|
||||
"mOnHover": "#fbf1c7"
|
||||
"dark": {
|
||||
"mPrimary": "#b8bb26",
|
||||
"mOnPrimary": "#282828",
|
||||
"mSecondary": "#fabd2f",
|
||||
"mOnSecondary": "#282828",
|
||||
"mTertiary": "#83a598",
|
||||
"mOnTertiary": "#282828",
|
||||
"mError": "#fb4934",
|
||||
"mOnError": "#282828",
|
||||
"mSurface": "#282828",
|
||||
"mOnSurface": "#fbf1c7",
|
||||
"mSurfaceVariant": "#3c3836",
|
||||
"mOnSurfaceVariant": "#ebdbb2",
|
||||
"mOutline": "#57514e",
|
||||
"mShadow": "#282828",
|
||||
"mHover": "#83a598",
|
||||
"mOnHover": "#282828",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#282828",
|
||||
"red": "#cc241d",
|
||||
"green": "#98971a",
|
||||
"yellow": "#d79921",
|
||||
"blue": "#458588",
|
||||
"magenta": "#b16286",
|
||||
"cyan": "#689d6a",
|
||||
"white": "#a89984"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#928374",
|
||||
"red": "#fb4934",
|
||||
"green": "#b8bb26",
|
||||
"yellow": "#fabd2f",
|
||||
"blue": "#83a598",
|
||||
"magenta": "#d3869b",
|
||||
"cyan": "#8ec07c",
|
||||
"white": "#ebdbb2"
|
||||
},
|
||||
"foreground": "#ebdbb2",
|
||||
"background": "#282828",
|
||||
"selectionFg": "#ebdbb2",
|
||||
"selectionBg": "#665c54",
|
||||
"cursorText": "#282828",
|
||||
"cursor": "#ebdbb2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#98971a",
|
||||
"mOnPrimary": "#fbf1c7",
|
||||
"mSecondary": "#d79921",
|
||||
"mOnSecondary": "#fbf1c7",
|
||||
"mTertiary": "#458588",
|
||||
"mOnTertiary": "#fbf1c7",
|
||||
"mError": "#cc241d",
|
||||
"mOnError": "#fbf1c7",
|
||||
"mSurface": "#fbf1c7",
|
||||
"mOnSurface": "#3c3836",
|
||||
"mSurfaceVariant": "#ebdbb2",
|
||||
"mOnSurfaceVariant": "#7c6f64",
|
||||
"mOutline": "#bdae93",
|
||||
"mShadow": "#d5c4a1",
|
||||
"mHover": "#458588",
|
||||
"mOnHover": "#fbf1c7",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#fbf1c7",
|
||||
"red": "#cc241d",
|
||||
"green": "#98971a",
|
||||
"yellow": "#d79921",
|
||||
"blue": "#458588",
|
||||
"magenta": "#b16286",
|
||||
"cyan": "#689d6a",
|
||||
"white": "#7c6f64"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#928374",
|
||||
"red": "#9d0006",
|
||||
"green": "#79740e",
|
||||
"yellow": "#b57614",
|
||||
"blue": "#076678",
|
||||
"magenta": "#8f3f71",
|
||||
"cyan": "#427b58",
|
||||
"white": "#3c3836"
|
||||
},
|
||||
"foreground": "#3c3836",
|
||||
"background": "#fbf1c7",
|
||||
"selectionFg": "#fbf1c7",
|
||||
"selectionBg": "#3c3836",
|
||||
"cursorText": "#625e5c",
|
||||
"cursor": "#3c3836"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Gruvbox Dark)
|
||||
|
||||
[colors.bright]
|
||||
black = '#928374'
|
||||
blue = '#83a598'
|
||||
cyan = '#8ec07c'
|
||||
green = '#b8bb26'
|
||||
magenta = '#d3869b'
|
||||
red = '#fb4934'
|
||||
white = '#ebdbb2'
|
||||
yellow = '#fabd2f'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#ebdbb2'
|
||||
text = '#282828'
|
||||
|
||||
[colors.normal]
|
||||
black = '#282828'
|
||||
blue = '#458588'
|
||||
cyan = '#689d6a'
|
||||
green = '#98971a'
|
||||
magenta = '#b16286'
|
||||
red = '#cc241d'
|
||||
white = '#a89984'
|
||||
yellow = '#d79921'
|
||||
|
||||
[colors.primary]
|
||||
background = '#282828'
|
||||
foreground = '#ebdbb2'
|
||||
|
||||
[colors.selection]
|
||||
background = '#665c54'
|
||||
text = '#ebdbb2'
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Gruvbox Light)
|
||||
|
||||
[colors.bright]
|
||||
black = '#928374'
|
||||
blue = '#076678'
|
||||
cyan = '#427b58'
|
||||
green = '#79740e'
|
||||
magenta = '#8f3f71'
|
||||
red = '#9d0006'
|
||||
white = '#3c3836'
|
||||
yellow = '#b57614'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#3c3836'
|
||||
text = '#fbf1c7'
|
||||
|
||||
[colors.normal]
|
||||
black = '#fbf1c7'
|
||||
blue = '#458588'
|
||||
cyan = '#689d6a'
|
||||
green = '#98971a'
|
||||
magenta = '#b16286'
|
||||
red = '#cc241d'
|
||||
white = '#7c6f64'
|
||||
yellow = '#d79921'
|
||||
|
||||
[colors.primary]
|
||||
background = '#fbf1c7'
|
||||
foreground = '#3c3836'
|
||||
|
||||
[colors.selection]
|
||||
background = '#3c3836'
|
||||
text = '#fbf1c7'
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
[colors]
|
||||
foreground=ebdbb2
|
||||
background=282828
|
||||
regular0=282828
|
||||
regular1=cc241d
|
||||
regular2=98971a
|
||||
regular3=d79921
|
||||
regular4=458588
|
||||
regular5=b16286
|
||||
regular6=689d6a
|
||||
regular7=a89984
|
||||
bright0=928374
|
||||
bright1=fb4934
|
||||
bright2=b8bb26
|
||||
bright3=fabd2f
|
||||
bright4=83a598
|
||||
bright5=d3869b
|
||||
bright6=8ec07c
|
||||
bright7=ebdbb2
|
||||
selection-foreground=ebdbb2
|
||||
selection-background=665c54
|
||||
cursor=282828 ebdbb2
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
[colors]
|
||||
foreground=3c3836
|
||||
background=fbf1c7
|
||||
regular0=fbf1c7
|
||||
regular1=cc241d
|
||||
regular2=98971a
|
||||
regular3=d79921
|
||||
regular4=458588
|
||||
regular5=b16286
|
||||
regular6=689d6a
|
||||
regular7=7c6f64
|
||||
bright0=928374
|
||||
bright1=9d0006
|
||||
bright2=79740e
|
||||
bright3=b57614
|
||||
bright4=076678
|
||||
bright5=8f3f71
|
||||
bright6=427b58
|
||||
bright7=3c3836
|
||||
selection-foreground=fbf1c7
|
||||
selection-background=3c3836
|
||||
cursor=625e5c 3c3836
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#282828
|
||||
palette = 1=#cc241d
|
||||
palette = 2=#98971a
|
||||
palette = 3=#d79921
|
||||
palette = 4=#458588
|
||||
palette = 5=#b16286
|
||||
palette = 6=#689d6a
|
||||
palette = 7=#a89984
|
||||
palette = 8=#928374
|
||||
palette = 9=#fb4934
|
||||
palette = 10=#b8bb26
|
||||
palette = 11=#fabd2f
|
||||
palette = 12=#83a598
|
||||
palette = 13=#d3869b
|
||||
palette = 14=#8ec07c
|
||||
palette = 15=#ebdbb2
|
||||
background = #282828
|
||||
foreground = #ebdbb2
|
||||
cursor-color = #ebdbb2
|
||||
cursor-text = #282828
|
||||
selection-background = #665c54
|
||||
selection-foreground = #ebdbb2
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#fbf1c7
|
||||
palette = 1=#cc241d
|
||||
palette = 2=#98971a
|
||||
palette = 3=#d79921
|
||||
palette = 4=#458588
|
||||
palette = 5=#b16286
|
||||
palette = 6=#689d6a
|
||||
palette = 7=#7c6f64
|
||||
palette = 8=#928374
|
||||
palette = 9=#9d0006
|
||||
palette = 10=#79740e
|
||||
palette = 11=#b57614
|
||||
palette = 12=#076678
|
||||
palette = 13=#8f3f71
|
||||
palette = 14=#427b58
|
||||
palette = 15=#3c3836
|
||||
background = #fbf1c7
|
||||
foreground = #3c3836
|
||||
cursor-color = #3c3836
|
||||
cursor-text = #625e5c
|
||||
selection-background = #3c3836
|
||||
selection-foreground = #fbf1c7
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #282828
|
||||
color1 #cc241d
|
||||
color2 #98971a
|
||||
color3 #d79921
|
||||
color4 #458588
|
||||
color5 #b16286
|
||||
color6 #689d6a
|
||||
color7 #a89984
|
||||
color8 #928374
|
||||
color9 #fb4934
|
||||
color10 #b8bb26
|
||||
color11 #fabd2f
|
||||
color12 #83a598
|
||||
color13 #d3869b
|
||||
color14 #8ec07c
|
||||
color15 #ebdbb2
|
||||
background #282828
|
||||
selection_foreground #282828
|
||||
cursor #ebdbb2
|
||||
cursor_text_color #282828
|
||||
foreground #ebdbb2
|
||||
selection_background #ebdbb2
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #fbf1c7
|
||||
color1 #cc241d
|
||||
color2 #98971a
|
||||
color3 #d79921
|
||||
color4 #458588
|
||||
color5 #b16286
|
||||
color6 #689d6a
|
||||
color7 #7c6f64
|
||||
color8 #928374
|
||||
color9 #9d0006
|
||||
color10 #79740e
|
||||
color11 #b57614
|
||||
color12 #076678
|
||||
color13 #8f3f71
|
||||
color14 #427b58
|
||||
color15 #3c3836
|
||||
background #fbf1c7
|
||||
selection_foreground #fbf1c7
|
||||
cursor #3c3836
|
||||
cursor_text_color #625e5c
|
||||
foreground #3c3836
|
||||
selection_background #3c3836
|
||||
@@ -1,31 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#282828",
|
||||
"#cc241d",
|
||||
"#98971a",
|
||||
"#d79921",
|
||||
"#458588",
|
||||
"#b16286",
|
||||
"#689d6a",
|
||||
"#a89984",
|
||||
]
|
||||
background = "#282828"
|
||||
brights = [
|
||||
"#928374",
|
||||
"#fb4934",
|
||||
"#b8bb26",
|
||||
"#fabd2f",
|
||||
"#83a598",
|
||||
"#d3869b",
|
||||
"#8ec07c",
|
||||
"#ebdbb2",
|
||||
]
|
||||
cursor_bg = "#ebdbb2"
|
||||
cursor_border = "#ebdbb2"
|
||||
cursor_fg = "#282828"
|
||||
foreground = "#ebdbb2"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
@@ -1,31 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#fbf1c7",
|
||||
"#cc241d",
|
||||
"#98971a",
|
||||
"#d79921",
|
||||
"#458588",
|
||||
"#b16286",
|
||||
"#689d6a",
|
||||
"#7c6f64",
|
||||
]
|
||||
background = "#fbf1c7"
|
||||
brights = [
|
||||
"#928374",
|
||||
"#9d0006",
|
||||
"#79740e",
|
||||
"#b57614",
|
||||
"#076678",
|
||||
"#8f3f71",
|
||||
"#427b58",
|
||||
"#3c3836",
|
||||
]
|
||||
cursor_bg = "#3c3836"
|
||||
cursor_border = "#3c3836"
|
||||
cursor_fg = "#fbf1c7"
|
||||
foreground = "#3c3836"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
@@ -1,38 +1,92 @@
|
||||
{
|
||||
"dark": {
|
||||
"mPrimary": "#76946a",
|
||||
"mOnPrimary": "#1f1f28",
|
||||
"mSecondary": "#c0a36e",
|
||||
"mOnSecondary": "#1f1f28",
|
||||
"mTertiary": "#7e9cd8",
|
||||
"mOnTertiary": "#1f1f28",
|
||||
"mError": "#c34043",
|
||||
"mOnError": "#1f1f28",
|
||||
"mSurface": "#1f1f28",
|
||||
"mOnSurface": "#c8c093",
|
||||
"mSurfaceVariant": "#2a2a37",
|
||||
"mOnSurfaceVariant": "#717c7c",
|
||||
"mOutline": "#363646",
|
||||
"mShadow": "#1f1f28",
|
||||
"mHover": "#7e9cd8",
|
||||
"mOnHover": "#1f1f28"
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#6f894e",
|
||||
"mOnPrimary": "#f2ecbc",
|
||||
"mSecondary": "#77713f",
|
||||
"mOnSecondary": "#f2ecbc",
|
||||
"mTertiary": "#4d699b",
|
||||
"mOnTertiary": "#f2ecbc",
|
||||
"mError": "#c84053",
|
||||
"mOnError": "#f2ecbc",
|
||||
"mSurface": "#f2ecbc",
|
||||
"mOnSurface": "#545464",
|
||||
"mSurfaceVariant": "#e5ddb0",
|
||||
"mOnSurfaceVariant": "#8a8980",
|
||||
"mOutline": "#cfc49c",
|
||||
"mShadow": "#f2ecbc",
|
||||
"mHover": "#4d699b",
|
||||
"mOnHover": "#f2ecbc"
|
||||
"dark": {
|
||||
"mPrimary": "#76946a",
|
||||
"mOnPrimary": "#1f1f28",
|
||||
"mSecondary": "#c0a36e",
|
||||
"mOnSecondary": "#1f1f28",
|
||||
"mTertiary": "#7e9cd8",
|
||||
"mOnTertiary": "#1f1f28",
|
||||
"mError": "#c34043",
|
||||
"mOnError": "#1f1f28",
|
||||
"mSurface": "#1f1f28",
|
||||
"mOnSurface": "#c8c093",
|
||||
"mSurfaceVariant": "#2a2a37",
|
||||
"mOnSurfaceVariant": "#717c7c",
|
||||
"mOutline": "#363646",
|
||||
"mShadow": "#1f1f28",
|
||||
"mHover": "#7e9cd8",
|
||||
"mOnHover": "#1f1f28",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#090618",
|
||||
"red": "#c34043",
|
||||
"green": "#76946a",
|
||||
"yellow": "#c0a36e",
|
||||
"blue": "#7e9cd8",
|
||||
"magenta": "#957fb8",
|
||||
"cyan": "#6a9589",
|
||||
"white": "#c8c093"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#727169",
|
||||
"red": "#e82424",
|
||||
"green": "#98bb6c",
|
||||
"yellow": "#e6c384",
|
||||
"blue": "#7fb4ca",
|
||||
"magenta": "#938aa9",
|
||||
"cyan": "#7aa89f",
|
||||
"white": "#dcd7ba"
|
||||
},
|
||||
"foreground": "#dcd7ba",
|
||||
"background": "#1f1f28",
|
||||
"selectionFg": "#c8c093",
|
||||
"selectionBg": "#2d4f67"
|
||||
}
|
||||
}
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#6f894e",
|
||||
"mOnPrimary": "#f2ecbc",
|
||||
"mSecondary": "#77713f",
|
||||
"mOnSecondary": "#f2ecbc",
|
||||
"mTertiary": "#4d699b",
|
||||
"mOnTertiary": "#f2ecbc",
|
||||
"mError": "#c84053",
|
||||
"mOnError": "#f2ecbc",
|
||||
"mSurface": "#f2ecbc",
|
||||
"mOnSurface": "#545464",
|
||||
"mSurfaceVariant": "#e5ddb0",
|
||||
"mOnSurfaceVariant": "#8a8980",
|
||||
"mOutline": "#cfc49c",
|
||||
"mShadow": "#f2ecbc",
|
||||
"mHover": "#4d699b",
|
||||
"mOnHover": "#f2ecbc",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#1F1F28",
|
||||
"red": "#c84053",
|
||||
"green": "#6f894e",
|
||||
"yellow": "#77713f",
|
||||
"blue": "#4d699b",
|
||||
"magenta": "#b35b79",
|
||||
"cyan": "#597b75",
|
||||
"white": "#545464"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#8a8980",
|
||||
"red": "#d7474b",
|
||||
"green": "#6e915f",
|
||||
"yellow": "#836f4a",
|
||||
"blue": "#6693bf",
|
||||
"magenta": "#624c83",
|
||||
"cyan": "#5e857a",
|
||||
"white": "#43436c"
|
||||
},
|
||||
"foreground": "#545464",
|
||||
"background": "#f2ecbc",
|
||||
"selectionFg": "#f2ecbc",
|
||||
"selectionBg": "#c9cbd1",
|
||||
"cursorText": "#f2ecbc",
|
||||
"cursor": "#43436c"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Kanagawa Wave)
|
||||
|
||||
[colors.bright]
|
||||
black = '#727169'
|
||||
blue = '#7fb4ca'
|
||||
cyan = '#7aa89f'
|
||||
green = '#98bb6c'
|
||||
magenta = '#938aa9'
|
||||
red = '#e82424'
|
||||
white = '#dcd7ba'
|
||||
yellow = '#e6c384'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#c8c093'
|
||||
text = '#1d202f'
|
||||
|
||||
[colors.normal]
|
||||
black = '#090618'
|
||||
blue = '#7e9cd8'
|
||||
cyan = '#6a9589'
|
||||
green = '#76946a'
|
||||
magenta = '#957fb8'
|
||||
red = '#c34043'
|
||||
white = '#c8c093'
|
||||
yellow = '#c0a36e'
|
||||
|
||||
[colors.primary]
|
||||
background = '#1f1f28'
|
||||
foreground = '#dcd7ba'
|
||||
|
||||
[colors.selection]
|
||||
background = '#2d4f67'
|
||||
text = '#c8c093'
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Kanagawa Lotus)
|
||||
|
||||
[colors.bright]
|
||||
black = '#8a8980'
|
||||
blue = '#6693bf'
|
||||
cyan = '#5e857a'
|
||||
green = '#6e915f'
|
||||
magenta = '#624c83'
|
||||
red = '#d7474b'
|
||||
white = '#43436c'
|
||||
yellow = '#836f4a'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#43436c'
|
||||
text = '#f2ecbc'
|
||||
|
||||
[colors.normal]
|
||||
black = '#1F1F28'
|
||||
blue = '#4d699b'
|
||||
cyan = '#597b75'
|
||||
green = '#6f894e'
|
||||
magenta = '#b35b79'
|
||||
red = '#c84053'
|
||||
white = '#545464'
|
||||
yellow = '#77713f'
|
||||
|
||||
[colors.primary]
|
||||
background = '#f2ecbc'
|
||||
foreground = '#545464'
|
||||
|
||||
[colors.selection]
|
||||
background = '#c9cbd1'
|
||||
text = '#f2ecbc'
|
||||
@@ -1,21 +0,0 @@
|
||||
[colors]
|
||||
foreground=dcd7ba
|
||||
background=1f1f28
|
||||
regular0=090618
|
||||
regular1=c34043
|
||||
regular2=76946a
|
||||
regular3=c0a36e
|
||||
regular4=7e9cd8
|
||||
regular5=957fb8
|
||||
regular6=6a9589
|
||||
regular7=c8c093
|
||||
bright0=727169
|
||||
bright1=e82424
|
||||
bright2=98bb6c
|
||||
bright3=e6c384
|
||||
bright4=7fb4ca
|
||||
bright5=938aa9
|
||||
bright6=7aa89f
|
||||
bright7=dcd7ba
|
||||
selection-foreground=c8c093
|
||||
selection-background=2d4f67
|
||||
@@ -1,22 +0,0 @@
|
||||
[colors]
|
||||
foreground=545464
|
||||
background=f2ecbc
|
||||
regular0=1F1F28
|
||||
regular1=c84053
|
||||
regular2=6f894e
|
||||
regular3=77713f
|
||||
regular4=4d699b
|
||||
regular5=b35b79
|
||||
regular6=597b75
|
||||
regular7=545464
|
||||
bright0=8a8980
|
||||
bright1=d7474b
|
||||
bright2=6e915f
|
||||
bright3=836f4a
|
||||
bright4=6693bf
|
||||
bright5=624c83
|
||||
bright6=5e857a
|
||||
bright7=43436c
|
||||
selection-foreground=f2ecbc
|
||||
selection-background=c9cbd1
|
||||
cursor=f2ecbc 43436c
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#090618
|
||||
palette = 1=#c34043
|
||||
palette = 2=#76946a
|
||||
palette = 3=#c0a36e
|
||||
palette = 4=#7e9cd8
|
||||
palette = 5=#957fb8
|
||||
palette = 6=#6a9589
|
||||
palette = 7=#c8c093
|
||||
palette = 8=#727169
|
||||
palette = 9=#e82424
|
||||
palette = 10=#98bb6c
|
||||
palette = 11=#e6c384
|
||||
palette = 12=#7fb4ca
|
||||
palette = 13=#938aa9
|
||||
palette = 14=#7aa89f
|
||||
palette = 15=#dcd7ba
|
||||
background = #1f1f28
|
||||
foreground = #dcd7ba
|
||||
cursor-color = #c8c093
|
||||
cursor-text = #1d202f
|
||||
selection-background = #2d4f67
|
||||
selection-foreground = #c8c093
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#1F1F28
|
||||
palette = 1=#c84053
|
||||
palette = 2=#6f894e
|
||||
palette = 3=#77713f
|
||||
palette = 4=#4d699b
|
||||
palette = 5=#b35b79
|
||||
palette = 6=#597b75
|
||||
palette = 7=#545464
|
||||
palette = 8=#8a8980
|
||||
palette = 9=#d7474b
|
||||
palette = 10=#6e915f
|
||||
palette = 11=#836f4a
|
||||
palette = 12=#6693bf
|
||||
palette = 13=#624c83
|
||||
palette = 14=#5e857a
|
||||
palette = 15=#43436c
|
||||
background = #f2ecbc
|
||||
foreground = #545464
|
||||
cursor-color = #43436c
|
||||
cursor-text = #f2ecbc
|
||||
selection-background = #c9cbd1
|
||||
selection-foreground = #f2ecbc
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #090618
|
||||
color1 #c34043
|
||||
color2 #76946a
|
||||
color3 #c0a36e
|
||||
color4 #7e9cd8
|
||||
color5 #957fb8
|
||||
color6 #6a9589
|
||||
color7 #c8c093
|
||||
color8 #727169
|
||||
color9 #e82424
|
||||
color10 #98bb6c
|
||||
color11 #e6c384
|
||||
color12 #7fb4ca
|
||||
color13 #938aa9
|
||||
color14 #7aa89f
|
||||
color15 #dcd7ba
|
||||
background #1f1f28
|
||||
selection_foreground #1f1f28
|
||||
cursor #c8c093
|
||||
cursor_text_color #1d202f
|
||||
foreground #dcd7ba
|
||||
selection_background #dcd7ba
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #1F1F28
|
||||
color1 #c84053
|
||||
color2 #6f894e
|
||||
color3 #77713f
|
||||
color4 #4d699b
|
||||
color5 #b35b79
|
||||
color6 #597b75
|
||||
color7 #545464
|
||||
color8 #8a8980
|
||||
color9 #d7474b
|
||||
color10 #6e915f
|
||||
color11 #836f4a
|
||||
color12 #6693bf
|
||||
color13 #624c83
|
||||
color14 #5e857a
|
||||
color15 #43436c
|
||||
background #f2ecbc
|
||||
selection_foreground #f2ecbc
|
||||
cursor #43436c
|
||||
cursor_text_color #f2ecbc
|
||||
foreground #545464
|
||||
selection_background #c9cbd1
|
||||
@@ -1,31 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#090618",
|
||||
"#c34043",
|
||||
"#76946a",
|
||||
"#c0a36e",
|
||||
"#7e9cd8",
|
||||
"#957fb8",
|
||||
"#6a9589",
|
||||
"#dcd7ba",
|
||||
]
|
||||
background = "#1f1f28"
|
||||
brights = [
|
||||
"#727169",
|
||||
"#e82424",
|
||||
"#98bb6c",
|
||||
"#e6c384",
|
||||
"#7fb4ca",
|
||||
"#938aa9",
|
||||
"#7aa89f",
|
||||
"#c8c093",
|
||||
]
|
||||
cursor_bg = "#dcd7ba"
|
||||
cursor_border = "#dcd7ba"
|
||||
cursor_fg = "#1f1f28"
|
||||
foreground = "#dcd7ba"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
@@ -1,31 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#1f1f28",
|
||||
"#c84053",
|
||||
"#6f894e",
|
||||
"#77713f",
|
||||
"#4d699b",
|
||||
"#b35b79",
|
||||
"#597b75",
|
||||
"#545464",
|
||||
]
|
||||
background = "#f2ecbc"
|
||||
brights = [
|
||||
"#8a8980",
|
||||
"#d7474b",
|
||||
"#6e915f",
|
||||
"#836f4a",
|
||||
"#6693bf",
|
||||
"#624c83",
|
||||
"#5e857a",
|
||||
"#43436c",
|
||||
]
|
||||
cursor_bg = "#545464"
|
||||
cursor_border = "#545464"
|
||||
cursor_fg = "#f2ecbc"
|
||||
foreground = "#545464"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
@@ -15,7 +15,35 @@
|
||||
"mOutline": "#21215F",
|
||||
"mShadow": "#070722",
|
||||
"mHover": "#9BFECE",
|
||||
"mOnHover": "#0e0e43"
|
||||
"mOnHover": "#0e0e43",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#11112d",
|
||||
"red": "#FD4663",
|
||||
"green": "#9BFECE",
|
||||
"yellow": "#fff59b",
|
||||
"blue": "#a9aefe",
|
||||
"magenta": "#FD4663",
|
||||
"cyan": "#9BFECE",
|
||||
"white": "#f3edf7"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#21215F",
|
||||
"red": "#FD4663",
|
||||
"green": "#9BFECE",
|
||||
"yellow": "#fff59b",
|
||||
"blue": "#a9aefe",
|
||||
"magenta": "#FD4663",
|
||||
"cyan": "#9BFECE",
|
||||
"white": "#ffffff"
|
||||
},
|
||||
"foreground": "#f3edf7",
|
||||
"background": "#070722",
|
||||
"selectionFg": "#070722",
|
||||
"selectionBg": "#f3edf7",
|
||||
"cursorText": "#070722",
|
||||
"cursor": "#fff59b"
|
||||
}
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#5d65f5",
|
||||
@@ -33,6 +61,34 @@
|
||||
"mOutline": "#8288fc",
|
||||
"mShadow": "#f3edf7",
|
||||
"mHover": "#0e0e43",
|
||||
"mOnHover": "#fef29a"
|
||||
"mOnHover": "#fef29a",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#eff0ff",
|
||||
"red": "#FD4663",
|
||||
"green": "#0e0e43",
|
||||
"yellow": "#5d65f5",
|
||||
"blue": "#8E93D8",
|
||||
"magenta": "#FD4663",
|
||||
"cyan": "#0e0e43",
|
||||
"white": "#4b55c8"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#8288fc",
|
||||
"red": "#FD4663",
|
||||
"green": "#0e0e43",
|
||||
"yellow": "#5d65f5",
|
||||
"blue": "#8E93D8",
|
||||
"magenta": "#FD4663",
|
||||
"cyan": "#0e0e43",
|
||||
"white": "#0e0e43"
|
||||
},
|
||||
"foreground": "#4b55c8",
|
||||
"background": "#e6e8fa",
|
||||
"selectionFg": "#e6e8fa",
|
||||
"selectionBg": "#4b55c8",
|
||||
"cursorText": "#e6e8fa",
|
||||
"cursor": "#5d65f5"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Noctalia Default)
|
||||
|
||||
[colors.bright]
|
||||
black = '#21215F'
|
||||
blue = '#a9aefe'
|
||||
cyan = '#9BFECE'
|
||||
green = '#9BFECE'
|
||||
magenta = '#FD4663'
|
||||
red = '#FD4663'
|
||||
white = '#ffffff'
|
||||
yellow = '#fff59b'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#fff59b'
|
||||
text = '#070722'
|
||||
|
||||
[colors.normal]
|
||||
black = '#11112d'
|
||||
blue = '#a9aefe'
|
||||
cyan = '#9BFECE'
|
||||
green = '#9BFECE'
|
||||
magenta = '#FD4663'
|
||||
red = '#FD4663'
|
||||
white = '#f3edf7'
|
||||
yellow = '#fff59b'
|
||||
|
||||
[colors.primary]
|
||||
background = '#070722'
|
||||
foreground = '#f3edf7'
|
||||
|
||||
[colors.selection]
|
||||
background = '#f3edf7'
|
||||
text = '#070722'
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Noctalia Default Light)
|
||||
|
||||
[colors.bright]
|
||||
black = '#8288fc'
|
||||
blue = '#8E93D8'
|
||||
cyan = '#0e0e43'
|
||||
green = '#0e0e43'
|
||||
magenta = '#FD4663'
|
||||
red = '#FD4663'
|
||||
white = '#0e0e43'
|
||||
yellow = '#5d65f5'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#5d65f5'
|
||||
text = '#e6e8fa'
|
||||
|
||||
[colors.normal]
|
||||
black = '#eff0ff'
|
||||
blue = '#8E93D8'
|
||||
cyan = '#0e0e43'
|
||||
green = '#0e0e43'
|
||||
magenta = '#FD4663'
|
||||
red = '#FD4663'
|
||||
white = '#4b55c8'
|
||||
yellow = '#5d65f5'
|
||||
|
||||
[colors.primary]
|
||||
background = '#e6e8fa'
|
||||
foreground = '#4b55c8'
|
||||
|
||||
[colors.selection]
|
||||
background = '#4b55c8'
|
||||
text = '#e6e8fa'
|
||||
@@ -1,22 +0,0 @@
|
||||
[colors]
|
||||
foreground=f3edf7
|
||||
background=070722
|
||||
regular0=11112d
|
||||
regular1=FD4663
|
||||
regular2=9BFECE
|
||||
regular3=fff59b
|
||||
regular4=a9aefe
|
||||
regular5=FD4663
|
||||
regular6=9BFECE
|
||||
regular7=f3edf7
|
||||
bright0=21215F
|
||||
bright1=FD4663
|
||||
bright2=9BFECE
|
||||
bright3=fff59b
|
||||
bright4=a9aefe
|
||||
bright5=FD4663
|
||||
bright6=9BFECE
|
||||
bright7=ffffff
|
||||
selection-foreground=070722
|
||||
selection-background=f3edf7
|
||||
cursor=070722 fff59b
|
||||
@@ -1,22 +0,0 @@
|
||||
[colors]
|
||||
foreground=4b55c8
|
||||
background=e6e8fa
|
||||
regular0=eff0ff
|
||||
regular1=FD4663
|
||||
regular2=0e0e43
|
||||
regular3=5d65f5
|
||||
regular4=8E93D8
|
||||
regular5=FD4663
|
||||
regular6=0e0e43
|
||||
regular7=4b55c8
|
||||
bright0=8288fc
|
||||
bright1=FD4663
|
||||
bright2=0e0e43
|
||||
bright3=5d65f5
|
||||
bright4=8E93D8
|
||||
bright5=FD4663
|
||||
bright6=0e0e43
|
||||
bright7=0e0e43
|
||||
selection-foreground=e6e8fa
|
||||
selection-background=4b55c8
|
||||
cursor=e6e8fa 5d65f5
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#11112d
|
||||
palette = 1=#FD4663
|
||||
palette = 2=#9BFECE
|
||||
palette = 3=#fff59b
|
||||
palette = 4=#a9aefe
|
||||
palette = 5=#FD4663
|
||||
palette = 6=#9BFECE
|
||||
palette = 7=#f3edf7
|
||||
palette = 8=#21215F
|
||||
palette = 9=#FD4663
|
||||
palette = 10=#9BFECE
|
||||
palette = 11=#fff59b
|
||||
palette = 12=#a9aefe
|
||||
palette = 13=#FD4663
|
||||
palette = 14=#9BFECE
|
||||
palette = 15=#ffffff
|
||||
background = #070722
|
||||
foreground = #f3edf7
|
||||
cursor-color = #fff59b
|
||||
cursor-text = #070722
|
||||
selection-background = #f3edf7
|
||||
selection-foreground = #070722
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#eff0ff
|
||||
palette = 1=#FD4663
|
||||
palette = 2=#0e0e43
|
||||
palette = 3=#5d65f5
|
||||
palette = 4=#8E93D8
|
||||
palette = 5=#FD4663
|
||||
palette = 6=#0e0e43
|
||||
palette = 7=#4b55c8
|
||||
palette = 8=#8288fc
|
||||
palette = 9=#FD4663
|
||||
palette = 10=#0e0e43
|
||||
palette = 11=#5d65f5
|
||||
palette = 12=#8E93D8
|
||||
palette = 13=#FD4663
|
||||
palette = 14=#0e0e43
|
||||
palette = 15=#0e0e43
|
||||
background = #e6e8fa
|
||||
foreground = #4b55c8
|
||||
cursor-color = #5d65f5
|
||||
cursor-text = #e6e8fa
|
||||
selection-background = #4b55c8
|
||||
selection-foreground = #e6e8fa
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #11112d
|
||||
color1 #FD4663
|
||||
color2 #9BFECE
|
||||
color3 #fff59b
|
||||
color4 #a9aefe
|
||||
color5 #FD4663
|
||||
color6 #9BFECE
|
||||
color7 #f3edf7
|
||||
color8 #21215F
|
||||
color9 #FD4663
|
||||
color10 #9BFECE
|
||||
color11 #fff59b
|
||||
color12 #a9aefe
|
||||
color13 #FD4663
|
||||
color14 #9BFECE
|
||||
color15 #ffffff
|
||||
background #070722
|
||||
selection_foreground #070722
|
||||
cursor #fff59b
|
||||
cursor_text_color #070722
|
||||
foreground #f3edf7
|
||||
selection_background #f3edf7
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #eff0ff
|
||||
color1 #FD4663
|
||||
color2 #0e0e43
|
||||
color3 #5d65f5
|
||||
color4 #8E93D8
|
||||
color5 #FD4663
|
||||
color6 #0e0e43
|
||||
color7 #4b55c8
|
||||
color8 #8288fc
|
||||
color9 #FD4663
|
||||
color10 #0e0e43
|
||||
color11 #5d65f5
|
||||
color12 #8E93D8
|
||||
color13 #FD4663
|
||||
color14 #0e0e43
|
||||
color15 #0e0e43
|
||||
background #e6e8fa
|
||||
selection_foreground #e6e8fa
|
||||
cursor #5d65f5
|
||||
cursor_text_color #e6e8fa
|
||||
foreground #4b55c8
|
||||
selection_background #4b55c8
|
||||
@@ -1,31 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#11112d",
|
||||
"#FD4663",
|
||||
"#9BFECE",
|
||||
"#fff59b",
|
||||
"#a9aefe",
|
||||
"#FD4663",
|
||||
"#9BFECE",
|
||||
"#f3edf7",
|
||||
]
|
||||
background = "#070722"
|
||||
brights = [
|
||||
"#21215F",
|
||||
"#FD4663",
|
||||
"#9BFECE",
|
||||
"#fff59b",
|
||||
"#a9aefe",
|
||||
"#FD4663",
|
||||
"#9BFECE",
|
||||
"#ffffff",
|
||||
]
|
||||
cursor_bg = "#fff59b"
|
||||
cursor_border = "#fff59b"
|
||||
cursor_fg = "#070722"
|
||||
foreground = "#f3edf7"
|
||||
selection_bg = "#f3edf7"
|
||||
selection_fg = "#070722"
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
@@ -1,31 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#eff0ff",
|
||||
"#FD4663",
|
||||
"#0e0e43",
|
||||
"#5d65f5",
|
||||
"#8E93D8",
|
||||
"#FD4663",
|
||||
"#0e0e43",
|
||||
"#4b55c8",
|
||||
]
|
||||
background = "#e6e8fa"
|
||||
brights = [
|
||||
"#8288fc",
|
||||
"#FD4663",
|
||||
"#0e0e43",
|
||||
"#5d65f5",
|
||||
"#8E93D8",
|
||||
"#FD4663",
|
||||
"#0e0e43",
|
||||
"#0e0e43",
|
||||
]
|
||||
cursor_bg = "#5d65f5"
|
||||
cursor_border = "#5d65f5"
|
||||
cursor_fg = "#e6e8fa"
|
||||
foreground = "#4b55c8"
|
||||
selection_bg = "#4b55c8"
|
||||
selection_fg = "#e6e8fa"
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
@@ -1,38 +1,94 @@
|
||||
{
|
||||
"dark": {
|
||||
"mPrimary": "#8fbcbb",
|
||||
"mOnPrimary": "#2e3440",
|
||||
"mSecondary": "#88c0d0",
|
||||
"mOnSecondary": "#2e3440",
|
||||
"mTertiary": "#5e81ac",
|
||||
"mOnTertiary": "#2e3440",
|
||||
"mError": "#bf616a",
|
||||
"mOnError": "#2e3440",
|
||||
"mSurface": "#2e3440",
|
||||
"mOnSurface": "#eceff4",
|
||||
"mSurfaceVariant": "#3b4252",
|
||||
"mOnSurfaceVariant": "#d8dee9",
|
||||
"mOutline": "#505a70",
|
||||
"mShadow": "#2e3440",
|
||||
"mHover": "#5e81ac",
|
||||
"mOnHover": "#2e3440"
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#5e81ac",
|
||||
"mOnPrimary": "#eceff4",
|
||||
"mSecondary": "#64adc2",
|
||||
"mOnSecondary": "#eceff4",
|
||||
"mTertiary": "#6fa9a8",
|
||||
"mOnTertiary": "#eceff4",
|
||||
"mError": "#bf616a",
|
||||
"mOnError": "#eceff4",
|
||||
"mSurface": "#eceff4",
|
||||
"mOnSurface": "#2e3440",
|
||||
"mSurfaceVariant": "#e5e9f0",
|
||||
"mOnSurfaceVariant": "#4c566a",
|
||||
"mOutline": "#c5cedd",
|
||||
"mShadow": "#d8dee9",
|
||||
"mHover": "#6fa9a8",
|
||||
"mOnHover": "#eceff4"
|
||||
"dark": {
|
||||
"mPrimary": "#8fbcbb",
|
||||
"mOnPrimary": "#2e3440",
|
||||
"mSecondary": "#88c0d0",
|
||||
"mOnSecondary": "#2e3440",
|
||||
"mTertiary": "#5e81ac",
|
||||
"mOnTertiary": "#2e3440",
|
||||
"mError": "#bf616a",
|
||||
"mOnError": "#2e3440",
|
||||
"mSurface": "#2e3440",
|
||||
"mOnSurface": "#eceff4",
|
||||
"mSurfaceVariant": "#3b4252",
|
||||
"mOnSurfaceVariant": "#d8dee9",
|
||||
"mOutline": "#505a70",
|
||||
"mShadow": "#2e3440",
|
||||
"mHover": "#5e81ac",
|
||||
"mOnHover": "#2e3440",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#3b4252",
|
||||
"red": "#bf616a",
|
||||
"green": "#a3be8c",
|
||||
"yellow": "#ebcb8b",
|
||||
"blue": "#81a1c1",
|
||||
"magenta": "#b48ead",
|
||||
"cyan": "#88c0d0",
|
||||
"white": "#e5e9f0"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#596377",
|
||||
"red": "#bf616a",
|
||||
"green": "#a3be8c",
|
||||
"yellow": "#ebcb8b",
|
||||
"blue": "#81a1c1",
|
||||
"magenta": "#b48ead",
|
||||
"cyan": "#8fbcbb",
|
||||
"white": "#eceff4"
|
||||
},
|
||||
"foreground": "#d8dee9",
|
||||
"background": "#2e3440",
|
||||
"selectionFg": "#4c566a",
|
||||
"selectionBg": "#eceff4",
|
||||
"cursorText": "#282828",
|
||||
"cursor": "#eceff4"
|
||||
}
|
||||
}
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#5e81ac",
|
||||
"mOnPrimary": "#eceff4",
|
||||
"mSecondary": "#64adc2",
|
||||
"mOnSecondary": "#eceff4",
|
||||
"mTertiary": "#6fa9a8",
|
||||
"mOnTertiary": "#eceff4",
|
||||
"mError": "#bf616a",
|
||||
"mOnError": "#eceff4",
|
||||
"mSurface": "#eceff4",
|
||||
"mOnSurface": "#2e3440",
|
||||
"mSurfaceVariant": "#e5e9f0",
|
||||
"mOnSurfaceVariant": "#4c566a",
|
||||
"mOutline": "#c5cedd",
|
||||
"mShadow": "#d8dee9",
|
||||
"mHover": "#6fa9a8",
|
||||
"mOnHover": "#eceff4",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#3b4252",
|
||||
"red": "#bf616a",
|
||||
"green": "#96b17f",
|
||||
"yellow": "#c5a565",
|
||||
"blue": "#81a1c1",
|
||||
"magenta": "#b48ead",
|
||||
"cyan": "#7bb3c3",
|
||||
"white": "#a5abb6"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#4c566a",
|
||||
"red": "#bf616a",
|
||||
"green": "#96b17f",
|
||||
"yellow": "#c5a565",
|
||||
"blue": "#81a1c1",
|
||||
"magenta": "#b48ead",
|
||||
"cyan": "#82afae",
|
||||
"white": "#eceff4"
|
||||
},
|
||||
"foreground": "#414858",
|
||||
"background": "#e5e9f0",
|
||||
"selectionFg": "#4c556a",
|
||||
"selectionBg": "#d8dee9",
|
||||
"cursorText": "#3b4252",
|
||||
"cursor": "#7bb3c3"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Nord)
|
||||
|
||||
[colors.bright]
|
||||
black = '#596377'
|
||||
blue = '#81a1c1'
|
||||
cyan = '#8fbcbb'
|
||||
green = '#a3be8c'
|
||||
magenta = '#b48ead'
|
||||
red = '#bf616a'
|
||||
white = '#eceff4'
|
||||
yellow = '#ebcb8b'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#eceff4'
|
||||
text = '#282828'
|
||||
|
||||
[colors.normal]
|
||||
black = '#3b4252'
|
||||
blue = '#81a1c1'
|
||||
cyan = '#88c0d0'
|
||||
green = '#a3be8c'
|
||||
magenta = '#b48ead'
|
||||
red = '#bf616a'
|
||||
white = '#e5e9f0'
|
||||
yellow = '#ebcb8b'
|
||||
|
||||
[colors.primary]
|
||||
background = '#2e3440'
|
||||
foreground = '#d8dee9'
|
||||
|
||||
[colors.selection]
|
||||
background = '#eceff4'
|
||||
text = '#4c566a'
|
||||
@@ -1,33 +0,0 @@
|
||||
# Colors (Nord Light)
|
||||
|
||||
[colors.bright]
|
||||
black = '#4c566a'
|
||||
blue = '#81a1c1'
|
||||
cyan = '#82afae'
|
||||
green = '#96b17f'
|
||||
magenta = '#b48ead'
|
||||
red = '#bf616a'
|
||||
white = '#eceff4'
|
||||
yellow = '#c5a565'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#7bb3c3'
|
||||
text = '#3b4252'
|
||||
|
||||
[colors.normal]
|
||||
black = '#3b4252'
|
||||
blue = '#81a1c1'
|
||||
cyan = '#7bb3c3'
|
||||
green = '#96b17f'
|
||||
magenta = '#b48ead'
|
||||
red = '#bf616a'
|
||||
white = '#a5abb6'
|
||||
yellow = '#c5a565'
|
||||
|
||||
[colors.primary]
|
||||
background = '#e5e9f0'
|
||||
foreground = '#414858'
|
||||
|
||||
[colors.selection]
|
||||
background = '#d8dee9'
|
||||
text = '#4c556a'
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
[colors]
|
||||
foreground=d8dee9
|
||||
background=2e3440
|
||||
regular0=3b4252
|
||||
regular1=bf616a
|
||||
regular2=a3be8c
|
||||
regular3=ebcb8b
|
||||
regular4=81a1c1
|
||||
regular5=b48ead
|
||||
regular6=88c0d0
|
||||
regular7=e5e9f0
|
||||
bright0=596377
|
||||
bright1=bf616a
|
||||
bright2=a3be8c
|
||||
bright3=ebcb8b
|
||||
bright4=81a1c1
|
||||
bright5=b48ead
|
||||
bright6=8fbcbb
|
||||
bright7=eceff4
|
||||
selection-foreground=4c566a
|
||||
selection-background=eceff4
|
||||
cursor=282828 eceff4
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
[colors]
|
||||
foreground=414858
|
||||
background=e5e9f0
|
||||
regular0=3b4252
|
||||
regular1=bf616a
|
||||
regular2=96b17f
|
||||
regular3=c5a565
|
||||
regular4=81a1c1
|
||||
regular5=b48ead
|
||||
regular6=7bb3c3
|
||||
regular7=a5abb6
|
||||
bright0=4c566a
|
||||
bright1=bf616a
|
||||
bright2=96b17f
|
||||
bright3=c5a565
|
||||
bright4=81a1c1
|
||||
bright5=b48ead
|
||||
bright6=82afae
|
||||
bright7=eceff4
|
||||
selection-foreground=4c556a
|
||||
selection-background=d8dee9
|
||||
cursor=3b4252 7bb3c3
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#3b4252
|
||||
palette = 1=#bf616a
|
||||
palette = 2=#a3be8c
|
||||
palette = 3=#ebcb8b
|
||||
palette = 4=#81a1c1
|
||||
palette = 5=#b48ead
|
||||
palette = 6=#88c0d0
|
||||
palette = 7=#e5e9f0
|
||||
palette = 8=#596377
|
||||
palette = 9=#bf616a
|
||||
palette = 10=#a3be8c
|
||||
palette = 11=#ebcb8b
|
||||
palette = 12=#81a1c1
|
||||
palette = 13=#b48ead
|
||||
palette = 14=#8fbcbb
|
||||
palette = 15=#eceff4
|
||||
background = #2e3440
|
||||
foreground = #d8dee9
|
||||
cursor-color = #eceff4
|
||||
cursor-text = #282828
|
||||
selection-background = #eceff4
|
||||
selection-foreground = #4c566a
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#3b4252
|
||||
palette = 1=#bf616a
|
||||
palette = 2=#96b17f
|
||||
palette = 3=#c5a565
|
||||
palette = 4=#81a1c1
|
||||
palette = 5=#b48ead
|
||||
palette = 6=#7bb3c3
|
||||
palette = 7=#a5abb6
|
||||
palette = 8=#4c566a
|
||||
palette = 9=#bf616a
|
||||
palette = 10=#96b17f
|
||||
palette = 11=#c5a565
|
||||
palette = 12=#81a1c1
|
||||
palette = 13=#b48ead
|
||||
palette = 14=#82afae
|
||||
palette = 15=#eceff4
|
||||
background = #e5e9f0
|
||||
foreground = #414858
|
||||
cursor-color = #7bb3c3
|
||||
cursor-text = #3b4252
|
||||
selection-background = #d8dee9
|
||||
selection-foreground = #4c556a
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #3b4252
|
||||
color1 #bf616a
|
||||
color2 #a3be8c
|
||||
color3 #ebcb8b
|
||||
color4 #81a1c1
|
||||
color5 #b48ead
|
||||
color6 #88c0d0
|
||||
color7 #e5e9f0
|
||||
color8 #596377
|
||||
color9 #bf616a
|
||||
color10 #a3be8c
|
||||
color11 #ebcb8b
|
||||
color12 #81a1c1
|
||||
color13 #b48ead
|
||||
color14 #8fbcbb
|
||||
color15 #eceff4
|
||||
background #2e3440
|
||||
selection_foreground #2e3440
|
||||
cursor #eceff4
|
||||
cursor_text_color #282828
|
||||
foreground #d8dee9
|
||||
selection_background #d8dee9
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #3b4252
|
||||
color1 #bf616a
|
||||
color2 #96b17f
|
||||
color3 #c5a565
|
||||
color4 #81a1c1
|
||||
color5 #b48ead
|
||||
color6 #7bb3c3
|
||||
color7 #a5abb6
|
||||
color8 #4c566a
|
||||
color9 #bf616a
|
||||
color10 #96b17f
|
||||
color11 #c5a565
|
||||
color12 #81a1c1
|
||||
color13 #b48ead
|
||||
color14 #82afae
|
||||
color15 #eceff4
|
||||
background #e5e9f0
|
||||
selection_foreground #e5e9f0
|
||||
cursor #7bb3c3
|
||||
cursor_text_color #3b4252
|
||||
foreground #414858
|
||||
selection_background #414858
|
||||
@@ -1,33 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#3b4252",
|
||||
"#bf616a",
|
||||
"#a3be8c",
|
||||
"#ebcb8b",
|
||||
"#81a1c1",
|
||||
"#b48ead",
|
||||
"#88c0d0",
|
||||
"#e5e9f0",
|
||||
]
|
||||
background = "#2e3440"
|
||||
brights = [
|
||||
"#4c566a",
|
||||
"#bf616a",
|
||||
"#a3be8c",
|
||||
"#ebcb8b",
|
||||
"#81a1c1",
|
||||
"#b48ead",
|
||||
"#8fbcbb",
|
||||
"#eceff4",
|
||||
]
|
||||
cursor_bg = "#eceff4"
|
||||
cursor_border = "#eceff4"
|
||||
cursor_fg = "#282828"
|
||||
foreground = "#d8dee9"
|
||||
selection_bg = "#eceff4"
|
||||
selection_fg = "#4c566a"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
@@ -1,33 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#3b4252",
|
||||
"#bf616a",
|
||||
"#a3be8c",
|
||||
"#ebcb8b",
|
||||
"#81a1c1",
|
||||
"#b48ead",
|
||||
"#88c0d0",
|
||||
"#d8dee9",
|
||||
]
|
||||
background = "#e5e9f0"
|
||||
brights = [
|
||||
"#4c566a",
|
||||
"#bf616a",
|
||||
"#a3be8c",
|
||||
"#ebcb8b",
|
||||
"#81a1c1",
|
||||
"#b48ead",
|
||||
"#8fbcbb",
|
||||
"#eceff4",
|
||||
]
|
||||
cursor_bg = "#88c0d0"
|
||||
cursor_border = "#88c0d0"
|
||||
cursor_fg = "#3b4252"
|
||||
foreground = "#414858"
|
||||
selection_bg = "#d8dee9"
|
||||
selection_fg = "#4c556a"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
@@ -1,38 +1,94 @@
|
||||
{
|
||||
"dark": {
|
||||
"mPrimary": "#ebbcba",
|
||||
"mOnPrimary": "#191724",
|
||||
"mSecondary": "#9ccfd8",
|
||||
"mOnSecondary": "#191724",
|
||||
"mTertiary": "#31748f",
|
||||
"mOnTertiary": "#e0def4",
|
||||
"mError": "#eb6f92",
|
||||
"mOnError": "#191724",
|
||||
"mSurface": "#191724",
|
||||
"mOnSurface": "#e0def4",
|
||||
"mSurfaceVariant": "#26233a",
|
||||
"mOnSurfaceVariant": "#908caa",
|
||||
"mOutline": "#403d52",
|
||||
"mShadow": "#191724",
|
||||
"mHover": "#524f67",
|
||||
"mOnHover": "#e0def4"
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#d7827e",
|
||||
"mOnPrimary": "#faf4ed",
|
||||
"mSecondary": "#56949f",
|
||||
"mOnSecondary": "#faf4ed",
|
||||
"mTertiary": "#286983",
|
||||
"mOnTertiary": "#faf4ed",
|
||||
"mError": "#b4637a",
|
||||
"mOnError": "#faf4ed",
|
||||
"mSurface": "#fffaf3",
|
||||
"mOnSurface": "#575279",
|
||||
"mSurfaceVariant": "#f2e9e1",
|
||||
"mOnSurfaceVariant": "#797593",
|
||||
"mOutline": "#dfdad9",
|
||||
"mShadow": "#faf4ed",
|
||||
"mHover": "#cecacd",
|
||||
"mOnHover": "#575279"
|
||||
"dark": {
|
||||
"mPrimary": "#ebbcba",
|
||||
"mOnPrimary": "#191724",
|
||||
"mSecondary": "#9ccfd8",
|
||||
"mOnSecondary": "#191724",
|
||||
"mTertiary": "#31748f",
|
||||
"mOnTertiary": "#e0def4",
|
||||
"mError": "#eb6f92",
|
||||
"mOnError": "#191724",
|
||||
"mSurface": "#191724",
|
||||
"mOnSurface": "#e0def4",
|
||||
"mSurfaceVariant": "#26233a",
|
||||
"mOnSurfaceVariant": "#908caa",
|
||||
"mOutline": "#403d52",
|
||||
"mShadow": "#191724",
|
||||
"mHover": "#524f67",
|
||||
"mOnHover": "#e0def4",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#26233a",
|
||||
"red": "#eb6f92",
|
||||
"green": "#31748f",
|
||||
"yellow": "#f6c177",
|
||||
"blue": "#9ccfd8",
|
||||
"magenta": "#c4a7e7",
|
||||
"cyan": "#ebbcba",
|
||||
"white": "#e0def4"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#6e6a86",
|
||||
"red": "#eb6f92",
|
||||
"green": "#31748f",
|
||||
"yellow": "#f6c177",
|
||||
"blue": "#9ccfd8",
|
||||
"magenta": "#c4a7e7",
|
||||
"cyan": "#ebbcba",
|
||||
"white": "#e0def4"
|
||||
},
|
||||
"foreground": "#e0def4",
|
||||
"background": "#191724",
|
||||
"selectionFg": "#e0def4",
|
||||
"selectionBg": "#403d52",
|
||||
"cursorText": "#191724",
|
||||
"cursor": "#e0def4"
|
||||
}
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#d7827e",
|
||||
"mOnPrimary": "#faf4ed",
|
||||
"mSecondary": "#56949f",
|
||||
"mOnSecondary": "#faf4ed",
|
||||
"mTertiary": "#286983",
|
||||
"mOnTertiary": "#faf4ed",
|
||||
"mError": "#b4637a",
|
||||
"mOnError": "#faf4ed",
|
||||
"mSurface": "#fffaf3",
|
||||
"mOnSurface": "#575279",
|
||||
"mSurfaceVariant": "#f2e9e1",
|
||||
"mOnSurfaceVariant": "#797593",
|
||||
"mOutline": "#dfdad9",
|
||||
"mShadow": "#faf4ed",
|
||||
"mHover": "#cecacd",
|
||||
"mOnHover": "#575279",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#f2e9e1",
|
||||
"red": "#b4637a",
|
||||
"green": "#286983",
|
||||
"yellow": "#ea9d34",
|
||||
"blue": "#56949f",
|
||||
"magenta": "#907aa9",
|
||||
"cyan": "#d7827e",
|
||||
"white": "#575279"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#9893a5",
|
||||
"red": "#b4637a",
|
||||
"green": "#286983",
|
||||
"yellow": "#ea9d34",
|
||||
"blue": "#56949f",
|
||||
"magenta": "#907aa9",
|
||||
"cyan": "#d7827e",
|
||||
"white": "#575279"
|
||||
},
|
||||
"foreground": "#575279",
|
||||
"background": "#faf4ed",
|
||||
"selectionFg": "#575279",
|
||||
"selectionBg": "#dfdad9",
|
||||
"cursorText": "#faf4ed",
|
||||
"cursor": "#575279"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
# Colors section of "Alacritty - TOML configuration file format"
|
||||
# https://github.com/alacritty/alacritty/blob/master/extra/man/alacritty.5.scd#colors
|
||||
|
||||
[colors.primary]
|
||||
foreground = "#e0def4"
|
||||
background = "#1f1d2e"
|
||||
dim_foreground = "#908caa"
|
||||
bright_foreground = "#e0def4"
|
||||
|
||||
[colors.cursor]
|
||||
text = "#e0def4"
|
||||
cursor = "#524f67"
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
text = "#e0def4"
|
||||
cursor = "#524f67"
|
||||
|
||||
[colors.search.matches]
|
||||
foreground = "#908caa"
|
||||
background = "#26233a"
|
||||
|
||||
[colors.search.focused_match]
|
||||
foreground = "#191724"
|
||||
background = "#ebbcba"
|
||||
|
||||
[colors.hints.start]
|
||||
foreground = "#908caa"
|
||||
background = "#1f1d2e"
|
||||
|
||||
[colors.hints.end]
|
||||
foreground = "#6e6a86"
|
||||
background = "#1f1d2e"
|
||||
|
||||
[colors.line_indicator]
|
||||
foreground = "None"
|
||||
background = "None"
|
||||
|
||||
[colors.footer_bar]
|
||||
foreground = "#e0def4"
|
||||
background = "#1f1d2e"
|
||||
|
||||
[colors.selection]
|
||||
text = "#e0def4"
|
||||
background = "#403d52"
|
||||
|
||||
[colors.normal]
|
||||
black = "#26233a"
|
||||
red = "#eb6f92"
|
||||
green = "#31748f"
|
||||
yellow = "#f6c177"
|
||||
blue = "#9ccfd8"
|
||||
magenta = "#c4a7e7"
|
||||
cyan = "#ebbcba"
|
||||
white = "#e0def4"
|
||||
|
||||
[colors.bright]
|
||||
black = "#6e6a86"
|
||||
red = "#eb6f92"
|
||||
green = "#31748f"
|
||||
yellow = "#f6c177"
|
||||
blue = "#9ccfd8"
|
||||
magenta = "#c4a7e7"
|
||||
cyan = "#ebbcba"
|
||||
white = "#e0def4"
|
||||
|
||||
[colors.dim]
|
||||
black = "#6e6a86"
|
||||
red = "#eb6f92"
|
||||
green = "#31748f"
|
||||
yellow = "#f6c177"
|
||||
blue = "#9ccfd8"
|
||||
magenta = "#c4a7e7"
|
||||
cyan = "#ebbcba"
|
||||
white = "#e0def4"
|
||||
@@ -1,74 +0,0 @@
|
||||
# Colors section of "Alacritty - TOML configuration file format"
|
||||
# https://github.com/alacritty/alacritty/blob/master/extra/man/alacritty.5.scd#colors
|
||||
|
||||
[colors.primary]
|
||||
foreground = "#575279"
|
||||
background = "#faf4ed"
|
||||
dim_foreground = "#797593"
|
||||
bright_foreground = "#575279"
|
||||
|
||||
[colors.cursor]
|
||||
text = "#575279"
|
||||
cursor = "#cecacd"
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
text = "#575279"
|
||||
cursor = "#cecacd"
|
||||
|
||||
[colors.search.matches]
|
||||
foreground = "#797593"
|
||||
background = "#f2e9e1"
|
||||
|
||||
[colors.search.focused_match]
|
||||
foreground = "#faf4ed"
|
||||
background = "#d7827e"
|
||||
|
||||
[colors.hints.start]
|
||||
foreground = "#797593"
|
||||
background = "#fffaf3"
|
||||
|
||||
[colors.hints.end]
|
||||
foreground = "#9893a5"
|
||||
background = "#fffaf3"
|
||||
|
||||
[colors.line_indicator]
|
||||
foreground = "None"
|
||||
background = "None"
|
||||
|
||||
[colors.footer_bar]
|
||||
foreground = "#575279"
|
||||
background = "#fffaf3"
|
||||
|
||||
[colors.selection]
|
||||
text = "#575279"
|
||||
background = "#dfdad9"
|
||||
|
||||
[colors.normal]
|
||||
black = "#f2e9e1"
|
||||
red = "#b4637a"
|
||||
green = "#286983"
|
||||
yellow = "#ea9d34"
|
||||
blue = "#56949f"
|
||||
magenta = "#907aa9"
|
||||
cyan = "#d7827e"
|
||||
white = "#575279"
|
||||
|
||||
[colors.bright]
|
||||
black = "#9893a5"
|
||||
red = "#b4637a"
|
||||
green = "#286983"
|
||||
yellow = "#ea9d34"
|
||||
blue = "#56949f"
|
||||
magenta = "#907aa9"
|
||||
cyan = "#d7827e"
|
||||
white = "#575279"
|
||||
|
||||
[colors.dim]
|
||||
black = "#9893a5"
|
||||
red = "#b4637a"
|
||||
green = "#286983"
|
||||
yellow = "#ea9d34"
|
||||
blue = "#56949f"
|
||||
magenta = "#907aa9"
|
||||
cyan = "#d7827e"
|
||||
white = "#575279"
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
[colors]
|
||||
foreground=e0def4
|
||||
background=191724
|
||||
regular0=26233a
|
||||
regular1=eb6f92
|
||||
regular2=31748f
|
||||
regular3=f6c177
|
||||
regular4=9ccfd8
|
||||
regular5=c4a7e7
|
||||
regular6=ebbcba
|
||||
regular7=e0def4
|
||||
bright0=6e6a86
|
||||
bright1=eb6f92
|
||||
bright2=31748f
|
||||
bright3=f6c177
|
||||
bright4=9ccfd8
|
||||
bright5=c4a7e7
|
||||
bright6=ebbcba
|
||||
bright7=e0def4
|
||||
selection-foreground=e0def4
|
||||
selection-background=403d52
|
||||
cursor=191724 e0def4
|
||||
@@ -1,23 +0,0 @@
|
||||
|
||||
[colors]
|
||||
foreground=575279
|
||||
background=faf4ed
|
||||
regular0=f2e9e1
|
||||
regular1=b4637a
|
||||
regular2=286983
|
||||
regular3=ea9d34
|
||||
regular4=56949f
|
||||
regular5=907aa9
|
||||
regular6=d7827e
|
||||
regular7=575279
|
||||
bright0=9893a5
|
||||
bright1=b4637a
|
||||
bright2=286983
|
||||
bright3=ea9d34
|
||||
bright4=56949f
|
||||
bright5=907aa9
|
||||
bright6=d7827e
|
||||
bright7=575279
|
||||
selection-foreground=575279
|
||||
selection-background=dfdad9
|
||||
cursor=faf4ed 575279
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#26233a
|
||||
palette = 1=#eb6f92
|
||||
palette = 2=#31748f
|
||||
palette = 3=#f6c177
|
||||
palette = 4=#9ccfd8
|
||||
palette = 5=#c4a7e7
|
||||
palette = 6=#ebbcba
|
||||
palette = 7=#e0def4
|
||||
palette = 8=#6e6a86
|
||||
palette = 9=#eb6f92
|
||||
palette = 10=#31748f
|
||||
palette = 11=#f6c177
|
||||
palette = 12=#9ccfd8
|
||||
palette = 13=#c4a7e7
|
||||
palette = 14=#ebbcba
|
||||
palette = 15=#e0def4
|
||||
background = #191724
|
||||
foreground = #e0def4
|
||||
cursor-color = #e0def4
|
||||
cursor-text = #191724
|
||||
selection-background = #403d52
|
||||
selection-foreground = #e0def4
|
||||
@@ -1,22 +0,0 @@
|
||||
palette = 0=#f2e9e1
|
||||
palette = 1=#b4637a
|
||||
palette = 2=#286983
|
||||
palette = 3=#ea9d34
|
||||
palette = 4=#56949f
|
||||
palette = 5=#907aa9
|
||||
palette = 6=#d7827e
|
||||
palette = 7=#575279
|
||||
palette = 8=#9893a5
|
||||
palette = 9=#b4637a
|
||||
palette = 10=#286983
|
||||
palette = 11=#ea9d34
|
||||
palette = 12=#56949f
|
||||
palette = 13=#907aa9
|
||||
palette = 14=#d7827e
|
||||
palette = 15=#575279
|
||||
background = #faf4ed
|
||||
foreground = #575279
|
||||
cursor-color = #575279
|
||||
cursor-text = #faf4ed
|
||||
selection-background = #dfdad9
|
||||
selection-foreground = #575279
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #26233a
|
||||
color1 #eb6f92
|
||||
color2 #31748f
|
||||
color3 #f6c177
|
||||
color4 #9ccfd8
|
||||
color5 #c4a7e7
|
||||
color6 #ebbcba
|
||||
color7 #e0def4
|
||||
color8 #6e6a86
|
||||
color9 #eb6f92
|
||||
color10 #31748f
|
||||
color11 #f6c177
|
||||
color12 #9ccfd8
|
||||
color13 #c4a7e7
|
||||
color14 #ebbcba
|
||||
color15 #e0def4
|
||||
background #191724
|
||||
selection_foreground #191724
|
||||
cursor #e0def4
|
||||
cursor_text_color #191724
|
||||
foreground #e0def4
|
||||
selection_background #e0def4
|
||||
@@ -1,22 +0,0 @@
|
||||
color0 #f2e9e1
|
||||
color1 #b4637a
|
||||
color2 #286983
|
||||
color3 #ea9d34
|
||||
color4 #56949f
|
||||
color5 #907aa9
|
||||
color6 #d7827e
|
||||
color7 #575279
|
||||
color8 #9893a5
|
||||
color9 #b4637a
|
||||
color10 #286983
|
||||
color11 #ea9d34
|
||||
color12 #56949f
|
||||
color13 #907aa9
|
||||
color14 #d7827e
|
||||
color15 #575279
|
||||
background #faf4ed
|
||||
selection_foreground #faf4ed
|
||||
cursor #575279
|
||||
cursor_text_color #faf4ed
|
||||
foreground #575279
|
||||
selection_background #575279
|
||||
@@ -1,34 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#26233a",
|
||||
"#eb6f92",
|
||||
"#9ccfd8",
|
||||
"#f6c177",
|
||||
"#31748f",
|
||||
"#c4a7e7",
|
||||
"#ebbcba",
|
||||
"#e0def4",
|
||||
]
|
||||
background = "#191724"
|
||||
brights = [
|
||||
"#6e6a86",
|
||||
"#eb6f92",
|
||||
"#9ccfd8",
|
||||
"#f6c177",
|
||||
"#31748f",
|
||||
"#c4a7e7",
|
||||
"#ebbcba",
|
||||
"#e0def4",
|
||||
]
|
||||
cursor_bg = "#e0def4"
|
||||
cursor_border = "#e0def4"
|
||||
cursor_fg = "#191724"
|
||||
foreground = "#e0def4"
|
||||
selection_bg = "#191724"
|
||||
selection_fg = "#e0def4"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
[colors]
|
||||
ansi = [
|
||||
"#f2e9e1",
|
||||
"#b4637a",
|
||||
"#56949f",
|
||||
"#ea9d34",
|
||||
"#286983",
|
||||
"#907aa9",
|
||||
"#d7827e",
|
||||
"#575279",
|
||||
]
|
||||
background = "#faf4ed"
|
||||
brights = [
|
||||
"#9893a5",
|
||||
"#b4637a",
|
||||
"#56949f",
|
||||
"#ea9d34",
|
||||
"#286983",
|
||||
"#907aa9",
|
||||
"#d7827e",
|
||||
"#575279",
|
||||
]
|
||||
cursor_bg = "#575279"
|
||||
cursor_border = "#575279"
|
||||
cursor_fg = "#faf4ed"
|
||||
foreground = "#575279"
|
||||
selection_bg = "#faf4ed"
|
||||
selection_fg = "#575279"
|
||||
|
||||
[colors.indexed]
|
||||
|
||||
[metadata]
|
||||
name = "Noctalia"
|
||||
@@ -15,7 +15,59 @@
|
||||
"mOutline": "#353D57",
|
||||
"mShadow": "#15161e",
|
||||
"mHover": "#9ece6a",
|
||||
"mOnHover": "#16161e"
|
||||
"mOnHover": "#16161e",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#15161e",
|
||||
"red": "#f7768e",
|
||||
"green": "#9ece6a",
|
||||
"yellow": "#e0af68",
|
||||
"blue": "#7aa2f7",
|
||||
"magenta": "#bb9af7",
|
||||
"cyan": "#7dcfff",
|
||||
"white": "#a9b1d6"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#414868",
|
||||
"red": "#f7768e",
|
||||
"green": "#9ece6a",
|
||||
"yellow": "#e0af68",
|
||||
"blue": "#7aa2f7",
|
||||
"magenta": "#bb9af7",
|
||||
"cyan": "#7dcfff",
|
||||
"white": "#c0caf5"
|
||||
},
|
||||
"foreground": "#c0caf5",
|
||||
"background": "#1a1b26",
|
||||
"selectionFg": "#c0caf5",
|
||||
"selectionBg": "#283457",
|
||||
"cursorText": "#1a1b26",
|
||||
"cursor": "#c0caf5",
|
||||
"tabBar": {
|
||||
"background": "#191b28",
|
||||
"inactiveTabEdge": "#16161e",
|
||||
"activeTab": {
|
||||
"bg": "#1a1b26",
|
||||
"fg": "#7aa2f7"
|
||||
},
|
||||
"inactiveTab": {
|
||||
"bg": "#16161e",
|
||||
"fg": "#545c7e"
|
||||
},
|
||||
"inactiveTabHover": {
|
||||
"bg": "#16161e",
|
||||
"fg": "#7aa2f7"
|
||||
},
|
||||
"newTab": {
|
||||
"bg": "#191b28",
|
||||
"fg": "#7aa2f7"
|
||||
},
|
||||
"newTabHover": {
|
||||
"bg": "#7aa2f7",
|
||||
"fg": "#16161e"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"light": {
|
||||
"mPrimary": "#2e7de9",
|
||||
@@ -33,6 +85,58 @@
|
||||
"mOutline": "#b4b5b9",
|
||||
"mShadow": "#a8aecb",
|
||||
"mHover": "#587539",
|
||||
"mOnHover": "#e1e2e7"
|
||||
"mOnHover": "#e1e2e7",
|
||||
"terminal": {
|
||||
"normal": {
|
||||
"black": "#e9e9ed",
|
||||
"red": "#f52a65",
|
||||
"green": "#587539",
|
||||
"yellow": "#8c6c3e",
|
||||
"blue": "#2e7de9",
|
||||
"magenta": "#9854f1",
|
||||
"cyan": "#007197",
|
||||
"white": "#6172b0"
|
||||
},
|
||||
"bright": {
|
||||
"black": "#a1a6c5",
|
||||
"red": "#f52a65",
|
||||
"green": "#587539",
|
||||
"yellow": "#8c6c3e",
|
||||
"blue": "#2e7de9",
|
||||
"magenta": "#9854f1",
|
||||
"cyan": "#007197",
|
||||
"white": "#3760bf"
|
||||
},
|
||||
"foreground": "#3760bf",
|
||||
"background": "#e1e2e7",
|
||||
"selectionFg": "#3760bf",
|
||||
"selectionBg": "#99a7df",
|
||||
"cursorText": "#e1e2e7",
|
||||
"cursor": "#3760bf",
|
||||
"tabBar": {
|
||||
"background": "#191b28",
|
||||
"inactiveTabEdge": "#e9e9ec",
|
||||
"activeTab": {
|
||||
"bg": "#e1e2e7",
|
||||
"fg": "#2e7de9"
|
||||
},
|
||||
"inactiveTab": {
|
||||
"bg": "#e9e9ec",
|
||||
"fg": "#8990b3"
|
||||
},
|
||||
"inactiveTabHover": {
|
||||
"bg": "#e9e9ec",
|
||||
"fg": "#2e7de9"
|
||||
},
|
||||
"newTab": {
|
||||
"bg": "#191b28",
|
||||
"fg": "#2e7de9"
|
||||
},
|
||||
"newTabHover": {
|
||||
"bg": "#2e7de9",
|
||||
"fg": "#e9e9ec"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user