diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 120c2c0..0647de8 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,46 +1,5 @@ -[colors.primary] -foreground = "#bdbdbd" -background = "#080808" - -[colors.cursor] -cursor = "#9e9e9e" -text = "#080808" - -[colors.normal] -black = "#323437" -red = "#ff5454" -green = "#8cc85f" -yellow = "#e3c78a" -blue = "#80a0ff" -magenta = "#cf87e8" -cyan = "#79dac8" -white = "#c6c6c6" - -[colors.bright] -black = "#949494" -red = "#ff5189" -green = "#36c692" -yellow = "#c2c292" -blue = "#74b2ff" -magenta = "#ae81ff" -cyan = "#85dc85" -white = "#e4e4e4" - -# [colors.search.focused_match] -# background = "#000000" -# foreground = "#cccccc" - -# [colors.search.matches] -# background = "#cccccc" -# foreground = "#000000" - -[colors.selection] -background = "#b2ceee" -text = "#080808" - -[colors.vi_mode_cursor] -cursor = "#b2ceee" -text = "#080808" +[general] +import = ["one_dark.toml"] [font] size = 12 diff --git a/.config/alacritty/moonfly.toml b/.config/alacritty/moonfly.toml new file mode 100644 index 0000000..765ecef --- /dev/null +++ b/.config/alacritty/moonfly.toml @@ -0,0 +1,43 @@ +[colors.primary] +foreground = "#bdbdbd" +background = "#080808" + +[colors.cursor] +cursor = "#9e9e9e" +text = "#080808" + +[colors.normal] +black = "#323437" +red = "#ff5454" +green = "#8cc85f" +yellow = "#e3c78a" +blue = "#80a0ff" +magenta = "#cf87e8" +cyan = "#79dac8" +white = "#c6c6c6" + +[colors.bright] +black = "#949494" +red = "#ff5189" +green = "#36c692" +yellow = "#c2c292" +blue = "#74b2ff" +magenta = "#ae81ff" +cyan = "#85dc85" +white = "#e4e4e4" + +# [colors.search.focused_match] +# background = "#000000" +# foreground = "#cccccc" + +# [colors.search.matches] +# background = "#cccccc" +# foreground = "#000000" + +[colors.selection] +background = "#b2ceee" +text = "#080808" + +[colors.vi_mode_cursor] +cursor = "#b2ceee" +text = "#080808" diff --git a/.config/alacritty/one_dark.toml b/.config/alacritty/one_dark.toml new file mode 100644 index 0000000..b2de35e --- /dev/null +++ b/.config/alacritty/one_dark.toml @@ -0,0 +1,28 @@ +# Colors (One Dark) + +# Default colors +[colors.primary] +background = '#282c34' +foreground = '#abb2bf' + +# Normal colors +[colors.normal] +black = '#1e2127' +red = '#e06c75' +green = '#98c379' +yellow = '#d19a66' +blue = '#61afef' +magenta = '#c678dd' +cyan = '#56b6c2' +white = '#abb2bf' + +# Bright colors +[colors.bright] +black = '#5c6370' +red = '#e06c75' +green = '#98c379' +yellow = '#d19a66' +blue = '#61afef' +magenta = '#c678dd' +cyan = '#56b6c2' +white = '#ffffff'