about summary refs log tree commit diff stats
path: root/modules/by-name/al/alacritty/theme.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-24 11:01:47 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-24 11:01:47 +0200
commita313260ac9184327afafb8524a1778900000ace9 (patch)
tree59a7dfe5fa34414c97f0849d274f37576475815b /modules/by-name/al/alacritty/theme.toml
parentmodules/ssh: Adapt to home-manager module changes (diff)
downloadnixos-config-a313260ac9184327afafb8524a1778900000ace9.zip
modules/legacy/{rofi,alacritty}: Migrate to by-name
Diffstat (limited to 'modules/by-name/al/alacritty/theme.toml')
-rw-r--r--modules/by-name/al/alacritty/theme.toml89
1 files changed, 89 insertions, 0 deletions
diff --git a/modules/by-name/al/alacritty/theme.toml b/modules/by-name/al/alacritty/theme.toml
new file mode 100644
index 00000000..2b326e43
--- /dev/null
+++ b/modules/by-name/al/alacritty/theme.toml
@@ -0,0 +1,89 @@
+# nixos-config - My current NixOS configuration
+#
+# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
+# This file is part of my nixos-config.
+#
+# You should have received a copy of the License along with this program.
+# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+
+# Nightfox Alacritty Colors
+## name: carbonfox
+## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/alacritty.toml
+
+[primary]
+background = "#161616"
+foreground = "#f2f4f8"
+dim_foreground = "#b6b8bb"
+bright_foreground = "#f9fbff"
+
+[cursor]
+text = "#f2f4f8"
+cursor = "#b6b8bb"
+
+[vi_mode_cursor]
+text = "#f2f4f8"
+cursor = "#33b1ff"
+
+[search.matches]
+foreground = "#f2f4f8"
+background = "#525253"
+
+[search.focused_match]
+foreground = "#f2f4f8"
+background = "#3ddbd9"
+
+[footer_bar]
+foreground = "#f2f4f8"
+background = "#353535"
+
+[hints.start]
+foreground = "#f2f4f8"
+background = "#3ddbd9"
+
+[hints.end]
+foreground = "#f2f4f8"
+background = "#353535"
+
+[selection]
+text = "#f2f4f8"
+background = "#2a2a2a"
+
+[normal]
+black = "#282828"
+red = "#ee5396"
+green = "#25be6a"
+yellow = "#08bdba"
+blue = "#78a9ff"
+magenta = "#be95ff"
+cyan = "#33b1ff"
+white = "#dfdfe0"
+
+[bright]
+black = "#484848"
+red = "#f16da6"
+green = "#46c880"
+yellow = "#2dc7c4"
+blue = "#8cb6ff"
+magenta = "#c8a5ff"
+cyan = "#52bdff"
+white = "#e4e4e5"
+
+[dim]
+black = "#222222"
+red = "#ca4780"
+green = "#1fa25a"
+yellow = "#07a19e"
+blue = "#6690d9"
+magenta = "#a27fd9"
+cyan = "#2b96d9"
+white = "#bebebe"
+
+[[indexed_colors]]
+index = 16
+color = "#3ddbd9"
+
+[[indexed_colors]]
+index = 17
+color = "#ff7eb6"