about summary refs log tree commit diff stats
path: root/modules/by-name/al/alacritty/theme.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/by-name/al/alacritty/theme.toml (renamed from modules/home.legacy/conf/alacritty/toml/colorscheme.toml)28
1 files changed, 14 insertions, 14 deletions
diff --git a/modules/home.legacy/conf/alacritty/toml/colorscheme.toml b/modules/by-name/al/alacritty/theme.toml
index 13c796c9..2b326e43 100644
--- a/modules/home.legacy/conf/alacritty/toml/colorscheme.toml
+++ b/modules/by-name/al/alacritty/theme.toml
@@ -12,45 +12,45 @@
 ## name: carbonfox
 ## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/alacritty.toml
 
-[colors.primary]
+[primary]
 background = "#161616"
 foreground = "#f2f4f8"
 dim_foreground = "#b6b8bb"
 bright_foreground = "#f9fbff"
 
-[colors.cursor]
+[cursor]
 text = "#f2f4f8"
 cursor = "#b6b8bb"
 
-[colors.vi_mode_cursor]
+[vi_mode_cursor]
 text = "#f2f4f8"
 cursor = "#33b1ff"
 
-[colors.search.matches]
+[search.matches]
 foreground = "#f2f4f8"
 background = "#525253"
 
-[colors.search.focused_match]
+[search.focused_match]
 foreground = "#f2f4f8"
 background = "#3ddbd9"
 
-[colors.footer_bar]
+[footer_bar]
 foreground = "#f2f4f8"
 background = "#353535"
 
-[colors.hints.start]
+[hints.start]
 foreground = "#f2f4f8"
 background = "#3ddbd9"
 
-[colors.hints.end]
+[hints.end]
 foreground = "#f2f4f8"
 background = "#353535"
 
-[colors.selection]
+[selection]
 text = "#f2f4f8"
 background = "#2a2a2a"
 
-[colors.normal]
+[normal]
 black = "#282828"
 red = "#ee5396"
 green = "#25be6a"
@@ -60,7 +60,7 @@ magenta = "#be95ff"
 cyan = "#33b1ff"
 white = "#dfdfe0"
 
-[colors.bright]
+[bright]
 black = "#484848"
 red = "#f16da6"
 green = "#46c880"
@@ -70,7 +70,7 @@ magenta = "#c8a5ff"
 cyan = "#52bdff"
 white = "#e4e4e5"
 
-[colors.dim]
+[dim]
 black = "#222222"
 red = "#ca4780"
 green = "#1fa25a"
@@ -80,10 +80,10 @@ magenta = "#a27fd9"
 cyan = "#2b96d9"
 white = "#bebebe"
 
-[[colors.indexed_colors]]
+[[indexed_colors]]
 index = 16
 color = "#3ddbd9"
 
-[[colors.indexed_colors]]
+[[indexed_colors]]
 index = 17
 color = "#ff7eb6"