diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..68ce763 --- /dev/null +++ b/.config/alacritty/alacritty.toml @@ -0,0 +1,14 @@ +import = ["/home/grfreire/.config/alacritty/themes/tokyo-night.toml"] + +[font.normal] +family = "Cascadia Code" + +[scrolling] +history = 100000 + +[window] +opacity = 0.8 + +[window.dimensions] +columns = 120 +lines = 35 diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml deleted file mode 100644 index 4611560..0000000 --- a/.config/alacritty/alacritty.yml +++ /dev/null @@ -1,17 +0,0 @@ -import: - - ~/.config/alacritty/themes/tokyo-night.yml - -window: - dimensions: - columns: 120 - lines: 35 - -scrolling: - history: 100000 - -font: - normal: - family: 'Cascadia Code' - -window: - opacity: 0.8 diff --git a/.config/alacritty/themes/doom-one.toml b/.config/alacritty/themes/doom-one.toml new file mode 100644 index 0000000..0ec355d --- /dev/null +++ b/.config/alacritty/themes/doom-one.toml @@ -0,0 +1,13 @@ +[colors.normal] +black = "0x282c34" +blue = "0x51afef" +cyan = "0x46d9ff" +green = "0x98be65" +magenta = "0xc678dd" +red = "0xff6c6b" +white = "0xbbc2cf" +yellow = "0xecbe7b" + +[colors.primary] +background = "0x282c34" +foreground = "0xbbc2cf" diff --git a/.config/alacritty/themes/doom-one.yml b/.config/alacritty/themes/doom-one.yml deleted file mode 100644 index 084d079..0000000 --- a/.config/alacritty/themes/doom-one.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Colors (Doom One) -colors: - # Default colors - primary: - background: '0x282c34' - foreground: '0xbbc2cf' - - # Normal colors - normal: - black: '0x282c34' - red: '0xff6c6b' - green: '0x98be65' - yellow: '0xecbe7b' - blue: '0x51afef' - magenta: '0xc678dd' - cyan: '0x46d9ff' - white: '0xbbc2cf' \ No newline at end of file diff --git a/.config/alacritty/themes/dracula.toml b/.config/alacritty/themes/dracula.toml new file mode 100644 index 0000000..4a22a27 --- /dev/null +++ b/.config/alacritty/themes/dracula.toml @@ -0,0 +1,61 @@ +[colors.bright] +black = "0x4d4d4d" +blue = "0xcaa9fa" +cyan = "0x9aedfe" +green = "0x5af78e" +magenta = "0xff92d0" +red = "0xff6e67" +white = "0xe6e6e6" +yellow = "0xf4f99d" + +[colors.cursor] +cursor = "CellForeground" +text = "CellBackground" + +[colors.dim] +black = "0x14151b" +blue = "0x4d5b86" +cyan = "0x59dffc" +green = "0x1ef956" +magenta = "0xff46b0" +red = "0xff2222" +white = "0xe6e6d1" +yellow = "0xebf85b" + +[colors.line_indicator] +background = "None" +foreground = "None" + +[colors.normal] +black = "0x000000" +blue = "0xbd93f9" +cyan = "0x8be9fd" +green = "0x50fa7b" +magenta = "0xff79c6" +red = "0xff5555" +white = "0xbfbfbf" +yellow = "0xf1fa8c" + +[colors.primary] +background = "0x282a36" +foreground = "0xf8f8f2" + +[colors.search.bar] +background = "0x282a36" +foreground = "0xf8f8f2" + +[colors.search.focused_match] +background = "0xffb86c" +foreground = "0x44475a" + +[colors.search.matches] +background = "0x50fa7b" +foreground = "0x44475a" + +[colors.selection] +background = "0x44475a" +text = "CellForeground" + +[colors.vi_mode_cursor] +cursor = "CellForeground" +text = "CellBackground" diff --git a/.config/alacritty/themes/dracula.yml b/.config/alacritty/themes/dracula.yml deleted file mode 100644 index e128f82..0000000 --- a/.config/alacritty/themes/dracula.yml +++ /dev/null @@ -1,53 +0,0 @@ -colors: - primary: - background: '0x282a36' - foreground: '0xf8f8f2' - cursor: - text: CellBackground - cursor: CellForeground - vi_mode_cursor: - text: CellBackground - cursor: CellForeground - search: - matches: - foreground: '0x44475a' - background: '0x50fa7b' - focused_match: - foreground: '0x44475a' - background: '0xffb86c' - bar: - background: '0x282a36' - foreground: '0xf8f8f2' - line_indicator: - foreground: None - background: None - selection: - text: CellForeground - background: '0x44475a' - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xbfbfbf' - bright: - black: '0x4d4d4d' - red: '0xff6e67' - green: '0x5af78e' - yellow: '0xf4f99d' - blue: '0xcaa9fa' - magenta: '0xff92d0' - cyan: '0x9aedfe' - white: '0xe6e6e6' - dim: - black: '0x14151b' - red: '0xff2222' - green: '0x1ef956' - yellow: '0xebf85b' - blue: '0x4d5b86' - magenta: '0xff46b0' - cyan: '0x59dffc' - white: '0xe6e6d1' diff --git a/.config/alacritty/themes/nord.toml b/.config/alacritty/themes/nord.toml new file mode 100644 index 0000000..2cee9b2 --- /dev/null +++ b/.config/alacritty/themes/nord.toml @@ -0,0 +1,54 @@ +[colors.bright] +black = "#4c566a" +blue = "#81a1c1" +cyan = "#8fbcbb" +green = "#a3be8c" +magenta = "#b48ead" +red = "#bf616a" +white = "#eceff4" +yellow = "#ebcb8b" + +[colors.cursor] +cursor = "#d8dee9" +text = "#2e3440" + +[colors.dim] +black = "#373e4d" +blue = "#68809a" +cyan = "#6d96a5" +green = "#809575" +magenta = "#8c738c" +red = "#94545d" +white = "#aeb3bb" +yellow = "#b29e75" + +[colors.normal] +black = "#3b4252" +blue = "#81a1c1" +cyan = "#88c0d0" +green = "#a3be8c" +magenta = "#b48ead" +red = "#bf616a" +white = "#e5e9f0" +yellow = "#ebcb8b" + +[colors.primary] +background = "#2e3440" +dim_foreground = "#a5abb6" +foreground = "#d8dee9" + +[colors.search.bar] +background = "#434c5e" +foreground = "#d8dee9" + +[colors.search.matches] +background = "#88c0d0" +foreground = "CellBackground" + +[colors.selection] +background = "#4c566a" +text = "CellForeground" + +[colors.vi_mode_cursor] +cursor = "#d8dee9" +text = "#2e3440" diff --git a/.config/alacritty/themes/nord.yml b/.config/alacritty/themes/nord.yml deleted file mode 100644 index b370cb1..0000000 --- a/.config/alacritty/themes/nord.yml +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright (c) 2017-present Arctic Ice Studio -# Copyright (c) 2017-present Sven Greb - -# Project: Nord Alacritty -# Version: 0.1.0 -# Repository: https://github.com/arcticicestudio/nord-alacritty -# License: MIT -# References: -# https://github.com/alacritty/alacritty - -colors: - primary: - background: '#2e3440' - foreground: '#d8dee9' - dim_foreground: '#a5abb6' - cursor: - text: '#2e3440' - cursor: '#d8dee9' - vi_mode_cursor: - text: '#2e3440' - cursor: '#d8dee9' - selection: - text: CellForeground - background: '#4c566a' - search: - matches: - foreground: CellBackground - background: '#88c0d0' - bar: - background: '#434c5e' - foreground: '#d8dee9' - normal: - black: '#3b4252' - red: '#bf616a' - green: '#a3be8c' - yellow: '#ebcb8b' - blue: '#81a1c1' - magenta: '#b48ead' - cyan: '#88c0d0' - white: '#e5e9f0' - bright: - black: '#4c566a' - red: '#bf616a' - green: '#a3be8c' - yellow: '#ebcb8b' - blue: '#81a1c1' - magenta: '#b48ead' - cyan: '#8fbcbb' - white: '#eceff4' - dim: - black: '#373e4d' - red: '#94545d' - green: '#809575' - yellow: '#b29e75' - blue: '#68809a' - magenta: '#8c738c' - cyan: '#6d96a5' - white: '#aeb3bb' diff --git a/.config/alacritty/themes/rose-pine.toml b/.config/alacritty/themes/rose-pine.toml new file mode 100644 index 0000000..6cd6557 --- /dev/null +++ b/.config/alacritty/themes/rose-pine.toml @@ -0,0 +1,47 @@ +[colors.bright] +black = "0x6e6a86" +blue = "0x9ccfd8" +cyan = "0xebbcba" +green = "0x31748f" +magenta = "0xc4a7e7" +red = "0xeb6f92" +white = "0xe0def4" +yellow = "0xf6c177" + +[colors.cursor] +cursor = "0x524f67" +text = "0xe0def4" + +[colors.hints.end] +background = "#1f1d2e" +foreground = "#6e6a86" + +[colors.hints.start] +background = "#1f1d2e" +foreground = "#908caa" + +[colors.line_indicator] +background = "None" +foreground = "None" + +[colors.normal] +black = "0x26233a" +blue = "0x9ccfd8" +cyan = "0xebbcba" +green = "0x31748f" +magenta = "0xc4a7e7" +red = "0xeb6f92" +white = "0xe0def4" +yellow = "0xf6c177" + +[colors.primary] +background = "0x191724" +foreground = "0xe0def4" + +[colors.selection] +background = "0x403d52" +text = "0xe0def4" + +[colors.vi_mode_cursor] +cursor = "0x524f67" +text = "0xe0def4" diff --git a/.config/alacritty/themes/tokyo-night.toml b/.config/alacritty/themes/tokyo-night.toml new file mode 100644 index 0000000..2c0b5c4 --- /dev/null +++ b/.config/alacritty/themes/tokyo-night.toml @@ -0,0 +1,23 @@ +[colors.bright] +black = "0x444b6a" +blue = "0x7da6ff" +cyan = "0x0db9d7" +green = "0xb9f27c" +magenta = "0xbb9af7" +red = "0xff7a93" +white = "0xacb0d0" +yellow = "0xff9e64" + +[colors.normal] +black = "0x32344a" +blue = "0x7aa2f7" +cyan = "0x449dab" +green = "0x9ece6a" +magenta = "0xad8ee6" +red = "0xf7768e" +white = "0x787c99" +yellow = "0xe0af68" + +[colors.primary] +background = "0x1a1b26" +foreground = "0xa9b1d6" diff --git a/.config/alacritty/themes/tokyo-night.yml b/.config/alacritty/themes/tokyo-night.yml deleted file mode 100644 index 6146b5b..0000000 --- a/.config/alacritty/themes/tokyo-night.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Colors (Tokyo Night) -colors: - primary: - background: '0x1a1b26' - foreground: '0xa9b1d6' - - # Normal colors - normal: - black: '0x32344a' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xad8ee6' - cyan: '0x449dab' - white: '0x787c99' - - # Bright colors - bright: - black: '0x444b6a' - red: '0xff7a93' - green: '0xb9f27c' - yellow: '0xff9e64' - blue: '0x7da6ff' - magenta: '0xbb9af7' - cyan: '0x0db9d7' - white: '0xacb0d0'