mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
alacritty.toml with proper bg and fg (#1851)
* alacritty.toml wity proper bg and fg background = "#1e1e2e" foreground = "#cdd6f4" are the proper colors for terminal bg and fg when themeing with Catppuccin * Update alacritty.toml with proper Catppuccin Mocha colors * vscode.json to use Proper Catppuccin Mocha
This commit is contained in:
@@ -1,76 +1,65 @@
|
|||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = "#24273a"
|
background = "#1e1e2e"
|
||||||
foreground = "#cad3f5"
|
foreground = "#cdd6f4"
|
||||||
dim_foreground = "#8087a2"
|
dim_foreground = "#7f849c"
|
||||||
bright_foreground = "#cad3f5"
|
bright_foreground = "#cdd6f4"
|
||||||
|
|
||||||
[colors.cursor]
|
[colors.cursor]
|
||||||
text = "#24273a"
|
text = "#1e1e2e"
|
||||||
cursor = "#f4dbd6"
|
cursor = "#f5e0dc"
|
||||||
|
|
||||||
[colors.vi_mode_cursor]
|
[colors.vi_mode_cursor]
|
||||||
text = "#24273a"
|
text = "#1e1e2e"
|
||||||
cursor = "#b7bdf8"
|
cursor = "#b4befe"
|
||||||
|
|
||||||
[colors.search.matches]
|
[colors.search.matches]
|
||||||
foreground = "#24273a"
|
foreground = "#1e1e2e"
|
||||||
background = "#a5adcb"
|
background = "#a6adc8"
|
||||||
|
|
||||||
[colors.search.focused_match]
|
[colors.search.focused_match]
|
||||||
foreground = "#24273a"
|
foreground = "#1e1e2e"
|
||||||
background = "#a6da95"
|
background = "#a6e3a1"
|
||||||
|
|
||||||
[colors.footer_bar]
|
[colors.footer_bar]
|
||||||
foreground = "#24273a"
|
foreground = "#1e1e2e"
|
||||||
background = "#a5adcb"
|
background = "#a6adc8"
|
||||||
|
|
||||||
[colors.hints.start]
|
[colors.hints.start]
|
||||||
foreground = "#24273a"
|
foreground = "#1e1e2e"
|
||||||
background = "#eed49f"
|
background = "#f9e2af"
|
||||||
|
|
||||||
[colors.hints.end]
|
[colors.hints.end]
|
||||||
foreground = "#24273a"
|
foreground = "#1e1e2e"
|
||||||
background = "#a5adcb"
|
background = "#a6adc8"
|
||||||
|
|
||||||
[colors.selection]
|
[colors.selection]
|
||||||
text = "#24273a"
|
text = "#1e1e2e"
|
||||||
background = "#f4dbd6"
|
background = "#f5e0dc"
|
||||||
|
|
||||||
[colors.normal]
|
[colors.normal]
|
||||||
black = "#494d64"
|
black = "#45475a"
|
||||||
red = "#ed8796"
|
red = "#f38ba8"
|
||||||
green = "#a6da95"
|
green = "#a6e3a1"
|
||||||
yellow = "#eed49f"
|
yellow = "#f9e2af"
|
||||||
blue = "#8aadf4"
|
blue = "#89b4fa"
|
||||||
magenta = "#f5bde6"
|
magenta = "#f5c2e7"
|
||||||
cyan = "#8bd5ca"
|
cyan = "#94e2d5"
|
||||||
white = "#b8c0e0"
|
white = "#bac2de"
|
||||||
|
|
||||||
[colors.bright]
|
[colors.bright]
|
||||||
black = "#5b6078"
|
black = "#585b70"
|
||||||
red = "#ed8796"
|
red = "#f38ba8"
|
||||||
green = "#a6da95"
|
green = "#a6e3a1"
|
||||||
yellow = "#eed49f"
|
yellow = "#f9e2af"
|
||||||
blue = "#8aadf4"
|
blue = "#89b4fa"
|
||||||
magenta = "#f5bde6"
|
magenta = "#f5c2e7"
|
||||||
cyan = "#8bd5ca"
|
cyan = "#94e2d5"
|
||||||
white = "#a5adcb"
|
white = "#a6adc8"
|
||||||
|
|
||||||
[colors.dim]
|
|
||||||
black = "#494d64"
|
|
||||||
red = "#ed8796"
|
|
||||||
green = "#a6da95"
|
|
||||||
yellow = "#eed49f"
|
|
||||||
blue = "#8aadf4"
|
|
||||||
magenta = "#f5bde6"
|
|
||||||
cyan = "#8bd5ca"
|
|
||||||
white = "#b8c0e0"
|
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
[[colors.indexed_colors]]
|
||||||
index = 16
|
index = 16
|
||||||
color = "#f5a97f"
|
color = "#fab387"
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
[[colors.indexed_colors]]
|
||||||
index = 17
|
index = 17
|
||||||
color = "#f4dbd6"
|
color = "#f5e0dc"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"name": "Catppuccin Macchiato",
|
"name": "Catppuccin Mocha",
|
||||||
"extension": "catppuccin.catppuccin-vsc"
|
"extension": "catppuccin.catppuccin-vsc"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user