diff --git a/README.md b/README.md index b68a9a8..3da2803 100644 --- a/README.md +++ b/README.md @@ -20,34 +20,23 @@ Each directory in this repository corresponds to a specific application or tool, This repository contains my configuration files for the following tools: - **Shells & Prompt** - - `zsh` + `starship` + - `bash` (Oh My Bash) - **Terminal Emulators & Multiplexer** - - `alacritty` - `foot` - `tmux` - **Editors & CLI Tools** + - `emacs` - `neovim` (with LazyVim) - - `doom emacs` - `git` - `lazygit` -- **X11 Environment** - - `rofi` (launcher) - - `polybar` (status bar) - - `dunst` (notification daemon) - - `i3` (window manager) - - `picom` (X11 compositor) - **Wayland Environment** - - `fuzzel` (launcher) + - `rofi` (launcher) - `waybar` (status bar) - `dunst` (notification daemon) - `sway` (window manager) - **Utilities** - - `fastfetch` - `zoxide` - - `mpv` - - `yt-dlp` - `flameshot` - - `newsboat` --- diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml deleted file mode 100644 index 5fd617a..0000000 --- a/alacritty/.config/alacritty/alacritty.toml +++ /dev/null @@ -1,142 +0,0 @@ -live_config_reload = true -working_directory = "None" -import = ["~/.config/alacritty/themes/catppuccin-mocha.toml"] - -[env] -TERM = "xterm-256color" -WINIT_X11_SCALE_FACTOR = "1" - -[window] -dynamic_padding = true -decorations = "full" -title = "Terminal" -opacity = 0.95 -blur = true -decorations_theme_variant = "Dark" - -[window.dimensions] -columns = 160 -lines = 45 - -[window.class] -instance = "Alacritty" -general = "Alacritty" - -[scrolling] -history = 10000 -multiplier = 3 - -[colors] -draw_bold_text_with_bright_colors = true - -[font] -size = 14 - -[font.normal] -family = "0xProto Nerd Font" -style = "Regular" - -[font.bold] -family = "0xProto Nerd Font" -style = "Bold" - -[font.italic] -family = "0xProto Nerd Font" -style = "Italic" - -[font.bold_italic] -family = "0xProto Nerd Font" -style = "Bold Italic" - -[selection] -semantic_escape_chars = ",β”‚`|:\"' ()[]{}<>\t" -save_to_clipboard = true - -[cursor] -style = "Block" -vi_mode_style = "None" -unfocused_hollow = true -thickness = 0.15 - -[mouse] -hide_when_typing = true - -[[mouse.bindings]] -mouse = "Middle" -action = "PasteSelection" - -[keyboard] -[[keyboard.bindings]] -key = "Paste" -action = "Paste" - -[[keyboard.bindings]] -key = "Copy" -action = "Copy" - -[[keyboard.bindings]] -key = "L" -mods = "Control" -action = "ClearLogNotice" - -[[keyboard.bindings]] -key = "L" -mods = "Control" -mode = "~Vi" -chars = "\f" - -[[keyboard.bindings]] -key = "PageUp" -mods = "Shift" -mode = "~Alt" -action = "ScrollPageUp" - -[[keyboard.bindings]] -key = "PageDown" -mods = "Shift" -mode = "~Alt" -action = "ScrollPageDown" - -[[keyboard.bindings]] -key = "Home" -mods = "Shift" -mode = "~Alt" -action = "ScrollToTop" - -[[keyboard.bindings]] -key = "End" -mods = "Shift" -mode = "~Alt" -action = "ScrollToBottom" - -[[keyboard.bindings]] -key = "V" -mods = "Control|Shift" -action = "Paste" - -[[keyboard.bindings]] -key = "C" -mods = "Control|Shift" -action = "Copy" - -[[keyboard.bindings]] -key = "F" -mods = "Control|Shift" -action = "SearchForward" - -[[keyboard.bindings]] -key = "B" -mods = "Control|Shift" -action = "SearchBackward" - -[[keyboard.bindings]] -key = "C" -mods = "Control|Shift" -mode = "Vi" -action = "ClearSelection" - -[[keyboard.bindings]] -key = "Key0" -mods = "Control" -action = "ResetFontSize" - diff --git a/alacritty/.config/alacritty/themes/Cobalt2.toml b/alacritty/.config/alacritty/themes/Cobalt2.toml deleted file mode 100644 index d390bab..0000000 --- a/alacritty/.config/alacritty/themes/Cobalt2.toml +++ /dev/null @@ -1,33 +0,0 @@ -# From the famous Cobalt2 sublime theme -# Source https//github.com/wesbos/cobalt2/tree/master/Cobalt2 - -# Default colors -[colors.primary] -background = '#122637' -foreground = '#ffffff' - -[colors.cursor] -text = '#122637' -cursor = '#f0cb09' - -# Normal colors -[colors.normal] -black = '#000000' -red = '#ff0000' -green = '#37dd21' -yellow = '#fee409' -blue = '#1460d2' -magenta = '#ff005d' -cyan = '#00bbbb' -white = '#bbbbbb' - -# Bright colors -[colors.bright] -black = '#545454' -red = '#f40d17' -green = '#3bcf1d' -yellow = '#ecc809' -blue = '#5555ff' -magenta = '#ff55ff' -cyan = '#6ae3f9' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/Mariana.toml b/alacritty/.config/alacritty/themes/Mariana.toml deleted file mode 100644 index 0b7497b..0000000 --- a/alacritty/.config/alacritty/themes/Mariana.toml +++ /dev/null @@ -1,39 +0,0 @@ -# Mariana (ported from Sublime Text 4) -# Source https//github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml - -# Default colors -[colors.primary] -background = '#343d46' -foreground = '#d8dee9' - -# Cursor colors -[colors.cursor] -cursor = '#fcbb6a' -text = '#ffffff' - -# Normal colors -[colors.normal] -black = '#000000' -blue = '#6699cc' -cyan = '#5fb4b4' -green = '#99c794' -magenta = '#c695c6' -red = '#ec5f66' -white = '#f7f7f7' -yellow = '#f9ae58' - -# Bright colors -[colors.bright] -black = '#333333' -blue = '#85add6' -cyan = '#82c4c4' -green = '#acd1a8' -magenta = '#d8b6d8' -red = '#f97b58' -white = '#ffffff' -yellow = '#fac761' - -# Selection colors -[colors.selection] -background = '#4e5a65' -text = '#d8dee9' diff --git a/alacritty/.config/alacritty/themes/afterglow.toml b/alacritty/.config/alacritty/themes/afterglow.toml deleted file mode 100644 index 74702c1..0000000 --- a/alacritty/.config/alacritty/themes/afterglow.toml +++ /dev/null @@ -1,45 +0,0 @@ -# Default colors -[colors.primary] -background = '#2c2c2c' -foreground = '#d6d6d6' - -dim_foreground = '#dbdbdb' -bright_foreground = '#d9d9d9' - -# Cursor colors -[colors.cursor] -text = '#2c2c2c' -cursor = '#d9d9d9' - -# Normal colors -[colors.normal] -black = '#1c1c1c' -red = '#bc5653' -green = '#909d63' -yellow = '#ebc17a' -blue = '#7eaac7' -magenta = '#aa6292' -cyan = '#86d3ce' -white = '#cacaca' - -# Bright colors -[colors.bright] -black = '#636363' -red = '#bc5653' -green = '#909d63' -yellow = '#ebc17a' -blue = '#7eaac7' -magenta = '#aa6292' -cyan = '#86d3ce' -white = '#f7f7f7' - -# Dim colors -[colors.dim] -black = '#232323' -red = '#74423f' -green = '#5e6547' -yellow = '#8b7653' -blue = '#556b79' -magenta = '#6e4962' -cyan = '#5c8482' -white = '#828282' diff --git a/alacritty/.config/alacritty/themes/alabaster.toml b/alacritty/.config/alacritty/themes/alabaster.toml deleted file mode 100644 index df312d3..0000000 --- a/alacritty/.config/alacritty/themes/alabaster.toml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Alabaster) -# author tonsky - -[colors.primary] -background = '#F7F7F7' -foreground = '#434343' - -[colors.cursor] -text = '#F7F7F7' -cursor = '#434343' - -[colors.normal] -black = '#000000' -red = '#AA3731' -green = '#448C27' -yellow = '#CB9000' -blue = '#325CC0' -magenta = '#7A3E9D' -cyan = '#0083B2' -white = '#BBBBBB' - -[colors.bright] -black = '#777777' -red = '#F05050' -green = '#60CB00' -yellow = '#FFBC5D' -blue = '#007ACC' -magenta = '#E64CE6' -cyan = '#00AACB' -white = '#FFFFFF' diff --git a/alacritty/.config/alacritty/themes/alabaster_dark.toml b/alacritty/.config/alacritty/themes/alabaster_dark.toml deleted file mode 100644 index 500f1ee..0000000 --- a/alacritty/.config/alacritty/themes/alabaster_dark.toml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Alabaster Dark) -# author tonsky - -[colors.primary] -background = '#0E1415' -foreground = '#CECECE' - -[colors.cursor] -text = '#0E1415' -cursor = '#CECECE' - -[colors.normal] -black = '#0E1415' -red = '#e25d56' -green = '#73ca50' -yellow = '#e9bf57' -blue = '#4a88e4' -magenta = '#915caf' -cyan = '#23acdd' -white = '#f0f0f0' - -[colors.bright] -black = '#777777' -red = '#f36868' -green = '#88db3f' -yellow = '#f0bf7a' -blue = '#6f8fdb' -magenta = '#e987e9' -cyan = '#4ac9e2' -white = '#FFFFFF' diff --git a/alacritty/.config/alacritty/themes/alacritty_0_12.toml b/alacritty/.config/alacritty/themes/alacritty_0_12.toml deleted file mode 100644 index 434db48..0000000 --- a/alacritty/.config/alacritty/themes/alacritty_0_12.toml +++ /dev/null @@ -1,44 +0,0 @@ -# Alacritty's default color scheme pre-0.13 (based on tomorrow_night) -# https://github.com/alacritty/alacritty/blob/v0.12.3/alacritty/src/config/color.rs - -[colors.primary] -foreground = "#c5c8c6" -background = "#1d1f21" - -[colors.normal] -black = "#1d1f21" -red = "#cc6666" -green = "#b5bd68" -yellow = "#f0c674" -blue = "#81a2be" -magenta = "#b294bb" -cyan = "#8abeb7" -white = "#c5c8c6" - -[colors.bright] -black = "#666666" -red = "#d54e53" -green = "#b9ca4a" -yellow = "#e7c547" -blue = "#7aa6da" -magenta = "#c397d8" -cyan = "#70c0b1" -white = "#eaeaea" - -[colors.dim] -black = "#131415" -red = "#864343" -green = "#777c44" -yellow = "#9e824c" -blue = "#556a7d" -magenta = "#75617b" -cyan = "#5b7d78" -white = "#828482" - -[colors.hints] -start = { foreground = "#1d1f21", background = "#e9ff5e" } -end = { foreground = "#e9ff5e", background = "#1d1f21" } - -[colors.search] -matches = { foreground = "#000000", background = "#ffffff" } -focused_match = { foreground = "#ffffff", background = "#000000" } diff --git a/alacritty/.config/alacritty/themes/argonaut.toml b/alacritty/.config/alacritty/themes/argonaut.toml deleted file mode 100644 index dc5eb53..0000000 --- a/alacritty/.config/alacritty/themes/argonaut.toml +++ /dev/null @@ -1,31 +0,0 @@ -# Default colors -[colors.primary] -background = '#292C3E' -foreground = '#EBEBEB' - -# Cursor colors -[colors.cursor] -text = '#EBEBEB' -cursor = '#FF261E' - -# Normal colors -[colors.normal] -black = '#0d0d0d' -red = '#FF301B' -green = '#A0E521' -yellow = '#FFC620' -blue = '#1BA6FA' -magenta = '#8763B8' -cyan = '#21DEEF' -white = '#EBEBEB' - -# Bright colors -[colors.bright] -black = '#6D7070' -red = '#FF4352' -green = '#B8E466' -yellow = '#FFD750' -blue = '#1BA6FA' -magenta = '#A578EA' -cyan = '#73FBF1' -white = '#FEFEF8' diff --git a/alacritty/.config/alacritty/themes/ashes_dark.toml b/alacritty/.config/alacritty/themes/ashes_dark.toml deleted file mode 100644 index ed218ea..0000000 --- a/alacritty/.config/alacritty/themes/ashes_dark.toml +++ /dev/null @@ -1,27 +0,0 @@ -[colors.primary] -background = '#1c2023' -foreground = '#c7ccd1' - -[colors.cursor] -text = '#1c2023' -cursor = '#c7ccd1' - -[colors.normal] -black = '#1c2023' -red = '#c7ae95' -green = '#95c7ae' -yellow = '#aec795' -blue = '#ae95c7' -magenta = '#c795ae' -cyan = '#95aec7' -white = '#c7ccd1' - -[colors.bright] -black = '#747c84' -red = '#c7ae95' -green = '#95c7ae' -yellow = '#aec795' -blue = '#ae95c7' -magenta = '#c795ae' -cyan = '#95aec7' -white = '#f3f4f5' diff --git a/alacritty/.config/alacritty/themes/ashes_light.toml b/alacritty/.config/alacritty/themes/ashes_light.toml deleted file mode 100644 index 1b76e8f..0000000 --- a/alacritty/.config/alacritty/themes/ashes_light.toml +++ /dev/null @@ -1,27 +0,0 @@ -[colors.primary] -background = '#f3f4f5' -foreground = '#565e65' - -[colors.cursor] -text = '#f3f4f5' -cursor = '#565e65' - -[colors.normal] -black = '#1c2023' -red = '#c7ae95' -green = '#95c7ae' -yellow = '#aec795' -blue = '#ae95c7' -magenta = '#c795ae' -cyan = '#95aec7' -white = '#c7ccd1' - -[colors.bright] -black = '#747c84' -red = '#c7ae95' -green = '#95c7ae' -yellow = '#aec795' -blue = '#ae95c7' -magenta = '#c795ae' -cyan = '#95aec7' -white = '#f3f4f5' diff --git a/alacritty/.config/alacritty/themes/atom_one_light.toml b/alacritty/.config/alacritty/themes/atom_one_light.toml deleted file mode 100644 index 0337917..0000000 --- a/alacritty/.config/alacritty/themes/atom_one_light.toml +++ /dev/null @@ -1,23 +0,0 @@ -[colors.primary] -background = '#f8f8f8' -foreground = '#2a2b33' - -[colors.normal] -black = '#000000' -red = '#de3d35' -green = '#3e953a' -yellow = '#d2b67b' -blue = '#2f5af3' -magenta = '#a00095' -cyan = '#3e953a' -white = '#bbbbbb' - -[colors.bright] -black = '#000000' -red = '#de3d35' -green = '#3e953a' -yellow = '#d2b67b' -blue = '#2f5af3' -magenta = '#a00095' -cyan = '#3e953a' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/aura.toml b/alacritty/.config/alacritty/themes/aura.toml deleted file mode 100644 index e9967ef..0000000 --- a/alacritty/.config/alacritty/themes/aura.toml +++ /dev/null @@ -1,30 +0,0 @@ -[colors.primary] -background = "#15141b" -foreground = "#edecee" - -[colors.cursor] -cursor = "#a277ff" - -[colors.selection] -text = "CellForeground" -background = "#29263c" - -[colors.normal] -black = "#110f18" -red = "#ff6767" -green = "#61ffca" -yellow = "#ffca85" -blue = "#a277ff" -magenta = "#a277ff" -cyan = "#61ffca" -white = "#edecee" - -[colors.bright] -black = "#4d4d4d" -red = "#ff6767" -green = "#61ffca" -yellow = "#ffca85" -blue = "#a277ff" -magenta = "#a277ff" -cyan = "#61ffca" -white = "#edecee" diff --git a/alacritty/.config/alacritty/themes/ayu_dark.toml b/alacritty/.config/alacritty/themes/ayu_dark.toml deleted file mode 100644 index a2ea740..0000000 --- a/alacritty/.config/alacritty/themes/ayu_dark.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Ayu Dark) - -# Default colors -[colors.primary] -background = '#0A0E14' -foreground = '#B3B1AD' - -# Normal colors -[colors.normal] -black = '#01060E' -red = '#EA6C73' -green = '#91B362' -yellow = '#F9AF4F' -blue = '#53BDFA' -magenta = '#FAE994' -cyan = '#90E1C6' -white = '#C7C7C7' - -# Bright colors -[colors.bright] -black = '#686868' -red = '#F07178' -green = '#C2D94C' -yellow = '#FFB454' -blue = '#59C2FF' -magenta = '#FFEE99' -cyan = '#95E6CB' -white = '#FFFFFF' diff --git a/alacritty/.config/alacritty/themes/ayu_light.toml b/alacritty/.config/alacritty/themes/ayu_light.toml deleted file mode 100644 index d5cd4f9..0000000 --- a/alacritty/.config/alacritty/themes/ayu_light.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Ayu Light) - -# Default colors - taken from ayu-colors -[colors.primary] -background = '#FCFCFC' -foreground = '#5C6166' - -# Normal colors - taken from ayu-iTerm -[colors.normal] -black = '#010101' -red = '#e7666a' -green = '#80ab24' -yellow = '#eba54d' -blue = '#4196df' -magenta = '#9870c3' -cyan = '#51b891' -white = '#c1c1c1' - -# Bright colors - pastel lighten 0.1 except black lighten with 0.2 -[colors.bright] -black = '#343434' -red = '#ee9295' -green = '#9fd32f' -yellow = '#f0bc7b' -blue = '#6daee6' -magenta = '#b294d2' -cyan = '#75c7a8' -white = '#dbdbdb' diff --git a/alacritty/.config/alacritty/themes/baitong.toml b/alacritty/.config/alacritty/themes/baitong.toml deleted file mode 100644 index 4057041..0000000 --- a/alacritty/.config/alacritty/themes/baitong.toml +++ /dev/null @@ -1,55 +0,0 @@ -# Colors (Baitong) - -[colors.primary] -background = '#112a2a' -foreground = '#33ff33' - -[colors.cursor] -text = '#112a2a' -cursor = '#ff00ff' - -[colors.vi_mode_cursor] -text = '#112a2a' -cursor = '#ff00ff' - -[colors.search] -matches = { foreground = '#000000', background = '#1AE642' } -focused_match = { foreground = '#000000', background = '#ff00ff' } - -[colors.hints] -start = { foreground = '#1d1f21', background = '#1AE642' } -end = { foreground = '#1AE642', background = '#1d1f21' } - -[colors.line_indicator] -foreground = '#33ff33' -background = '#1d1f21' - -[colors.footer_bar] -background = '#731d8b' -foreground = '#ffffff' - -[colors.selection] -text = '#112a2a' -background = '#1AE642' - -# Normal colors -[colors.normal] -black = '#000000' -red = '#f77272' -green = '#33ff33' -yellow = '#1AE642' -blue = '#68FDFE' -magenta = '#ff66ff' -cyan = '#87CEFA' -white = '#dbdbd9' - -# Bright colors -[colors.bright] -black = '#ffffff' -red = '#f77272' -green = '#33ff33' -yellow = '#1AE642' -blue = '#68FDFE' -magenta = '#ff66ff' -cyan = '#68FDFE' -white = '#dbdbd9' diff --git a/alacritty/.config/alacritty/themes/base16_default_dark.toml b/alacritty/.config/alacritty/themes/base16_default_dark.toml deleted file mode 100644 index ca85177..0000000 --- a/alacritty/.config/alacritty/themes/base16_default_dark.toml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (Base16 Default Dark) - -# Default colors -[colors.primary] -background = '#181818' -foreground = '#d8d8d8' - -[colors.cursor] -text = '#181818' -cursor = '#d8d8d8' - -# Normal colors -[colors.normal] -black = '#181818' -red = '#ab4642' -green = '#a1b56c' -yellow = '#f7ca88' -blue = '#7cafc2' -magenta = '#ba8baf' -cyan = '#86c1b9' -white = '#d8d8d8' - -# Bright colors -[colors.bright] -black = '#585858' -red = '#ab4642' -green = '#a1b56c' -yellow = '#f7ca88' -blue = '#7cafc2' -magenta = '#ba8baf' -cyan = '#86c1b9' -white = '#f8f8f8' diff --git a/alacritty/.config/alacritty/themes/blood_moon.toml b/alacritty/.config/alacritty/themes/blood_moon.toml deleted file mode 100644 index ae99edd..0000000 --- a/alacritty/.config/alacritty/themes/blood_moon.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Blood Moon) - -# Default colors -[colors.primary] -background = '#10100E' -foreground = '#C6C6C4' - -# Normal colors -[colors.normal] -black = '#10100E' -red = '#C40233' -green = '#009F6B' -yellow = '#FFD700' -blue = '#0087BD' -magenta = '#9A4EAE' -cyan = '#20B2AA' -white = '#C6C6C4' - -# Bright colors -[colors.bright] -black = '#696969' -red = '#FF2400' -green = '#03C03C' -yellow = '#FDFF00' -blue = '#007FFF' -magenta = '#FF1493' -cyan = '#00CCCC' -white = '#FFFAFA' diff --git a/alacritty/.config/alacritty/themes/bluish.toml b/alacritty/.config/alacritty/themes/bluish.toml deleted file mode 100644 index ca2333f..0000000 --- a/alacritty/.config/alacritty/themes/bluish.toml +++ /dev/null @@ -1,26 +0,0 @@ -# Default colors -[colors.primary] -background = '#2c3640' -foreground = '#297dd3' - -# Normal colors -[colors.normal] -black = '#0b0b0c' -red = '#377fc4' -green = '#2691e7' -yellow = '#2090c1' -blue = '#2c5e87' -magenta = '#436280' -cyan = '#547aa2' -white = '#536679' - -# Bright colors -[colors.bright] -black = '#23272c' -red = '#66a5cc' -green = '#59b0f2' -yellow = '#4bb0d3' -blue = '#487092' -magenta = '#50829e' -cyan = '#658795' -white = '#4d676b' diff --git a/alacritty/.config/alacritty/themes/breeze.toml b/alacritty/.config/alacritty/themes/breeze.toml deleted file mode 100644 index 67e4992..0000000 --- a/alacritty/.config/alacritty/themes/breeze.toml +++ /dev/null @@ -1,42 +0,0 @@ -# KDE Breeze (Ported from Konsole) - -# Default colors -[colors.primary] -background = '#232627' -foreground = '#fcfcfc' - -dim_foreground = '#eff0f1' -bright_foreground = '#ffffff' - -# Normal colors -[colors.normal] -black = '#232627' -red = '#ed1515' -green = '#11d116' -yellow = '#f67400' -blue = '#1d99f3' -magenta = '#9b59b6' -cyan = '#1abc9c' -white = '#fcfcfc' - -# Bright colors -[colors.bright] -black = '#7f8c8d' -red = '#c0392b' -green = '#1cdc9a' -yellow = '#fdbc4b' -blue = '#3daee9' -magenta = '#8e44ad' -cyan = '#16a085' -white = '#ffffff' - -# Dim colors -[colors.dim] -black = '#31363b' -red = '#783228' -green = '#17a262' -yellow = '#b65619' -blue = '#1b668f' -magenta = '#614a73' -cyan = '#186c60' -white = '#63686d' diff --git a/alacritty/.config/alacritty/themes/campbell.toml b/alacritty/.config/alacritty/themes/campbell.toml deleted file mode 100644 index 05630b7..0000000 --- a/alacritty/.config/alacritty/themes/campbell.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Campbell (Windows 10 default) - -# Default colors -[colors.primary] -background = '#0c0c0c' -foreground = '#cccccc' - -# Normal colors -[colors.normal] -black = '#0c0c0c' -red = '#c50f1f' -green = '#13a10e' -yellow = '#c19c00' -blue = '#0037da' -magenta = '#881798' -cyan = '#3a96dd' -white = '#cccccc' - -# Bright colors -[colors.bright] -black = '#767676' -red = '#e74856' -green = '#16c60c' -yellow = '#f9f1a5' -blue = '#3b78ff' -magenta = '#b4009e' -cyan = '#61d6d6' -white = '#f2f2f2' diff --git a/alacritty/.config/alacritty/themes/carbonfox.toml b/alacritty/.config/alacritty/themes/carbonfox.toml deleted file mode 100644 index a5caa75..0000000 --- a/alacritty/.config/alacritty/themes/carbonfox.toml +++ /dev/null @@ -1,26 +0,0 @@ -# Default colors -[colors.primary] -background = '#161616' -foreground = '#f2f4f8' - -# Normal colors -[colors.normal] -black = '#282828' -red = '#ee5396' -green = '#25be6a' -yellow = '#08bdba' -blue = '#78a9ff' -magenta = '#be95ff' -cyan = '#33b1ff' -white = '#dfdfe0' - -# Bright colors -[colors.bright] -black = '#484848' -red = '#f16da6' -green = '#46c880' -yellow = '#2dc7c4' -blue = '#8cb6ff' -magenta = '#c8a5ff' -cyan = '#52bdff' -white = '#e4e4e5' diff --git a/alacritty/.config/alacritty/themes/catppuccin-mocha.toml b/alacritty/.config/alacritty/themes/catppuccin-mocha.toml deleted file mode 100644 index 7762dcd..0000000 --- a/alacritty/.config/alacritty/themes/catppuccin-mocha.toml +++ /dev/null @@ -1,65 +0,0 @@ -[colors.primary] -background = "#1e1e2e" -foreground = "#cdd6f4" -dim_foreground = "#7f849c" -bright_foreground = "#cdd6f4" - -[colors.cursor] -text = "#1e1e2e" -cursor = "#f5e0dc" - -[colors.vi_mode_cursor] -text = "#1e1e2e" -cursor = "#b4befe" - -[colors.search.matches] -foreground = "#1e1e2e" -background = "#a6adc8" - -[colors.search.focused_match] -foreground = "#1e1e2e" -background = "#a6e3a1" - -[colors.footer_bar] -foreground = "#1e1e2e" -background = "#a6adc8" - -[colors.hints.start] -foreground = "#1e1e2e" -background = "#f9e2af" - -[colors.hints.end] -foreground = "#1e1e2e" -background = "#a6adc8" - -[colors.selection] -text = "#1e1e2e" -background = "#f5e0dc" - -[colors.normal] -black = "#45475a" -red = "#f38ba8" -green = "#a6e3a1" -yellow = "#f9e2af" -blue = "#89b4fa" -magenta = "#f5c2e7" -cyan = "#94e2d5" -white = "#bac2de" - -[colors.bright] -black = "#585b70" -red = "#f38ba8" -green = "#a6e3a1" -yellow = "#f9e2af" -blue = "#89b4fa" -magenta = "#f5c2e7" -cyan = "#94e2d5" -white = "#a6adc8" - -[[colors.indexed_colors]] -index = 16 -color = "#fab387" - -[[colors.indexed_colors]] -index = 17 -color = "#f5e0dc" diff --git a/alacritty/.config/alacritty/themes/catppuccin.toml b/alacritty/.config/alacritty/themes/catppuccin.toml deleted file mode 100644 index 2ea110f..0000000 --- a/alacritty/.config/alacritty/themes/catppuccin.toml +++ /dev/null @@ -1,39 +0,0 @@ -# Catppuccino theme scheme for Alacritty - -[colors.primary] -background = '#1E1E2E' -foreground = '#D6D6D6' - -[colors.cursor] -text = '#1E1E2E' -cursor = '#D9D9D9' - -[colors.normal] -black = '#181A1F' -red = '#E86671' -green = '#98C379' -yellow = '#E5C07B' -blue = '#61AFEF' -magenta = '#C678DD' -cyan = '#54AFBC' -white = '#ABB2BF' - -[colors.bright] -black = '#5C6370' -red = '#E86671' -green = '#98C379' -yellow = '#E5C07B' -blue = '#61AFEF' -magenta = '#C678DD' -cyan = '#54AFBC' -white = '#F7F7F7' - -[colors.dim] -black = '#5C6370' -red = '#74423F' -green = '#98C379' -yellow = '#E5C07B' -blue = '#61AFEF' -magenta = '#6E4962' -cyan = '#5C8482' -white = '#828282' diff --git a/alacritty/.config/alacritty/themes/catppuccin_frappe.toml b/alacritty/.config/alacritty/themes/catppuccin_frappe.toml deleted file mode 100644 index 6a286e2..0000000 --- a/alacritty/.config/alacritty/themes/catppuccin_frappe.toml +++ /dev/null @@ -1,73 +0,0 @@ -# Default colors -[colors.primary] -background = '#303446' # base -foreground = '#C6D0F5' # text -# Bright and dim foreground colors -dim_foreground = '#C6D0F5' # text -bright_foreground = '#C6D0F5' # text - -# Cursor colors -[colors.cursor] -text = '#303446' # base -cursor = '#F2D5CF' # rosewater - -[colors.vi_mode_cursor] -text = '#303446' # base -cursor = '#BABBF1' # lavender - -# Search colors -[colors.search.matches] -foreground = '#303446' # base -background = '#A5ADCE' # subtext0 -[colors.search.focused_match] -foreground = '#303446' # base -background = '#A6D189' # green -[colors.footer_bar] -foreground = '#303446' # base -background = '#A5ADCE' # subtext0 - -# Keyboard regex hints -[colors.hints.start] -foreground = '#303446' # base -background = '#E5C890' # yellow -[colors.hints.end] -foreground = '#303446' # base -background = '#A5ADCE' # subtext0 - -# Selection colors -[colors.selection] -text = '#303446' # base -background = '#F2D5CF' # rosewater - -# Normal colors -[colors.normal] -black = '#51576D' # surface1 -red = '#E78284' # red -green = '#A6D189' # green -yellow = '#E5C890' # yellow -blue = '#8CAAEE' # blue -magenta = '#F4B8E4' # pink -cyan = '#81C8BE' # teal -white = '#B5BFE2' # subtext1 - -# Bright colors -[colors.bright] -black = '#626880' # surface2 -red = '#E78284' # red -green = '#A6D189' # green -yellow = '#E5C890' # yellow -blue = '#8CAAEE' # blue -magenta = '#F4B8E4' # pink -cyan = '#81C8BE' # teal -white = '#A5ADCE' # subtext0 - -# Dim colors -[colors.dim] -black = '#51576D' # surface1 -red = '#E78284' # red -green = '#A6D189' # green -yellow = '#E5C890' # yellow -blue = '#8CAAEE' # blue -magenta = '#F4B8E4' # pink -cyan = '#81C8BE' # teal -white = '#B5BFE2' # subtext1 diff --git a/alacritty/.config/alacritty/themes/catppuccin_latte.toml b/alacritty/.config/alacritty/themes/catppuccin_latte.toml deleted file mode 100644 index 9a1cde7..0000000 --- a/alacritty/.config/alacritty/themes/catppuccin_latte.toml +++ /dev/null @@ -1,76 +0,0 @@ -# Default colors -[colors.primary] -background = '#EFF1F5' # base -foreground = '#4C4F69' # text -# Bright and dim foreground colors -dim_foreground = '#4C4F69' # text -bright_foreground = '#4C4F69' # text - -# Cursor colors -[colors.cursor] -text = '#EFF1F5' # base -cursor = '#DC8A78' # rosewater - -[colors.vi_mode_cursor] -text = '#EFF1F5' # base -cursor = '#7287FD' # lavender - -# Search colors -[colors.search.matches] -foreground = '#EFF1F5' # base -background = '#6C6F85' # subtext0 - -[colors.search.focused_match] -foreground = '#EFF1F5' # base -background = '#40A02B' # green - -[colors.footer_bar] -foreground = '#EFF1F5' # base -background = '#6C6F85' # subtext0 - -# Keyboard regex hints -[colors.hints.start] -foreground = '#EFF1F5' # base -background = '#DF8E1D' # yellow - -[colors.hints.end] -foreground = '#EFF1F5' # base -background = '#6C6F85' # subtext0 - -# Selection colors -[colors.selection] -text = '#EFF1F5' # base -background = '#DC8A78' # rosewater - -# Normal colors -[colors.normal] -black = '#5C5F77' # subtext1 -red = '#D20F39' # red -green = '#40A02B' # green -yellow = '#DF8E1D' # yellow -blue = '#1E66F5' # blue -magenta = '#EA76CB' # pink -cyan = '#179299' # teal -white = '#ACB0BE' # surface2 - -# Bright colors -[colors.bright] -black = '#6C6F85' # subtext0 -red = '#D20F39' # red -green = '#40A02B' # green -yellow = '#DF8E1D' # yellow -blue = '#1E66F5' # blue -magenta = '#EA76CB' # pink -cyan = '#179299' # teal -white = '#BCC0CC' # surface1 - -# Dim colors -[colors.dim] -black = '#5C5F77' # subtext1 -red = '#D20F39' # red -green = '#40A02B' # green -yellow = '#DF8E1D' # yellow -blue = '#1E66F5' # blue -magenta = '#EA76CB' # pink -cyan = '#179299' # teal -white = '#ACB0BE' # surface2 diff --git a/alacritty/.config/alacritty/themes/catppuccin_macchiato.toml b/alacritty/.config/alacritty/themes/catppuccin_macchiato.toml deleted file mode 100644 index fdec19a..0000000 --- a/alacritty/.config/alacritty/themes/catppuccin_macchiato.toml +++ /dev/null @@ -1,76 +0,0 @@ -# Default colors -[colors.primary] -background = '#24273A' # base -foreground = '#CAD3F5' # text -# Bright and dim foreground colors -dim_foreground = '#CAD3F5' # text -bright_foreground = '#CAD3F5' # text - -# Cursor colors -[colors.cursor] -text = '#24273A' # base -cursor = '#F4DBD6' # rosewater - -[colors.vi_mode_cursor] -text = '#24273A' # base -cursor = '#B7BDF8' # lavender - -# Search colors -[colors.search.matches] -foreground = '#24273A' # base -background = '#A5ADCB' # subtext0 - -[colors.search.focused_match] -foreground = '#24273A' # base -background = '#A6DA95' # green - -[colors.footer_bar] -foreground = '#24273A' # base -background = '#A5ADCB' # subtext0 - -# Keyboard regex hints -[colors.hints.start] -foreground = '#24273A' # base -background = '#EED49F' # yellow - -[colors.hints.end] -foreground = '#24273A' # base -background = '#A5ADCB' # subtext0 - -# Selection colors -[colors.selection] -text = '#24273A' # base -background = '#F4DBD6' # rosewater - -# Normal colors -[colors.normal] -black = '#494D64' # surface1 -red = '#ED8796' # red -green = '#A6DA95' # green -yellow = '#EED49F' # yellow -blue = '#8AADF4' # blue -magenta = '#F5BDE6' # pink -cyan = '#8BD5CA' # teal -white = '#B8C0E0' # subtext1 - -# Bright colors -[colors.bright] -black = '#5B6078' # surface2 -red = '#ED8796' # red -green = '#A6DA95' # green -yellow = '#EED49F' # yellow -blue = '#8AADF4' # blue -magenta = '#F5BDE6' # pink -cyan = '#8BD5CA' # teal -white = '#A5ADCB' # subtext0 - -# Dim colors -[colors.dim] -black = '#494D64' # surface1 -red = '#ED8796' # red -green = '#A6DA95' # green -yellow = '#EED49F' # yellow -blue = '#8AADF4' # blue -magenta = '#F5BDE6' # pink -cyan = '#8BD5CA' # teal -white = '#B8C0E0' # subtext1 diff --git a/alacritty/.config/alacritty/themes/catppuccin_mocha.toml b/alacritty/.config/alacritty/themes/catppuccin_mocha.toml deleted file mode 100644 index e57824d..0000000 --- a/alacritty/.config/alacritty/themes/catppuccin_mocha.toml +++ /dev/null @@ -1,75 +0,0 @@ -[colors.primary] -background = '#1E1E2E' # base -foreground = '#CDD6F4' # text -# Bright and dim foreground colors -dim_foreground = '#CDD6F4' # text -bright_foreground = '#CDD6F4' # text - -# Cursor colors -[colors.cursor] -text = '#1E1E2E' # base -cursor = '#F5E0DC' # rosewater - -[colors.vi_mode_cursor] -text = '#1E1E2E' # base -cursor = '#B4BEFE' # lavender - -# Search colors -[colors.search.matches] -foreground = '#1E1E2E' # base -background = '#A6ADC8' # subtext0 - -[colors.search.focused_match] -foreground = '#1E1E2E' # base -background = '#A6E3A1' # green - -[colors.footer_bar] -foreground = '#1E1E2E' # base -background = '#A6ADC8' # subtext0 - -# Keyboard regex hints -[colors.hints.start] -foreground = '#1E1E2E' # base -background = '#F9E2AF' # yellow - -[colors.hints.end] -foreground = '#1E1E2E' # base -background = '#A6ADC8' # subtext0 - -# Selection colors -[colors.selection] -text = '#1E1E2E' # base -background = '#F5E0DC' # rosewater - -# Normal colors -[colors.normal] -black = '#45475A' # surface1 -red = '#F38BA8' # red -green = '#A6E3A1' # green -yellow = '#F9E2AF' # yellow -blue = '#89B4FA' # blue -magenta = '#F5C2E7' # pink -cyan = '#94E2D5' # teal -white = '#BAC2DE' # subtext1 - -# Bright colors -[colors.bright] -black = '#585B70' # surface2 -red = '#F38BA8' # red -green = '#A6E3A1' # green -yellow = '#F9E2AF' # yellow -blue = '#89B4FA' # blue -magenta = '#F5C2E7' # pink -cyan = '#94E2D5' # teal -white = '#A6ADC8' # subtext0 - -# Dim colors -[colors.dim] -black = '#45475A' # surface1 -red = '#F38BA8' # red -green = '#A6E3A1' # green -yellow = '#F9E2AF' # yellow -blue = '#89B4FA' # blue -magenta = '#F5C2E7' # pink -cyan = '#94E2D5' # teal -white = '#BAC2DE' # subtext1 diff --git a/alacritty/.config/alacritty/themes/challenger_deep.toml b/alacritty/.config/alacritty/themes/challenger_deep.toml deleted file mode 100644 index a5c4a32..0000000 --- a/alacritty/.config/alacritty/themes/challenger_deep.toml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (Challenger Deep) - -# Default colors -[colors.primary] -background = '#1e1c31' -foreground = '#cbe1e7' - -[colors.cursor] -text = '#ff271d' -cursor = '#fbfcfc' - -# Normal colors -[colors.normal] -black = '#141228' -red = '#ff5458' -green = '#62d196' -yellow = '#ffb378' -blue = '#65b2ff' -magenta = '#906cff' -cyan = '#63f2f1' -white = '#a6b3cc' - -# Bright colors -[colors.bright] -black = '#565575' -red = '#ff8080' -green = '#95ffa4' -yellow = '#ffe9aa' -blue = '#91ddff' -magenta = '#c991e1' -cyan = '#aaffe4' -white = '#cbe3e7' diff --git a/alacritty/.config/alacritty/themes/chicago95.toml b/alacritty/.config/alacritty/themes/chicago95.toml deleted file mode 100644 index 6902e76..0000000 --- a/alacritty/.config/alacritty/themes/chicago95.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Windows 95 Color Scheme -# To have the authentic experience in Chicago95 GTK Theme. - -# Default colors -[colors.primary] -background = '#000000' -foreground = '#C0C7C8' - -# Normal colors -[colors.normal] -black = '#000000' -red = '#A80000' -green = '#00A800' -yellow = '#A85400' -blue = '#0000A8' -magenta = '#A800A8' -cyan = '#00A8A8' -white = '#A8A8A8' - -# Bright colors -[colors.bright] -black = '#545454' -red = '#FC5454' -green = '#54FC54' -yellow = '#FCFC54' -blue = '#5454FC' -magenta = '#FC54FC' -cyan = '#54FCFC' -white = '#FFFFFF' diff --git a/alacritty/.config/alacritty/themes/citylights.toml b/alacritty/.config/alacritty/themes/citylights.toml deleted file mode 100644 index 775ee72..0000000 --- a/alacritty/.config/alacritty/themes/citylights.toml +++ /dev/null @@ -1,30 +0,0 @@ -# Default colors -[colors.primary] -background = '#171d23' -foreground = '#ffffff' - -# Cursor colors -[colors.cursor] -text = '#fafafa' -cursor = '#008b94' - -# Normal colors -[colors.normal] -black = '#333f4a' -red = '#d95468' -green = '#8bd49c' -blue = '#539afc' -magenta = '#b62d65' -cyan = '#70e1e8' -white = '#b7c5d3' - -# Bright colors -[colors.bright] -black = '#41505e' -red = '#d95468' -green = '#8bd49c' -yellow = '#ebbf83' -blue = '#5ec4ff' -magenta = '#e27e8d' -cyan = '#70e1e8' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/cyber_punk_neon.toml b/alacritty/.config/alacritty/themes/cyber_punk_neon.toml deleted file mode 100644 index 0424e47..0000000 --- a/alacritty/.config/alacritty/themes/cyber_punk_neon.toml +++ /dev/null @@ -1,33 +0,0 @@ -# Cyber Punk Neon -# Source https//github.com/Roboron3042/Cyberpunk-Neon - -# Default colors -[colors.primary] -background = '#000b1e' -foreground = '#0abdc6' - -[colors.cursor] -text = '#000b1e' -cursor = '#0abdc6' - -# Normal colors -[colors.normal] -black = '#123e7c' -red = '#ff0000' -green = '#d300c4' -yellow = '#f57800' -blue = '#123e7c' -magenta = '#711c91' -cyan = '#0abdc6' -white = '#d7d7d5' - -# Bright colors -[colors.bright] -black = '#1c61c2' -red = '#ff0000' -green = '#d300c4' -yellow = '#f57800' -blue = '#00ff00' -magenta = '#711c91' -cyan = '#0abdc6' -white = '#d7d7d5' diff --git a/alacritty/.config/alacritty/themes/dark_pastels.toml b/alacritty/.config/alacritty/themes/dark_pastels.toml deleted file mode 100644 index 6f11b9b..0000000 --- a/alacritty/.config/alacritty/themes/dark_pastels.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Konsole's Dark Pastels) - -# Default colors -[colors.primary] -background = '#2C2C2C' -foreground = '#DCDCCC' - -# Normal colors -[colors.normal] -black = '#3F3F3F' -red = '#705050' -green = '#60B48A' -yellow = '#DFAF8F' -blue = '#9AB8D7' -magenta = '#DC8CC3' -cyan = '#8CD0D3' -white = '#DCDCCC' - -# Bright colors -[colors.bright] -black = '#709080' -red = '#DCA3A3' -green = '#72D5A3' -yellow = '#F0DFAF' -blue = '#94BFF3' -magenta = '#EC93D3' -cyan = '#93E0E3' -white = '#FFFFFF' diff --git a/alacritty/.config/alacritty/themes/dark_pride.toml b/alacritty/.config/alacritty/themes/dark_pride.toml deleted file mode 100644 index 6cfba47..0000000 --- a/alacritty/.config/alacritty/themes/dark_pride.toml +++ /dev/null @@ -1,34 +0,0 @@ -# Dark Pride -# A dark trans pride colour inspired theme - -# Primary colors -[colors.primary] -background = '#0d0d1b' -foreground = '#ccccce' - -# Colors used for 'custom_cursor_colors' -[colors.cursor] -text = '#bbbbbb' -cursor = '#ff0017' - -# Colors 0 through 7 -[colors.normal] -black = '#282828' -red = '#ca1444' -green = '#789aba' -yellow = '#b3879f' -blue = '#95569b' -magenta = '#cb6fa1' -cyan = '#fb6e93' -white = '#cf98c1' - -# Colors 8 through 15 -[colors.bright] -black = '#98218e' -red = '#cb515d' -green = '#5a87b1' -yellow = '#9c61ab' -blue = '#9a77b1' -magenta = '#f2a297' -cyan = '#f4436f' -white = '#ebdbb2' diff --git a/alacritty/.config/alacritty/themes/deep_space.toml b/alacritty/.config/alacritty/themes/deep_space.toml deleted file mode 100644 index 551d899..0000000 --- a/alacritty/.config/alacritty/themes/deep_space.toml +++ /dev/null @@ -1,33 +0,0 @@ -# Source https//github.com/tyrannicaltoucan/vim-deep-space - -# Default colors -[colors.primary] -background = '#1b202a' -foreground = '#9aa7bd' - -# Colors the cursor will use if `custom_cursor_colors` is true -[colors.cursor] -text = '#232936' -cursor = '#51617d' - -# Normal colors -[colors.normal] -black = '#1b202a' -red = '#b15e7c' -green = '#709d6c' -yellow = '#b5a262' -blue = '#608cc3' -magenta = '#8f72bf' -cyan = '#56adb7' -white = '#9aa7bd' - -# Bright colors -[colors.bright] -black = '#232936' -red = '#b3785d' -green = '#709d6c' -yellow = '#d5b875' -blue = '#608cc3' -magenta = '#c47ebd' -cyan = '#51617d' -white = '#9aa7bd' diff --git a/alacritty/.config/alacritty/themes/doom_one.toml b/alacritty/.config/alacritty/themes/doom_one.toml deleted file mode 100644 index c7133f6..0000000 --- a/alacritty/.config/alacritty/themes/doom_one.toml +++ /dev/null @@ -1,17 +0,0 @@ -# Colors (Doom One) - -# Default colors -[colors.primary] -background = '#282c34' -foreground = '#bbc2cf' - -# Normal colors -[colors.normal] -black = '#282c34' -red = '#ff6c6b' -green = '#98be65' -yellow = '#ecbe7b' -blue = '#51afef' -magenta = '#c678dd' -cyan = '#46d9ff' -white = '#bbc2cf' diff --git a/alacritty/.config/alacritty/themes/dracula.toml b/alacritty/.config/alacritty/themes/dracula.toml deleted file mode 100644 index b64f482..0000000 --- a/alacritty/.config/alacritty/themes/dracula.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Dracula) - -# Default colors -[colors.primary] -background = '#282a36' -foreground = '#f8f8f2' - -# Normal colors -[colors.normal] -black = '#000000' -red = '#ff5555' -green = '#50fa7b' -yellow = '#f1fa8c' -blue = '#bd93f9' -magenta = '#ff79c6' -cyan = '#8be9fd' -white = '#bbbbbb' - -# Bright colors -[colors.bright] -black = '#555555' -red = '#ff5555' -green = '#50fa7b' -yellow = '#f1fa8c' -blue = '#caa9fa' -magenta = '#ff79c6' -cyan = '#8be9fd' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/dracula_plus.toml b/alacritty/.config/alacritty/themes/dracula_plus.toml deleted file mode 100644 index 86a8549..0000000 --- a/alacritty/.config/alacritty/themes/dracula_plus.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Dracula+) - -[colors.primary] -background = '#212121' -foreground = '#F8F8F2' - -[colors.cursor] -text = '#0E1415' -cursor = '#ECEFF4' - -[colors.normal] -black = '#21222C' -red = '#FF5555' -green = '#50FA7B' -yellow = '#FFCB6B' -blue = '#82AAFF' -magenta = '#C792EA' -cyan = '#8BE9FD' -white = '#F8F9F2' - -[colors.bright] -black = '#545454' -red = '#FF6E6E' -green = '#69FF94' -yellow = '#FFCB6B' -blue = '#D6ACFF' -magenta = '#FF92DF' -cyan = '#A4FFFF' -white = '#F8F8F2' diff --git a/alacritty/.config/alacritty/themes/enfocado_dark.toml b/alacritty/.config/alacritty/themes/enfocado_dark.toml deleted file mode 100644 index d4e2fde..0000000 --- a/alacritty/.config/alacritty/themes/enfocado_dark.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Theme: enfocado_dark -# Source: https://github.com/wuelnerdotexe/vim-enfocado - -# Default colors -[colors.primary] -background = '#181818' -foreground = '#b9b9b9' - -# Normal colors -[colors.normal] -black = '#3b3b3b' -red = '#ed4a46' -green = '#70b433' -yellow = '#dbb32d' -blue = '#368aeb' -magenta = '#eb6eb7' -cyan = '#3fc5b7' -white = '#b9b9b9' - -# Bright colors -[colors.bright] -black = '#777777' -red = '#ff5e56' -green = '#83c746' -yellow = '#efc541' -blue = '#4f9cfe' -magenta = '#ff81ca' -cyan = '#56d8c9' -white = '#dedede' diff --git a/alacritty/.config/alacritty/themes/enfocado_light.toml b/alacritty/.config/alacritty/themes/enfocado_light.toml deleted file mode 100644 index 5c27f56..0000000 --- a/alacritty/.config/alacritty/themes/enfocado_light.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Theme: enfocado_light -# Source: https://github.com/wuelnerdotexe/vim-enfocado - -# Default colors -[colors.primary] -background = '#ffffff' -foreground = '#474747' - -# Normal colors -[colors.normal] -black = '#282828' -red = '#d6000c' -green = '#1d9700' -yellow = '#c49700' -blue = '#0064e4' -magenta = '#dd0f9d' -cyan = '#00ad9c' -white = '#cdcdcd' - -# Bright colors -[colors.bright] -black = '#878787' -red = '#df0000' -green = '#008400' -yellow = '#af8500' -blue = '#0054cf' -magenta = '#c7008b' -cyan = '#009a8a' -white = '#ebebeb' diff --git a/alacritty/.config/alacritty/themes/everforest_dark.toml b/alacritty/.config/alacritty/themes/everforest_dark.toml deleted file mode 100644 index af185d2..0000000 --- a/alacritty/.config/alacritty/themes/everforest_dark.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Everforest Dark) - -# Default colors -[colors.primary] -background = '#2d353b' -foreground = '#d3c6aa' - -# Normal colors -[colors.normal] -black = '#475258' -red = '#e67e80' -green = '#a7c080' -yellow = '#dbbc7f' -blue = '#7fbbb3' -magenta = '#d699b6' -cyan = '#83c092' -white = '#d3c6aa' - -# Bright colors -[colors.bright] -black = '#475258' -red = '#e67e80' -green = '#a7c080' -yellow = '#dbbc7f' -blue = '#7fbbb3' -magenta = '#d699b6' -cyan = '#83c092' -white = '#d3c6aa' diff --git a/alacritty/.config/alacritty/themes/everforest_light.toml b/alacritty/.config/alacritty/themes/everforest_light.toml deleted file mode 100644 index 3c720a2..0000000 --- a/alacritty/.config/alacritty/themes/everforest_light.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Everforest Light) - -# Default colors -[colors.primary] -background = '#fdf6e3' -foreground = '#5c6a72' - -# Normal colors -[colors.normal] -black = '#5c6a72' -red = '#f85552' -green = '#8da101' -yellow = '#dfa000' -blue = '#3a94c5' -magenta = '#df69ba' -cyan = '#35a77c' -white = '#e0dcc7' - -# Bright Colors -[colors.bright] -black = '#5c6a72' -red = '#f85552' -green = '#8da101' -yellow = '#dfa000' -blue = '#3a94c5' -magenta = '#df69ba' -cyan = '#35a77c' -white = '#e0dcc7' diff --git a/alacritty/.config/alacritty/themes/falcon.toml b/alacritty/.config/alacritty/themes/falcon.toml deleted file mode 100644 index e5b027b..0000000 --- a/alacritty/.config/alacritty/themes/falcon.toml +++ /dev/null @@ -1,33 +0,0 @@ -# falcon colorscheme for alacritty -# by fenetikm, https//github.com/fenetikm/falcon - -# Default colors -[colors.primary] -background = '#020221' -foreground = '#b4b4b9' - -[colors.cursor] -text = '#020221' -cursor = '#ffe8c0' - -# Normal colors -[colors.normal] -black = '#000004' -red = '#ff3600' -green = '#718e3f' -yellow = '#ffc552' -blue = '#635196' -magenta = '#ff761a' -cyan = '#34bfa4' -white = '#b4b4b9' - -# Bright colors -[colors.bright] -black = '#020221' -red = '#ff8e78' -green = '#b1bf75' -yellow = '#ffd392' -blue = '#99a4bc' -magenta = '#ffb07b' -cyan = '#8bccbf' -white = '#f8f8ff' diff --git a/alacritty/.config/alacritty/themes/flat_remix.toml b/alacritty/.config/alacritty/themes/flat_remix.toml deleted file mode 100644 index 907ac82..0000000 --- a/alacritty/.config/alacritty/themes/flat_remix.toml +++ /dev/null @@ -1,23 +0,0 @@ -[colors.primary] -background = '#272a34' -foreground = '#FFFFFF' - -[colors.normal] -black = '#1F2229' -red = '#EC0101' -green = '#47D4B9' -yellow = '#FF8A18' -blue = '#277FFF' -magenta = '#D71655' -cyan = '#05A1F7' -white = '#FFFFFF' - -[colors.bright] -black = '#1F2229' -red = '#D41919' -green = '#5EBDAB' -yellow = '#FEA44C' -blue = '#367bf0' -magenta = '#BF2E5D' -cyan = '#49AEE6' -white = '#FFFFFF' diff --git a/alacritty/.config/alacritty/themes/flexoki.toml b/alacritty/.config/alacritty/themes/flexoki.toml deleted file mode 100644 index f4b3b37..0000000 --- a/alacritty/.config/alacritty/themes/flexoki.toml +++ /dev/null @@ -1,46 +0,0 @@ -# based on https//stephango.com/flexoki and https//github.com/kepano/flexoki/tree/main/alacritty - -# Default colors -[colors.primary] -background = '#282726' -foreground = '#FFFCF0' -dim_foreground = '#FFFCF0' -bright_foreground = '#FFFCF0' - -# Cursor colors -[colors.cursor] -text = '#FFFCF0' -cursor = '#FFFCF0' - -# Normal colors -[colors.normal] -black = '#100F0F' -red = '#AF3029' -green = '#66800B' -yellow = '#AD8301' -blue = '#205EA6' -magenta = '#A02F6F' -cyan = '#24837B' -white = '#FFFCF0' - -# Bright colors -[colors.bright] -black = '#100F0F' -red = '#D14D41' -green = '#879A39' -yellow = '#D0A215' -blue = '#4385BE' -magenta = '#CE5D97' -cyan = '#3AA99F' -white = '#FFFCF0' - -# Dim colors -[colors.dim] -black = '#100F0F' -red = '#AF3029' -green = '#66800B' -yellow = '#AD8301' -blue = '#205EA6' -magenta = '#A02F6F' -cyan = '#24837B' -white = '#FFFCF0' diff --git a/alacritty/.config/alacritty/themes/github_dark.toml b/alacritty/.config/alacritty/themes/github_dark.toml deleted file mode 100644 index dc3a338..0000000 --- a/alacritty/.config/alacritty/themes/github_dark.toml +++ /dev/null @@ -1,36 +0,0 @@ -# github Alacritty Colors - -# Default colors -[colors.primary] -background = '#24292e' -foreground = '#d1d5da' - -# Normal colors -[colors.normal] -black = '#586069' -red = '#ea4a5a' -green = '#34d058' -yellow = '#ffea7f' -blue = '#2188ff' -magenta = '#b392f0' -cyan = '#39c5cf' -white = '#d1d5da' - -# Bright colors -[colors.bright] -black = '#959da5' -red = '#f97583' -green = '#85e89d' -yellow = '#ffea7f' -blue = '#79b8ff' -magenta = '#b392f0' -cyan = '#56d4dd' -white = '#fafbfc' - -[[colors.indexed_colors]] -index = 16 -color = '#d18616' - -[[colors.indexed_colors]] -index = 17 -color = '#f97583' diff --git a/alacritty/.config/alacritty/themes/github_dark_colorblind.toml b/alacritty/.config/alacritty/themes/github_dark_colorblind.toml deleted file mode 100644 index 76bb4f2..0000000 --- a/alacritty/.config/alacritty/themes/github_dark_colorblind.toml +++ /dev/null @@ -1,36 +0,0 @@ -# github Alacritty Colors - -# Default colors -[colors.primary] -background = '#0d1117' -foreground = '#b3b1ad' - -# Normal colors -[colors.normal] -black = '#484f58' -red = '#ff7b72' -green = '#3fb950' -yellow = '#d29922' -blue = '#58a6ff' -magenta = '#bc8cff' -cyan = '#39c5cf' -white = '#b1bac4' - -# Bright colors -[colors.bright] -black = '#6e7681' -red = '#ffa198' -green = '#56d364' -yellow = '#e3b341' -blue = '#79c0ff' -magenta = '#d2a8ff' -cyan = '#56d4dd' -white = '#f0f6fc' - -[[colors.indexed_colors]] -index = 16 -color = '#d18616' - -[[colors.indexed_colors]] -index = 17 -color = '#ffa198' diff --git a/alacritty/.config/alacritty/themes/github_dark_default.toml b/alacritty/.config/alacritty/themes/github_dark_default.toml deleted file mode 100644 index 76bb4f2..0000000 --- a/alacritty/.config/alacritty/themes/github_dark_default.toml +++ /dev/null @@ -1,36 +0,0 @@ -# github Alacritty Colors - -# Default colors -[colors.primary] -background = '#0d1117' -foreground = '#b3b1ad' - -# Normal colors -[colors.normal] -black = '#484f58' -red = '#ff7b72' -green = '#3fb950' -yellow = '#d29922' -blue = '#58a6ff' -magenta = '#bc8cff' -cyan = '#39c5cf' -white = '#b1bac4' - -# Bright colors -[colors.bright] -black = '#6e7681' -red = '#ffa198' -green = '#56d364' -yellow = '#e3b341' -blue = '#79c0ff' -magenta = '#d2a8ff' -cyan = '#56d4dd' -white = '#f0f6fc' - -[[colors.indexed_colors]] -index = 16 -color = '#d18616' - -[[colors.indexed_colors]] -index = 17 -color = '#ffa198' diff --git a/alacritty/.config/alacritty/themes/github_dark_dimmed.toml b/alacritty/.config/alacritty/themes/github_dark_dimmed.toml deleted file mode 100644 index 851cbfe..0000000 --- a/alacritty/.config/alacritty/themes/github_dark_dimmed.toml +++ /dev/null @@ -1,36 +0,0 @@ -# github Alacritty Colors - -# Default colors -[colors.primary] -background = '#22272e' -foreground = '#768390' - -# Normal colors -[colors.normal] -black = '#545d68' -red = '#f47067' -green = '#57ab5a' -yellow = '#c69026' -blue = '#539bf5' -magenta = '#b083f0' -cyan = '#39c5cf' -white = '#909dab' - -# Bright colors -[colors.bright] -black = '#636e7b' -red = '#ff938a' -green = '#6bc46d' -yellow = '#daaa3f' -blue = '#6cb6ff' -magenta = '#dcbdfb' -cyan = '#56d4dd' -white = '#cdd9e5' - -[[colors.indexed_colors]] -index = 16 -color = '#d18616' - -[[colors.indexed_colors]] -index = 17 -color = '#ff938a' diff --git a/alacritty/.config/alacritty/themes/github_dark_high_contrast.toml b/alacritty/.config/alacritty/themes/github_dark_high_contrast.toml deleted file mode 100644 index e1b1b3e..0000000 --- a/alacritty/.config/alacritty/themes/github_dark_high_contrast.toml +++ /dev/null @@ -1,33 +0,0 @@ -# (Github Dark High Contrast) Colors for Alacritty - -# Default colors -[colors.primary] -background = '#0a0c10' -foreground = '#f0f3f6' - -# Cursor colors -[colors.cursor] -text = '#0a0c10' -cursor = '#f0f3f6' - -# Normal colors -[colors.normal] -black = '#7a828e' -red = '#ff9492' -green = '#26cd4d' -yellow = '#f0b72f' -blue = '#71b7ff' -magenta = '#cb9eff' -cyan = '#39c5cf' -white = '#d9dee3' - -# Bright colors -[colors.bright] -black = '#9ea7b3' -red = '#ffb1af' -green = '#4ae168' -yellow = '#f7c843' -blue = '#91cbff' -magenta = '#cb9eff' -cyan = '#39c5cf' -white = '#d9dee3' diff --git a/alacritty/.config/alacritty/themes/github_dark_tritanopia.toml b/alacritty/.config/alacritty/themes/github_dark_tritanopia.toml deleted file mode 100644 index e24c822..0000000 --- a/alacritty/.config/alacritty/themes/github_dark_tritanopia.toml +++ /dev/null @@ -1,33 +0,0 @@ -# (Github Dark Tritanopia) Colors for Alacritty - -# Default colors -[colors.primary] -background = '#0d1117' -foreground = '#c9d1d9' - -# Cursor colors -[colors.cursor] -text = '#0d1117' -cursor = '#c9d1d9' - -# Normal colors -[colors.normal] -black = '#484f58' -red = '#ff7b72' -green = '#58a6ff' -yellow = '#d29922' -blue = '#58a6ff' -magenta = '#bc8cff' -cyan = '#39c5cf' -white = '#b1bac4' - -# Bright colors -[colors.bright] -black = '#6e7681' -red = '#ffa198' -green = '#79c0ff' -yellow = '#e3b341' -blue = '#79c0ff' -magenta = '#bc8cff' -cyan = '#39c5cf' -white = '#b1bac4' diff --git a/alacritty/.config/alacritty/themes/github_light.toml b/alacritty/.config/alacritty/themes/github_light.toml deleted file mode 100644 index 4c6524a..0000000 --- a/alacritty/.config/alacritty/themes/github_light.toml +++ /dev/null @@ -1,36 +0,0 @@ -# github Alacritty Colors - -# Default colors -[colors.primary] -background = '#ffffff' -foreground = '#24292f' - -# Normal colors -[colors.normal] -black = '#24292e' -red = '#d73a49' -green = '#28a745' -yellow = '#dbab09' -blue = '#0366d6' -magenta = '#5a32a3' -cyan = '#0598bc' -white = '#6a737d' - -# Bright colors -[colors.bright] -black = '#959da5' -red = '#cb2431' -green = '#22863a' -yellow = '#b08800' -blue = '#005cc5' -magenta = '#5a32a3' -cyan = '#3192aa' -white = '#d1d5da' - -[[colors.indexed_colors]] -index = 16 -color = '#d18616' - -[[colors.indexed_colors]] -index = 17 -color = '#cb2431' diff --git a/alacritty/.config/alacritty/themes/github_light_colorblind.toml b/alacritty/.config/alacritty/themes/github_light_colorblind.toml deleted file mode 100644 index 4e02300..0000000 --- a/alacritty/.config/alacritty/themes/github_light_colorblind.toml +++ /dev/null @@ -1,36 +0,0 @@ -# github Alacritty Colors - -# Default colors -[colors.primary] -background = '#ffffff' -foreground = '#0E1116' - -# Normal colors -[colors.normal] -black = '#24292f' -red = '#cf222e' -green = '#116329' -yellow = '#4d2d00' -blue = '#0969da' -magenta = '#8250df' -cyan = '#1b7c83' -white = '#6e7781' - -# Bright colors -[colors.bright] -black = '#57606a' -red = '#a40e26' -green = '#1a7f37' -yellow = '#633c01' -blue = '#218bff' -magenta = '#a475f9' -cyan = '#3192aa' -white = '#8c959f' - -[[colors.indexed_colors]] -index = 16 -color = '#d18616' - -[[colors.indexed_colors]] -index = 17 -color = '#a40e26' diff --git a/alacritty/.config/alacritty/themes/github_light_default.toml b/alacritty/.config/alacritty/themes/github_light_default.toml deleted file mode 100644 index 4e02300..0000000 --- a/alacritty/.config/alacritty/themes/github_light_default.toml +++ /dev/null @@ -1,36 +0,0 @@ -# github Alacritty Colors - -# Default colors -[colors.primary] -background = '#ffffff' -foreground = '#0E1116' - -# Normal colors -[colors.normal] -black = '#24292f' -red = '#cf222e' -green = '#116329' -yellow = '#4d2d00' -blue = '#0969da' -magenta = '#8250df' -cyan = '#1b7c83' -white = '#6e7781' - -# Bright colors -[colors.bright] -black = '#57606a' -red = '#a40e26' -green = '#1a7f37' -yellow = '#633c01' -blue = '#218bff' -magenta = '#a475f9' -cyan = '#3192aa' -white = '#8c959f' - -[[colors.indexed_colors]] -index = 16 -color = '#d18616' - -[[colors.indexed_colors]] -index = 17 -color = '#a40e26' diff --git a/alacritty/.config/alacritty/themes/github_light_high_contrast.toml b/alacritty/.config/alacritty/themes/github_light_high_contrast.toml deleted file mode 100644 index ee5b9c7..0000000 --- a/alacritty/.config/alacritty/themes/github_light_high_contrast.toml +++ /dev/null @@ -1,33 +0,0 @@ -# (Github Light High Contrast) Colors for Alacritty - -# Default colors -[colors.primary] -background = '#ffffff' -foreground = '#010409' - -# Cursor colors -[colors.cursor] -text = '#ffffff' -cursor = '#0e1116' - -# Normal colors -[colors.normal] -black = '#0e1116' -red = '#a0111f' -green = '#024c1a' -yellow = '#3f2200' -blue = '#0349b4' -magenta = '#622cbc' -cyan = '#1b7c83' -white = '#66707b' - -# Bright colors -[colors.bright] -black = '#4b535d' -red = '#86061d' -green = '#055d20' -yellow = '#4e2c00' -blue = '#1168e3' -magenta = '#622cbc' -cyan = '#1b7c83' -white = '#66707b' diff --git a/alacritty/.config/alacritty/themes/github_light_tritanopia.toml b/alacritty/.config/alacritty/themes/github_light_tritanopia.toml deleted file mode 100644 index 6b68f6a..0000000 --- a/alacritty/.config/alacritty/themes/github_light_tritanopia.toml +++ /dev/null @@ -1,33 +0,0 @@ -# (Github Light Tritanopia) Colors for Alacritty - -# Default colors -[colors.primary] -background = '#ffffff' -foreground = '#1b1f24' - -# Cursor colors -[colors.cursor] -text = '#ffffff' -cursor = '#24292f' - -# Normal colors -[colors.normal] -black = '#24292f' -red = '#cf222e' -green = '#0550ae' -yellow = '#4d2d00' -blue = '#0969da' -magenta = '#8250df' -cyan = '#1b7c83' -white = '#6e7781' - -# Bright colors -[colors.bright] -black = '#57606a' -red = '#a40e26' -green = '#0969da' -yellow = '#633c01' -blue = '#218bff' -magenta = '#8250df' -cyan = '#1b7c83' -white = '#6e7781' diff --git a/alacritty/.config/alacritty/themes/gnome_terminal.toml b/alacritty/.config/alacritty/themes/gnome_terminal.toml deleted file mode 100644 index a6d21fb..0000000 --- a/alacritty/.config/alacritty/themes/gnome_terminal.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Gnome (Gnome Terminal Default) - -# Default colors -[colors.primary] -background = '#1e1e1e' -foreground = '#ffffff' - -# Normal colors -[colors.normal] -black = '#171421' -red = '#c01c28' -green = '#26a269' -yellow = '#a2734c' -blue = '#12488b' -magenta = '#a347ba' -cyan = '#2aa1b3' -white = '#d0cfcc' - -# Bright colors -[colors.bright] -black = '#5e5c64' -red = '#f66151' -green = '#33d17a' -yellow = '#e9ad0c' -blue = '#2a7bde' -magenta = '#c061cb' -cyan = '#33c7de' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/google.toml b/alacritty/.config/alacritty/themes/google.toml deleted file mode 100644 index 001c45d..0000000 --- a/alacritty/.config/alacritty/themes/google.toml +++ /dev/null @@ -1,23 +0,0 @@ -[colors.primary] -background = '#1d1f21' -foreground = '#c5c8c6' - -[colors.normal] -black = '#1d1f21' -red = '#cc342b' -green = '#198844' -yellow = '#fba922' -blue = '#3971ed' -magenta = '#a36ac7' -cyan = '#3971ed' -white = '#c5c8c6' - -[colors.bright] -black = '#969896' -red = '#cc342b' -green = '#198844' -yellow = '#fba922' -blue = '#3971ed' -magenta = '#a36ac7' -cyan = '#3971ed' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/gotham.toml b/alacritty/.config/alacritty/themes/gotham.toml deleted file mode 100644 index d4a405d..0000000 --- a/alacritty/.config/alacritty/themes/gotham.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Gotham) - -# Default colors -[colors.primary] -background = '#0a0f14' -foreground = '#98d1ce' - -# Normal colors -[colors.normal] -black = '#0a0f14' -red = '#c33027' -green = '#26a98b' -yellow = '#edb54b' -blue = '#195465' -magenta = '#4e5165' -cyan = '#33859d' -white = '#98d1ce' - -# Bright colors -[colors.bright] -black = '#10151b' -red = '#d26939' -green = '#081f2d' -yellow = '#245361' -blue = '#093748' -magenta = '#888ba5' -cyan = '#599caa' -white = '#d3ebe9' diff --git a/alacritty/.config/alacritty/themes/gruvbox_dark.toml b/alacritty/.config/alacritty/themes/gruvbox_dark.toml deleted file mode 100644 index d2845cd..0000000 --- a/alacritty/.config/alacritty/themes/gruvbox_dark.toml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox dark) - -# Default colors -[colors.primary] -# hard contrast background = = '#1d2021' -background = '#282828' -# soft contrast background = = '#32302f' -foreground = '#ebdbb2' - -# Normal colors -[colors.normal] -black = '#282828' -red = '#cc241d' -green = '#98971a' -yellow = '#d79921' -blue = '#458588' -magenta = '#b16286' -cyan = '#689d6a' -white = '#a89984' - -# Bright colors -[colors.bright] -black = '#928374' -red = '#fb4934' -green = '#b8bb26' -yellow = '#fabd2f' -blue = '#83a598' -magenta = '#d3869b' -cyan = '#8ec07c' -white = '#ebdbb2' diff --git a/alacritty/.config/alacritty/themes/gruvbox_light.toml b/alacritty/.config/alacritty/themes/gruvbox_light.toml deleted file mode 100644 index d2852db..0000000 --- a/alacritty/.config/alacritty/themes/gruvbox_light.toml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox light) - -# Default colors -[colors.primary] -# hard contrast background = = '#f9f5d7' -background = '#fbf1c7' -# soft contrast background = = '#f2e5bc' -foreground = '#3c3836' - -# Normal colors -[colors.normal] -black = '#fbf1c7' -red = '#cc241d' -green = '#98971a' -yellow = '#d79921' -blue = '#458588' -magenta = '#b16286' -cyan = '#689d6a' -white = '#7c6f64' - -# Bright colors -[colors.bright] -black = '#928374' -red = '#9d0006' -green = '#79740e' -yellow = '#b57614' -blue = '#076678' -magenta = '#8f3f71' -cyan = '#427b58' -white = '#3c3836' diff --git a/alacritty/.config/alacritty/themes/gruvbox_material.toml b/alacritty/.config/alacritty/themes/gruvbox_material.toml deleted file mode 100644 index 02accfd..0000000 --- a/alacritty/.config/alacritty/themes/gruvbox_material.toml +++ /dev/null @@ -1,25 +0,0 @@ -# Colors (Gruvbox Material Dark Medium) - -[colors.primary] -background = '#282828' -foreground = '#dfbf8e' - -[colors.normal] -black = '#665c54' -red = '#ea6962' -green = '#a9b665' -yellow = '#e78a4e' -blue = '#7daea3' -magenta = '#d3869b' -cyan = '#89b482' -white = '#dfbf8e' - -[colors.bright] -black = '#928374' -red = '#ea6962' -green = '#a9b665' -yellow = '#e3a84e' -blue = '#7daea3' -magenta = '#d3869b' -cyan = '#89b482' -white = '#dfbf8e' diff --git a/alacritty/.config/alacritty/themes/gruvbox_material_hard_dark.toml b/alacritty/.config/alacritty/themes/gruvbox_material_hard_dark.toml deleted file mode 100644 index f9fb56d..0000000 --- a/alacritty/.config/alacritty/themes/gruvbox_material_hard_dark.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Gruvbox Material Hard Dark) - -# Default colors -[colors.primary] -background = '#1d2021' -foreground = '#d4be98' - -# Normal colors -[colors.normal] -black = '#32302f' -red = '#ea6962' -green = '#a9b665' -yellow = '#d8a657' -blue = '#7daea3' -magenta = '#d3869b' -cyan = '#89b482' -white = '#d4be98' - -# Bright colors (same as normal colors) -[colors.bright] -black = '#32302f' -red = '#ea6962' -green = '#a9b665' -yellow = '#d8a657' -blue = '#7daea3' -magenta = '#d3869b' -cyan = '#89b482' -white = '#d4be98' diff --git a/alacritty/.config/alacritty/themes/gruvbox_material_hard_light.toml b/alacritty/.config/alacritty/themes/gruvbox_material_hard_light.toml deleted file mode 100644 index e17ebdf..0000000 --- a/alacritty/.config/alacritty/themes/gruvbox_material_hard_light.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Gruvbox Material Hard Light) - -# Default colors -[colors.primary] -background = '#f9f5d7' -foreground = '#654735' - -# Normal colors -[colors.normal] -black = '#654735' -red = '#c14a4a' -green = '#6c782e' -yellow = '#b47109' -blue = '#45707a' -magenta = '#945e80' -cyan = '#4c7a5d' -white = '#f2e5bc' - -# Bright colors (same as normal colors) -[colors.bright] -black = '#654735' -red = '#c14a4a' -green = '#6c782e' -yellow = '#b47109' -blue = '#45707a' -magenta = '#945e80' -cyan = '#4c7a5d' -white = '#f2e5bc' diff --git a/alacritty/.config/alacritty/themes/gruvbox_material_medium_dark.toml b/alacritty/.config/alacritty/themes/gruvbox_material_medium_dark.toml deleted file mode 100644 index 1bbbfe8..0000000 --- a/alacritty/.config/alacritty/themes/gruvbox_material_medium_dark.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Gruvbox Material Medium Dark) - -# Default colors -[colors.primary] -background = '#282828' -foreground = '#d4be98' - -# Normal colors -[colors.normal] -black = '#3c3836' -red = '#ea6962' -green = '#a9b665' -yellow = '#d8a657' -blue = '#7daea3' -magenta = '#d3869b' -cyan = '#89b482' -white = '#d4be98' - -# Bright colors (same as normal colors) -[colors.bright] -black = '#3c3836' -red = '#ea6962' -green = '#a9b665' -yellow = '#d8a657' -blue = '#7daea3' -magenta = '#d3869b' -cyan = '#89b482' -white = '#d4be98' diff --git a/alacritty/.config/alacritty/themes/gruvbox_material_medium_light.toml b/alacritty/.config/alacritty/themes/gruvbox_material_medium_light.toml deleted file mode 100644 index d43ac16..0000000 --- a/alacritty/.config/alacritty/themes/gruvbox_material_medium_light.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Gruvbox Material Medium Light) - -# Default colors -[colors.primary] -background = '#fbf1c7' -foreground = '#654735' - -# Normal colors -[colors.normal] -black = '#654735' -red = '#c14a4a' -green = '#6c782e' -yellow = '#b47109' -blue = '#45707a' -magenta = '#945e80' -cyan = '#4c7a5d' -white = '#eee0b7' - -# Bright colors (same as normal colors) -[colors.bright] -black = '#654735' -red = '#c14a4a' -green = '#6c782e' -yellow = '#b47109' -blue = '#45707a' -magenta = '#945e80' -cyan = '#4c7a5d' -white = '#eee0b7' diff --git a/alacritty/.config/alacritty/themes/hardhacker.toml b/alacritty/.config/alacritty/themes/hardhacker.toml deleted file mode 100644 index a3b0b64..0000000 --- a/alacritty/.config/alacritty/themes/hardhacker.toml +++ /dev/null @@ -1,33 +0,0 @@ -# hardhacker colorscheme for alacritty -# by xin wu, https//github.com/hardhackerlabs/theme-alacritty - -# Default colors -[colors.primary] -background = '#282433' -foreground = '#eee9fc' - -[colors.cursor] -text = '#eee9fc' -cursor = '#eee9fc' - -# Normal colors -[colors.normal] -black = '#282433' -red = '#e965a5' -green = '#b1f2a7' -yellow = '#ebde76' -blue = '#b1baf4' -magenta = '#e192ef' -cyan = '#b3f4f3' -white = '#eee9fc' - -# Bright colors -[colors.bright] -black = '#3f3951' -red = '#e965a5' -green = '#b1f2a7' -yellow = '#ebde76' -blue = '#b1baf4' -magenta = '#e192ef' -cyan = '#b3f4f3' -white = '#eee9fc' diff --git a/alacritty/.config/alacritty/themes/high_contrast.toml b/alacritty/.config/alacritty/themes/high_contrast.toml deleted file mode 100644 index c90466b..0000000 --- a/alacritty/.config/alacritty/themes/high_contrast.toml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (High Contrast) - -# Default colors -[colors.primary] -background = '#444444' -foreground = '#dddddd' - -# Colors the cursor will use if `custom_cursor_colors` is true -[colors.cursor] -text = '#aaaaaa' -cursor = '#ffffff' - -# Normal colors -[colors.normal] -black = '#000000' -red = '#ff0000' -green = '#00ff00' -yellow = '#ffff00' -blue = '#0000ff' -magenta = '#ff00ff' -cyan = '#00ffff' -white = '#ffffff' - -# Bright colors -[colors.bright] -black = '#000000' -red = '#ff0000' -green = '#00ff00' -yellow = '#ffff00' -blue = '#0000ff' -magenta = '#ff00ff' -cyan = '#00ffff' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/horizon-dark.toml b/alacritty/.config/alacritty/themes/horizon-dark.toml deleted file mode 100644 index 009a784..0000000 --- a/alacritty/.config/alacritty/themes/horizon-dark.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Horizon Dark) - -# Primary colors -[colors.primary] -background = '#1c1e26' -foreground = '#e0e0e0' - -# Normal colors -[colors.normal] -black = '#16161c' -red = '#e95678' -green = '#29d398' -yellow = '#fab795' -blue = '#26bbd9' -magenta = '#ee64ac' -cyan = '#59e1e3' -white = '#d5d8da' - -# Bright colors -[colors.bright] -black = '#5b5858' -red = '#ec6a88' -green = '#3fdaa4' -yellow = '#fbc3a7' -blue = '#3fc4de' -magenta = '#f075b5' -cyan = '#6be4e6' -white = '#d5d8da' diff --git a/alacritty/.config/alacritty/themes/hyper.toml b/alacritty/.config/alacritty/themes/hyper.toml deleted file mode 100644 index 89256b2..0000000 --- a/alacritty/.config/alacritty/themes/hyper.toml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (Hyper) - -# Default colors -[colors.primary] -background = '#000000' -foreground = '#ffffff' - -[colors.cursor] -text = '#F81CE5' -cursor = '#ffffff' - -# Normal colors -[colors.normal] -black = '#000000' -red = '#fe0100' -green = '#33ff00' -yellow = '#feff00' -blue = '#0066ff' -magenta = '#cc00ff' -cyan = '#00ffff' -white = '#d0d0d0' - -# Bright colors -[colors.bright] -black = '#808080' -red = '#fe0100' -green = '#33ff00' -yellow = '#feff00' -blue = '#0066ff' -magenta = '#cc00ff' -cyan = '#00ffff' -white = '#FFFFFF' diff --git a/alacritty/.config/alacritty/themes/inferno.toml b/alacritty/.config/alacritty/themes/inferno.toml deleted file mode 100644 index 5157fab..0000000 --- a/alacritty/.config/alacritty/themes/inferno.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Inferno theme -# Source https//github.com/hafiz-muhammad/inferno-alacritty-theme - -# Default colors -[colors.primary] -background = '#270d06' -foreground = '#d9d9d9' - -# Normal colors -[colors.normal] -black = '#330000' -red = '#ff3300' -green = '#ff6600' -yellow = '#ff9900' -blue = '#ffcc00' -magenta = '#ff6600' -cyan = '#ff9900' -white = '#d9d9d9' - -# Bright colors -[colors.bright] -black = '#663300' -red = '#ff6633' -green = '#ff9966' -yellow = '#ffcc99' -blue = '#ffcc33' -magenta = '#ff9966' -cyan = '#ffcc99' -white = '#d9d9d9' diff --git a/alacritty/.config/alacritty/themes/iris.toml b/alacritty/.config/alacritty/themes/iris.toml deleted file mode 100644 index 38401a1..0000000 --- a/alacritty/.config/alacritty/themes/iris.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Iris) - -# Default colors -[colors.primary] -background = '#272537' -foreground = '#e8e6e9' - -# Normal colors -[colors.normal] -black = '#111133' -red = '#d61d52' -green = '#48a842' -yellow = '#e1a51c' -blue = '#5556d3' -magenta = '#8650d3' -cyan = '#52afb7' -white = '#9f9aa7' - -# Bright colors -[colors.bright] -black = '#484867' -red = '#e15877' -green = '#71ab3a' -yellow = '#c6a642' -blue = '#6d6dc9' -magenta = '#956ad3' -cyan = '#6ab6bd' -white = '#e8e6e9' diff --git a/alacritty/.config/alacritty/themes/iterm.toml b/alacritty/.config/alacritty/themes/iterm.toml deleted file mode 100644 index 018f6c8..0000000 --- a/alacritty/.config/alacritty/themes/iterm.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (iTerm 2 default theme) - -# Default colors -[colors.primary] -background = '#101421' -foreground = '#fffbf6' - -# Normal colors -[colors.normal] -black = '#2e2e2e' -red = '#eb4129' -green = '#abe047' -yellow = '#f6c744' -blue = '#47a0f3' -magenta = '#7b5cb0' -cyan = '#64dbed' -white = '#e5e9f0' - -# Bright colors -[colors.bright] -black = '#565656' -red = '#ec5357' -green = '#c0e17d' -yellow = '#f9da6a' -blue = '#49a4f8' -magenta = '#a47de9' -cyan = '#99faf2' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/kanagawa_dragon.toml b/alacritty/.config/alacritty/themes/kanagawa_dragon.toml deleted file mode 100644 index a3dc784..0000000 --- a/alacritty/.config/alacritty/themes/kanagawa_dragon.toml +++ /dev/null @@ -1,38 +0,0 @@ -# Colors (Kanagawa Dragon) -# Source https//github.com/rebelot/kanagawa.nvim - -[colors.primary] -background = '#181616' -foreground = '#c5c9c5' - -[colors.normal] -black = '#0d0c0c' -blue = '#8ba4b0' -cyan = '#8ea4a2' -green = '#8a9a7b' -magenta = '#a292a3' -red = '#c4746e' -white = '#C8C093' -yellow = '#c4b28a' - -[colors.bright] -black = '#a6a69c' -blue = '#7FB4CA' -cyan = '#7AA89F' -green = '#87a987' -magenta = '#938AA9' -red = '#E46876' -white = '#c5c9c5' -yellow = '#E6C384' - -[colors.selection] -background = '#2d4f67' -foreground = '#c8c093' - -[[colors.indexed_colors]] -index = 16 -color = '#ffa066' - -[[colors.indexed_colors]] -index = 17 -color = '#ff5d62' diff --git a/alacritty/.config/alacritty/themes/kanagawa_wave.toml b/alacritty/.config/alacritty/themes/kanagawa_wave.toml deleted file mode 100644 index 73ae8fb..0000000 --- a/alacritty/.config/alacritty/themes/kanagawa_wave.toml +++ /dev/null @@ -1,38 +0,0 @@ -# Colors (Kanagawa Wave) -# Source https//github.com/rebelot/kanagawa.nvim - -[colors.primary] -background = '#1f1f28' -foreground = '#dcd7ba' - -[colors.normal] -black = '#090618' -red = '#c34043' -green = '#76946a' -yellow = '#c0a36e' -blue = '#7e9cd8' -magenta = '#957fb8' -cyan = '#6a9589' -white = '#c8c093' - -[colors.bright] -black = '#727169' -red = '#e82424' -green = '#98bb6c' -yellow = '#e6c384' -blue = '#7fb4ca' -magenta = '#938aa9' -cyan = '#7aa89f' -white = '#dcd7ba' - -[colors.selection] -background = '#2d4f67' -foreground = '#c8c093' - -[[colors.indexed_colors]] -index = 16 -color = '#ffa066' - -[[colors.indexed_colors]] -index = 17 -color = '#ff5d62' diff --git a/alacritty/.config/alacritty/themes/konsole_linux.toml b/alacritty/.config/alacritty/themes/konsole_linux.toml deleted file mode 100644 index b5b15d3..0000000 --- a/alacritty/.config/alacritty/themes/konsole_linux.toml +++ /dev/null @@ -1,44 +0,0 @@ -# Color theme ported from Konsole Linux colors - -[colors.primary] -foreground = '#e3e3e3' -bright_foreground = '#ffffff' -background = '#1f1f1f' - -[colors.cursor] -text = '#191622' -cursor = '#f8f8f2' - -[colors.search] -matches = { foreground = '#b2b2b2', background = '#b26818' } -focused_match = { foreground = "CellBackground", background = "CellForeground" } - -[colors.normal] -black = '#000000' -red = '#b21818' -green = '#18b218' -yellow = '#b26818' -blue = '#1818b2' -magenta = '#b218b2' -cyan = '#18b2b2' -white = '#b2b2b2' - -[colors.bright] -black = '#686868' -red = '#ff5454' -green = '#54ff54' -yellow = '#ffff54' -blue = '#5454ff' -magenta = '#ff54ff' -cyan = '#54ffff' -white = '#ffffff' - -[colors.dim] -black = '#000000' -red = '#b21818' -green = '#18b218' -yellow = '#b26818' -blue = '#1818b2' -magenta = '#b218b2' -cyan = '#18b2b2' -white = '#b2b2b2' diff --git a/alacritty/.config/alacritty/themes/low_contrast.toml b/alacritty/.config/alacritty/themes/low_contrast.toml deleted file mode 100644 index ecde019..0000000 --- a/alacritty/.config/alacritty/themes/low_contrast.toml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (Dim) - -# Default colors -[colors.primary] -background = '#333333' -foreground = '#dddddd' - -[colors.cursor] -text = '#aaaaaa' -cursor = '#ffffff' - -# Normal colors -[colors.normal] -black = '#000000' -red = '#bb0000' -green = '#00bb00' -yellow = '#bbbb00' -blue = '#0000bb' -magenta = '#bb00bb' -cyan = '#00bbbb' -white = '#bbbbbb' - -# Bright colors -[colors.bright] -black = '#000000' -red = '#bb0000' -green = '#00bb00' -yellow = '#bbbb00' -blue = '#0000bb' -magenta = '#bb00bb' -cyan = '#00bbbb' -white = '#bbbbbb' diff --git a/alacritty/.config/alacritty/themes/marine_dark.toml b/alacritty/.config/alacritty/themes/marine_dark.toml deleted file mode 100644 index a06dcfa..0000000 --- a/alacritty/.config/alacritty/themes/marine_dark.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Marine Dark Theme -# Source https//github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml - -# Default colors -[colors.primary] -background = '#002221' -foreground = '#e6f8f8' - -# Normal colors -[colors.normal] -black = '#002221' -red = '#ea3431' -green = '#00b6b6' -yellow = '#f8b017' -blue = '#4894fd' -magenta = '#e01dca' -cyan = '#1ab2ad' -white = '#99dddb' - -# Bright colors -[colors.bright] -black = '#006562' -red = '#ea3431' -green = '#00b6b6' -yellow = '#f8b017' -blue = '#4894fd' -magenta = '#e01dca' -cyan = '#1ab2ad' -white = '#e6f6f6' diff --git a/alacritty/.config/alacritty/themes/material_theme.toml b/alacritty/.config/alacritty/themes/material_theme.toml deleted file mode 100644 index deae20b..0000000 --- a/alacritty/.config/alacritty/themes/material_theme.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) - -# Default colors -[colors.primary] -background = '#1e282d' -foreground = '#c4c7d1' - -# Normal colors -[colors.normal] -black = '#666666' -red = '#eb606b' -green = '#c3e88d' -yellow = '#f7eb95' -blue = '#80cbc4' -magenta = '#ff2f90' -cyan = '#aeddff' -white = '#ffffff' - -# Bright colors -[colors.bright] -black = '#ff262b' -red = '#eb606b' -green = '#c3e88d' -yellow = '#f7eb95' -blue = '#7dc6bf' -magenta = '#6c71c4' -cyan = '#35434d' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/material_theme_mod.toml b/alacritty/.config/alacritty/themes/material_theme_mod.toml deleted file mode 100644 index 782760d..0000000 --- a/alacritty/.config/alacritty/themes/material_theme_mod.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) - -# Default colors -[colors.primary] -background = '#1e282d' -foreground = '#c4c7d1' - -# Normal colors -[colors.normal] -black = '#666666' -red = '#eb606b' -green = '#c3e88d' -yellow = '#f7eb95' -blue = '#80cbc4' -magenta = '#ff2f90' -cyan = '#aeddff' -white = '#ffffff' - -# Bright colors -[colors.bright] -black = '#a1a1a1' -red = '#eb606b' -green = '#c3e88d' -yellow = '#f7eb95' -blue = '#7dc6bf' -magenta = '#6c71c4' -cyan = '#35434d' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/meliora.toml b/alacritty/.config/alacritty/themes/meliora.toml deleted file mode 100644 index 8eb702f..0000000 --- a/alacritty/.config/alacritty/themes/meliora.toml +++ /dev/null @@ -1,75 +0,0 @@ -[colors.primary] -background = '#1c1917' -foreground = '#d6d0cd' -# Bright and dim foreground colors -dim_foreground = '#d6d0cd' -bright_foreground = '#d6d0cd' - -# Cursor colors -[colors.cursor] -text = '#1c1917' -cursor = '#d6d0cd' - -[colors.vi_mode_cursor] -text = '#1c1917' -cursor = '#d6d0cd' - -# Search colors -[colors.search] -matches = { foreground = '#1c1917', background = '#24201e' } -focused_match = { foreground = '#1c1917', background = '#2a2522' } - -[colors.footer_bar] -foreground = '#1c1917' -background = '#b8aea8' - -# Keyboard regex hints -[colors.hints] -start = { foreground = '#1c1917', background = '#c4b392' } -end = { foreground = '#1c1917', background = '#24201e' } - -# Selection colors -[colors.selection] -text = '#d6d0cd' -background = '#2a2522' - -# Normal colors -[colors.normal] -black = '#2a2421' -red = '#d49191' -green = '#b6b696' -yellow = '#c4b392' -blue = '#9e96b6' -magenta = '#b696b1' -cyan = '#98acc8' -white = '#ddd9d6' - -# Bright colors -[colors.bright] -black = '#2e2622' -red = '#d89393' -green = '#b9b99b' -yellow = '#c8b692' -blue = '#a299b9' -magenta = '#b997b4' -cyan = '#9bb0ca' -white = '#e1dbd9' - -# Dim colors -[colors.dim] -black = '#2a2421' -red = '#d18989' -green = '#727246' -yellow = '#c1b090' -blue = '#9b92b3' -magenta = '#b393ad' -cyan = '#95a9c5' -white = '#e3d5ce' - -[[colors.indexed_colors]] -index = 16 -color = '#c4b392' - -[[colors.indexed_colors]] -index = 17 -color = '#ddd9d6' diff --git a/alacritty/.config/alacritty/themes/midnight-haze.toml b/alacritty/.config/alacritty/themes/midnight-haze.toml deleted file mode 100644 index 9cb5557..0000000 --- a/alacritty/.config/alacritty/themes/midnight-haze.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Midnight Haze theme -# Source https//github.com/hafiz-muhammad/midnight-haze-alacritty-theme - -# Default colors -[colors.primary] -background = '#0c0c16' -foreground = '#d8dee9' - -# Normal colors -[colors.normal] -black = '#2c2c3d' -red = '#ff6e6e' -green = '#9ec875' -yellow = '#ffa759' -blue = '#70a7d4' -magenta = '#d291e0' -cyan = '#96e0e0' -white = '#d8dee9' - -# Bright colors -[colors.bright] -black = '#414166' -red = '#ff8d8d' -green = '#b3d987' -yellow = '#ffc57f' -blue = '#9bb3d3' -magenta = '#ffa1ff' -cyan = '#9cd8d8' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/monokai.toml b/alacritty/.config/alacritty/themes/monokai.toml deleted file mode 100644 index 45aaafe..0000000 --- a/alacritty/.config/alacritty/themes/monokai.toml +++ /dev/null @@ -1,23 +0,0 @@ -[colors.primary] -background = "#272822" -foreground = "#f8f8f2" - -[colors.normal] -black = "#272822" -red = "#f92672" -green = "#a6e22e" -yellow = "#f4bf75" -blue = "#66d9ef" -magenta = "#ae81ff" -cyan = "#a1efe4" -white = "#f8f8f2" - -[colors.bright] -black = "#75715e" -red = "#f92672" -green = "#a6e22e" -yellow = "#f4bf75" -blue = "#66d9ef" -magenta = "#ae81ff" -cyan = "#a1efe4" -white = "#f9f8f5" diff --git a/alacritty/.config/alacritty/themes/monokai_charcoal.toml b/alacritty/.config/alacritty/themes/monokai_charcoal.toml deleted file mode 100644 index c6ae6c6..0000000 --- a/alacritty/.config/alacritty/themes/monokai_charcoal.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colours (Monokai Charcoal) - -# Default Colours -[colors.primary] -background = '#000000' -foreground = '#FFFFFF' - -# Normal Colours -[colors.normal] -black = '#1a1a1a' -red = '#f4005f' -green = '#98e024' -yellow = '#fa8419' -blue = '#9d65ff' -magenta = '#f4005f' -cyan = '#58d1eb' -white = '#c4c5b5' - -# Bright Colours -[colors.bright] -black = '#625e4c' -red = '#f4005f' -green = '#98e024' -yellow = '#e0d561' -blue = '#9d65ff' -magenta = '#f4005f' -cyan = '#58d1eb' -white = '#f6f6ef' diff --git a/alacritty/.config/alacritty/themes/monokai_pro.toml b/alacritty/.config/alacritty/themes/monokai_pro.toml deleted file mode 100644 index e434900..0000000 --- a/alacritty/.config/alacritty/themes/monokai_pro.toml +++ /dev/null @@ -1,26 +0,0 @@ -# Default colors -[colors.primary] -background = '#2D2A2E' -foreground = '#fff1f3' - -# Normal colors -[colors.normal] -black = '#2c2525' -red = '#fd6883' -green = '#adda78' -yellow = '#f9cc6c' -blue = '#f38d70' -magenta = '#a8a9eb' -cyan = '#85dacc' -white = '#fff1f3' - -# Bright colors -[colors.bright] -black = '#72696a' -red = '#fd6883' -green = '#adda78' -yellow = '#f9cc6c' -blue = '#f38d70' -magenta = '#a8a9eb' -cyan = '#85dacc' -white = '#fff1f3' diff --git a/alacritty/.config/alacritty/themes/moonlight_ii_vscode.toml b/alacritty/.config/alacritty/themes/moonlight_ii_vscode.toml deleted file mode 100644 index 2991e70..0000000 --- a/alacritty/.config/alacritty/themes/moonlight_ii_vscode.toml +++ /dev/null @@ -1,27 +0,0 @@ -[colors.primary] -background = '#1e2030' -foreground = '#7f85a3' - -[colors.cursor] -text = '#7f85a3' -cursor = '#808080' - -[colors.normal] -black = '#444a73' -red = '#ff5370' -green = '#4fd6be' -yellow = '#ffc777' -blue = '#3e68d7' -magenta = '#fc7b7b' -cyan = '#86e1fc' -white = '#d0d0d0' - -[colors.bright] -black = '#828bb8' -red = '#ff98a4' -green = '#c3e88d' -yellow = '#ffc777' -blue = '#82aaff' -magenta = '#ff966c' -cyan = '#b4f9f8' -white = '#5f8787' diff --git a/alacritty/.config/alacritty/themes/msx.toml b/alacritty/.config/alacritty/themes/msx.toml deleted file mode 100644 index d10a124..0000000 --- a/alacritty/.config/alacritty/themes/msx.toml +++ /dev/null @@ -1,41 +0,0 @@ -# Colors (MSX-like) -# Notice that MSX used blue as background so [bright] blue and [bright] black -# are reversed in this theme. Also MSX had only 15 colors (color 0 was -# transparent) so 'gray' (#CCCCCC) is used two times both as white and -# bright black. - -# Default colors -[colors.primary] -background = '#5955E0' -foreground = '#FFFFFF' - -# Normal colors -[colors.normal] -# It is 'dark blue' not black -black = '#5955E0' -red = '#B95E51' -green = '#3AA241' -yellow = '#CCC35E' -# It is 'black' not blue -blue = '#000000' -# It is 'medium red' not magenta -magenta = '#DB6559' -# It is 'medium green' not cyan -cyan = '#3EB849' -# It is 'gray' not white -white = '#CCCCCC' - -# Bright colors -[colors.bright] -# It is 'light blue' not bright black -black = '#8076F1' -red = '#FF897D' -green = '#74D07D' -yellow = '#DED087' -# It is 'gray' not bright blue -blue = '#CCCCCC' -# It is 'magenta' not bright magenta -magenta = '#B766B5' -# It is 'cyan' not bright cyan -cyan = '#65DBEF' -white = '#FFFFFF' diff --git a/alacritty/.config/alacritty/themes/night_owl.toml b/alacritty/.config/alacritty/themes/night_owl.toml deleted file mode 100644 index f77eebc..0000000 --- a/alacritty/.config/alacritty/themes/night_owl.toml +++ /dev/null @@ -1,54 +0,0 @@ -# Default colors -[colors.primary] -background = "#011627" -foreground = "#d6deeb" - -# Cursor colors -[colors.cursor] -text = "CellBackground" -cursor = "CellForeground" - -[colors.vi_mode_cursor] -text = "CellBackground" -cursor = "#22da6e" - -# Search colors -[colors.search.matches] -foreground = "#000000" -background = "#22da6e" - -[colors.search.focused_match] -foreground = "#ffffff" -background = "#22da6e" - -[colors.footer_bar] -foreground = "#ffffff" -background = "#1d3b53" - -# Selection colors -[colors.selection] -text = "#ffffff" -background = "#0d486e" - -# Normal colors -[colors.normal] -black = "#011627" -red = "#EF5350" -green = "#22da6e" -yellow = "#c5e478" -blue = "#82AAFF" -magenta = "#C792EA" -cyan = "#21c7a8" -white = "#ffffff" - -# Bright colors -[colors.bright] -black = "#575656" -red = "#EF5350" -green = "#22da6e" -yellow = "#ffeb95" -blue = "#82AAFF" -magenta = "#C792EA" -cyan = "#7fdbca" -white = "#ffffff" - diff --git a/alacritty/.config/alacritty/themes/night_owlish_light.toml b/alacritty/.config/alacritty/themes/night_owlish_light.toml deleted file mode 100644 index 7aaf7cf..0000000 --- a/alacritty/.config/alacritty/themes/night_owlish_light.toml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Night Owlish Light) - -[colors.primary] -background = '#ffffff' -foreground = '#403f53' - -[colors.normal] -black = '#011627' -red = '#d3423e' -green = '#2aa298' -yellow = '#daaa01' -blue = '#4876d6' -magenta = '#403f53' -cyan = '#08916a' -white = '#7a8181' - -[colors.bright] -black = '#7a8181' -red = '#f76e6e' -green = '#49d0c5' -yellow = '#dac26b' -blue = '#5ca7e4' -magenta = '#697098' -cyan = '#00c990' -white = '#989fb1' - -[colors.cursor] -cursor = '#403f53' -text = '#fbfbfb' - -[colors.selection] -background = '#f2f2f2' -text = '#403f53' diff --git a/alacritty/.config/alacritty/themes/nightfly.toml b/alacritty/.config/alacritty/themes/nightfly.toml deleted file mode 100644 index f935754..0000000 --- a/alacritty/.config/alacritty/themes/nightfly.toml +++ /dev/null @@ -1,34 +0,0 @@ -# Source https://github.com/bluz71/vim-nightfly-colors - -[colors.bright] -black = "#7c8f8f" -blue = "#82aaff" -cyan = "#7fdbca" -green = "#21c7a8" -magenta = "#ae81ff" -red = "#ff5874" -white = "#d6deeb" -yellow = "#ecc48d" - -[colors.cursor] -cursor = "#9ca1aa" -text = "#080808" - -[colors.normal] -black = "#1d3b53" -blue = "#82aaff" -cyan = "#7fdbca" -green = "#a1cd5e" -magenta = "#c792ea" -red = "#fc514e" -white = "#a1aab8" -yellow = "#e3d18a" - -[colors.primary] -background = "#011627" -bright_foreground = "#eeeeee" -foreground = "#bdc1c6" - -[colors.selection] -background = "#b2ceee" -text = "#080808" diff --git a/alacritty/.config/alacritty/themes/nightfox.toml b/alacritty/.config/alacritty/themes/nightfox.toml deleted file mode 100644 index 552457a..0000000 --- a/alacritty/.config/alacritty/themes/nightfox.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (NightFox) - -# Default colors -[colors.primary] -background = '#192330' -foreground = '#cdcecf' - -# Normal colors -[colors.normal] -black = '#393b44' -red = '#c94f6d' -green = '#81b29a' -yellow = '#dbc074' -blue = '#719cd6' -magenta = '#9d79d6' -cyan = '#63cdcf' -white = '#dfdfe0' - -# Bright colors -[colors.bright] -black = '#575860' -red = '#d16983' -green = '#8ebaa4' -yellow = '#e0c989' -blue = '#86abdc' -magenta = '#baa1e2' -cyan = '#7ad5d6' -white = '#e4e4e5' diff --git a/alacritty/.config/alacritty/themes/noctis-lux.toml b/alacritty/.config/alacritty/themes/noctis-lux.toml deleted file mode 100644 index eb2479a..0000000 --- a/alacritty/.config/alacritty/themes/noctis-lux.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (NoctixLux) - -# Default colors -[colors.primary] -background = '#fef8ec' -foreground = '#005661' - -# Normal colors -[colors.normal] -black = '#003b42' -red = '#e34e1c' -green = '#00b368' -yellow = '#f49725' -blue = '#0094f0' -magenta = '#ff5792' -cyan = '#00bdd6' -white = '#8ca6a6' - -# Bright colors -[colors.bright] -black = '#004d57' -red = '#ff4000' -green = '#00d17a' -yellow = '#ff8c00' -blue = '#0fa3ff' -magenta = '#ff6b9f' -cyan = '#00cbe6' -white = '#bbc3c4' diff --git a/alacritty/.config/alacritty/themes/nord.toml b/alacritty/.config/alacritty/themes/nord.toml deleted file mode 100644 index 01cc0d0..0000000 --- a/alacritty/.config/alacritty/themes/nord.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Nord) - -# Default colors -[colors.primary] -background = '#2E3440' -foreground = '#D8DEE9' - -# Normal colors -[colors.normal] -black = '#3B4252' -red = '#BF616A' -green = '#A3BE8C' -yellow = '#EBCB8B' -blue = '#81A1C1' -magenta = '#B48EAD' -cyan = '#88C0D0' -white = '#E5E9F0' - -# Bright colors -[colors.bright] -black = '#4C566A' -red = '#BF616A' -green = '#A3BE8C' -yellow = '#EBCB8B' -blue = '#81A1C1' -magenta = '#B48EAD' -cyan = '#8FBCBB' -white = '#ECEFF4' diff --git a/alacritty/.config/alacritty/themes/nord_light.toml b/alacritty/.config/alacritty/themes/nord_light.toml deleted file mode 100644 index 84e570c..0000000 --- a/alacritty/.config/alacritty/themes/nord_light.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Nord light) theme based on https//github.com/nordtheme/alacritty/issues/28#issuecomment-1422225211 - -# Default colors -[colors.primary] -background = '#ECEFF4' -foreground = '#81A1C1' - -# Normal colors -[colors.normal] -black = '#D8DEE9' -red = '#bf616a' -green = '#a3be8c' -yellow = '#D08770' -blue = '#81A1C1' -magenta = '#B48EAD' -cyan = '#88C0D0' -white = '#4C566A' - -# Bright colors -[colors.bright] -black = '#D8DEE9' -red = '#bf616a' -green = '#a3be8c' -yellow = '#D08770' -blue = '#D8DEE9' -magenta = '#B48EAD' -cyan = '#8FBCBB' -white = '#D8DEE9' diff --git a/alacritty/.config/alacritty/themes/nordic.toml b/alacritty/.config/alacritty/themes/nordic.toml deleted file mode 100644 index a72e017..0000000 --- a/alacritty/.config/alacritty/themes/nordic.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Nordic) - -[colors.primary] -background = '#242933' -foreground = '#BBBDAF' - -[colors.normal] -black = '#191C1D' -red = '#BD6062' -green = '#A3D6A9' -yellow = '#F0DFAF' -blue = '#8FB4D8' -magenta = '#C7A9D9' -cyan = '#B6D7A8' -white = '#BDC5BD' - -[colors.bright] -black = '#727C7C' -red = '#D18FAF' -green = '#B7CEB0' -yellow = '#BCBCBC' -blue = '#E0CF9F' -magenta = '#C7A9D9' -cyan = '#BBDA97' -white = '#BDC5BD' - -[colors.selection] -text = '#000000' -background = '#F0DFAF' diff --git a/alacritty/.config/alacritty/themes/oceanic_next.toml b/alacritty/.config/alacritty/themes/oceanic_next.toml deleted file mode 100644 index 9268425..0000000 --- a/alacritty/.config/alacritty/themes/oceanic_next.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Oceanic Next) - -# Default colors -[colors.primary] -background = '#1b2b34' -foreground = '#d8dee9' - -# Normal colors -[colors.normal] -black = '#29414f' -red = '#ec5f67' -green = '#99c794' -yellow = '#fac863' -blue = '#6699cc' -magenta = '#c594c5' -cyan = '#5fb3b3' -white = '#65737e' - -# Bright colors -[colors.bright] -black = '#405860' -red = '#ec5f67' -green = '#99c794' -yellow = '#fac863' -blue = '#6699cc' -magenta = '#c594c5' -cyan = '#5fb3b3' -white = '#adb5c0' diff --git a/alacritty/.config/alacritty/themes/omni.toml b/alacritty/.config/alacritty/themes/omni.toml deleted file mode 100644 index ed006d1..0000000 --- a/alacritty/.config/alacritty/themes/omni.toml +++ /dev/null @@ -1,37 +0,0 @@ -[colors.primary] -background = '#191622' -foreground = '#e1e1e6' - -[colors.cursor] -text = '#191622' -cursor = '#f8f8f2' - -[colors.normal] -black = '#000000' -red = '#ff5555' -green = '#50fa7b' -yellow = '#effa78' -blue = '#bd93f9' -magenta = '#ff79c6' -cyan = '#8d79ba' -white = '#bfbfbf' - -[colors.bright] -black = '#4d4d4d' -red = '#ff6e67' -green = '#5af78e' -yellow = '#eaf08d' -blue = '#caa9fa' -magenta = '#ff92d0' -cyan = '#aa91e3' -white = '#e6e6e6' - -[colors.dim] -black = '#000000' -red = '#a90000' -green = '#049f2b' -yellow = '#a3b106' -blue = '#530aba' -magenta = '#bb006b' -cyan = '#433364' -white = '#5f5f5f' diff --git a/alacritty/.config/alacritty/themes/one_dark.toml b/alacritty/.config/alacritty/themes/one_dark.toml deleted file mode 100644 index b2de35e..0000000 --- a/alacritty/.config/alacritty/themes/one_dark.toml +++ /dev/null @@ -1,28 +0,0 @@ -# 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' diff --git a/alacritty/.config/alacritty/themes/palenight.toml b/alacritty/.config/alacritty/themes/palenight.toml deleted file mode 100644 index fb9ccfc..0000000 --- a/alacritty/.config/alacritty/themes/palenight.toml +++ /dev/null @@ -1,29 +0,0 @@ -# iTerm2 Material Design - Palenight theme for Alacritty -# Source https//github.com/JonathanSpeek/palenight-iterm2 - -# Default colors -[colors.primary] -background = '#292d3e' -foreground = '#d0d0d0' - -# Normal colors -[colors.normal] -black = '#292d3e' -red = '#f07178' -green = '#c3e88d' -yellow = '#ffcb6b' -blue = '#82aaff' -magenta = '#c792ea' -cyan = '#89ddff' -white = '#d0d0d0' - -# Bright colors -[colors.bright] -black = '#434758' -red = '#ff8b92' -green = '#ddffa7' -yellow = '#ffe585' -blue = '#9cc4ff' -magenta = '#e1acff' -cyan = '#a3f7ff' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/papercolor_dark.toml b/alacritty/.config/alacritty/themes/papercolor_dark.toml deleted file mode 100644 index a595146..0000000 --- a/alacritty/.config/alacritty/themes/papercolor_dark.toml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (PaperColor - Dark) - -# Default colors -[colors.primary] -background = '#1c1c1c' -foreground = '#808080' - -[colors.cursor] -text = '#1c1c1c' -cursor = '#808080' - -# Normal colors -[colors.normal] -black = '#1c1c1c' -red = '#af005f' -green = '#5faf00' -yellow = '#d7af5f' -blue = '#5fafd7' -magenta = '#808080' -cyan = '#d7875f' -white = '#d0d0d0' - -# Bright colors -[colors.bright] -black = '#585858' -red = '#5faf5f' -green = '#afd700' -yellow = '#af87d7' -blue = '#ffaf00' -magenta = '#ffaf00' -cyan = '#00afaf' -white = '#5f8787' diff --git a/alacritty/.config/alacritty/themes/papercolor_light.toml b/alacritty/.config/alacritty/themes/papercolor_light.toml deleted file mode 100644 index bcbec81..0000000 --- a/alacritty/.config/alacritty/themes/papercolor_light.toml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (PaperColor - Light) - -# Default colors -[colors.primary] -background = '#eeeeee' -foreground = '#444444' - -[colors.cursor] -text = '#eeeeee' -cursor = '#444444' - -# Normal colors -[colors.normal] -black = '#eeeeee' -red = '#af0000' -green = '#008700' -yellow = '#5f8700' -blue = '#0087af' -magenta = '#878787' -cyan = '#005f87' -white = '#444444' - -# Bright colors -[colors.bright] -black = '#bcbcbc' -red = '#d70000' -green = '#d70087' -yellow = '#8700af' -blue = '#d75f00' -magenta = '#d75f00' -cyan = '#005faf' -white = '#005f87' diff --git a/alacritty/.config/alacritty/themes/papertheme.toml b/alacritty/.config/alacritty/themes/papertheme.toml deleted file mode 100644 index 0c192b1..0000000 --- a/alacritty/.config/alacritty/themes/papertheme.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Paper Theme) - -# Default colors -[colors.primary] -background = '#F2EEDE' -foreground = '#000000' - -# Normal colors -[colors.normal] -black = '#000000' -red = '#CC3E28' -green = '#216609' -yellow = '#B58900' -blue = '#1E6FCC' -magenta = '#5C21A5' -cyan = '#158C86' -white = '#AAAAAA' - -# Bright colors -[colors.bright] -black = '#555555' -red = '#CC3E28' -green = '#216609' -yellow = '#B58900' -blue = '#1E6FCC' -magenta = '#5C21A5' -cyan = '#158C86' -white = '#AAAAAA' diff --git a/alacritty/.config/alacritty/themes/pastel_dark.toml b/alacritty/.config/alacritty/themes/pastel_dark.toml deleted file mode 100644 index a877760..0000000 --- a/alacritty/.config/alacritty/themes/pastel_dark.toml +++ /dev/null @@ -1,33 +0,0 @@ -# From iTerm2 Pastel Dark theme - -# Default colors -[colors.primary] -background = '#000000' -foreground = '#C7C7C7' - -# Cursor colors -[colors.cursor] -text = '#FFFEFF' -cursor = '#FFB472' - -# Normal colors -[colors.normal] -black = '#616161' -red = '#FF8272' -green = '#B4FA72' -yellow = '#FEFDC2' -blue = '#A5D5FE' -magenta = '#FF8FFD' -cyan = '#D0D1FE' -white = '#F1F1F1' - -# Bright colors -[colors.bright] -black = '#8E8E8E' -red = '#FFC4BD' -green = '#D6FCB9' -yellow = '#FEFDD5' -blue = '#C1E3FE' -magenta = '#FFB1FE' -cyan = '#E5E6FE' -white = '#FFFEFF' diff --git a/alacritty/.config/alacritty/themes/pencil_dark.toml b/alacritty/.config/alacritty/themes/pencil_dark.toml deleted file mode 100644 index 470544c..0000000 --- a/alacritty/.config/alacritty/themes/pencil_dark.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Pencil Dark) - -# Default Colors -[colors.primary] -background = '#212121' -foreground = '#f1f1f1' - -# Normal colors -[colors.normal] -black = '#212121' -red = '#c30771' -green = '#10a778' -yellow = '#a89c14' -blue = '#008ec4' -magenta = '#523c79' -cyan = '#20a5ba' -white = '#e0e0e0' - -# Bright colors -[colors.bright] -black = '#818181' -red = '#fb007a' -green = '#5fd7af' -yellow = '#f3e430' -blue = '#20bbfc' -magenta = '#6855de' -cyan = '#4fb8cc' -white = '#f1f1f1' diff --git a/alacritty/.config/alacritty/themes/pencil_light.toml b/alacritty/.config/alacritty/themes/pencil_light.toml deleted file mode 100644 index a985b10..0000000 --- a/alacritty/.config/alacritty/themes/pencil_light.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Pencil Light) - -# Default Colors -[colors.primary] -background = '#f1f1f1' -foreground = '#424242' - -# Normal colors -[colors.normal] -black = '#212121' -red = '#c30771' -green = '#10a778' -yellow = '#a89c14' -blue = '#008ec4' -magenta = '#523c79' -cyan = '#20a5ba' -white = '#e0e0e0' - -# Bright colors -[colors.bright] -black = '#212121' -red = '#fb007a' -green = '#5fd7af' -yellow = '#f3e430' -blue = '#20bbfc' -magenta = '#6855de' -cyan = '#4fb8cc' -white = '#f1f1f1' diff --git a/alacritty/.config/alacritty/themes/rainbow.toml b/alacritty/.config/alacritty/themes/rainbow.toml deleted file mode 100644 index dd7a782..0000000 --- a/alacritty/.config/alacritty/themes/rainbow.toml +++ /dev/null @@ -1,26 +0,0 @@ -# Default colors -[colors.primary] -background = '#192835' -foreground = '#AADA4F' - -# Normal colors -[colors.normal] -black = '#5B4375' -red = '#426bb6' -green = '#2286b5' -yellow = '#5ab782' -blue = '#93ca5b' -magenta = '#c6c842' -cyan = '#8a5135' -white = '#c54646' - -# Bright colors -[colors.bright] -black = '#5B4375' -red = '#426bb6' -green = '#2286b5' -yellow = '#5ab782' -blue = '#93ca5b' -magenta = '#c6c842' -cyan = '#8a5135' -white = '#c54646' diff --git a/alacritty/.config/alacritty/themes/remedy_dark.toml b/alacritty/.config/alacritty/themes/remedy_dark.toml deleted file mode 100644 index 682ec20..0000000 --- a/alacritty/.config/alacritty/themes/remedy_dark.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Default colors -[colors.primary] -background = '#2c2b2a' -foreground = '#f9e7c4' - -dim_foreground = '#685E4A' -bright_foreground = '#1C1508' - -# Normal colors -[colors.normal] -black = '#282a2e' -red = '#a54242' -green = '#8c9440' -yellow = '#de935f' -blue = '#5f819d' -magenta = '#85678f' -cyan = '#5e8d87' -white = '#707880' - -# Bright colors -[colors.bright] -black = '#373b41' -red = '#cc6666' -green = '#b5bd68' -yellow = '#f0c674' -blue = '#81a2be' -magenta = '#b294bb' -cyan = '#8abeb7' -white = '#c5c8c6' diff --git a/alacritty/.config/alacritty/themes/rose-pine-dawn.toml b/alacritty/.config/alacritty/themes/rose-pine-dawn.toml deleted file mode 100644 index a0ee855..0000000 --- a/alacritty/.config/alacritty/themes/rose-pine-dawn.toml +++ /dev/null @@ -1,39 +0,0 @@ -[colors.primary] -background = '#faf4ed' -foreground = '#575279' - -[colors.cursor] -text = '#575279' -cursor = '#cecacd' - -[colors.vi_mode_cursor] -text = '#575279' -cursor = '#cecacd' - -[colors.selection] -text = '#575279' -background = '#dfdad9' - -[colors.normal] -black = '#f2e9e1' -red = '#b4637a' -green = '#286983' -yellow = '#ea9d34' -blue = '#56949f' -magenta = '#907aa9' -cyan = '#d7827e' -white = '#575279' - -[colors.bright] -black = '#9893a5' -red = '#b4637a' -green = '#286983' -yellow = '#ea9d34' -blue = '#56949f' -magenta = '#907aa9' -cyan = '#d7827e' -white = '#575279' - -[colors.hints] -start = { foreground = '#797593', background = '#fffaf3' } -end = { foreground = '#9893a5', background = '#fffaf3' } diff --git a/alacritty/.config/alacritty/themes/rose-pine-moon.toml b/alacritty/.config/alacritty/themes/rose-pine-moon.toml deleted file mode 100644 index f816e1e..0000000 --- a/alacritty/.config/alacritty/themes/rose-pine-moon.toml +++ /dev/null @@ -1,38 +0,0 @@ -[colors.primary] -background = '#232136' -foreground = '#e0def4' - -[colors.cursor] -text = '#e0def4' -cursor = '#56526e' - -[colors.vi_mode_cursor] -text = '#e0def4' -cursor = '#56526e' - -[colors.selection] -text = '#e0def4' -background = '#44415a' -[colors.normal] -black = '#393552' -red = '#eb6f92' -green = '#3e8fb0' -yellow = '#f6c177' -blue = '#9ccfd8' -magenta = '#c4a7e7' -cyan = '#ea9a97' -white = '#e0def4' - -[colors.bright] -black = '#6e6a86' -red = '#eb6f92' -green = '#3e8fb0' -yellow = '#f6c177' -blue = '#9ccfd8' -magenta = '#c4a7e7' -cyan = '#ea9a97' -white = '#e0def4' - -[colors.hints] -start = { foreground = '#908caa', background = '#2a273f' } -end = { foreground = '#6e6a86', background = '#2a273f' } diff --git a/alacritty/.config/alacritty/themes/rose-pine.toml b/alacritty/.config/alacritty/themes/rose-pine.toml deleted file mode 100644 index 0c5ffc2..0000000 --- a/alacritty/.config/alacritty/themes/rose-pine.toml +++ /dev/null @@ -1,39 +0,0 @@ -[colors.primary] -background = '#191724' -foreground = '#e0def4' - -[colors.cursor] -text = '#e0def4' -cursor = '#524f67' - -[colors.vi_mode_cursor] -text = '#e0def4' -cursor = '#524f67' - -[colors.selection] -text = '#e0def4' -background = '#403d52' - -[colors.normal] -black = '#26233a' -red = '#eb6f92' -green = '#31748f' -yellow = '#f6c177' -blue = '#9ccfd8' -magenta = '#c4a7e7' -cyan = '#ebbcba' -white = '#e0def4' - -[colors.bright] -black = '#6e6a86' -red = '#eb6f92' -green = '#31748f' -yellow = '#f6c177' -blue = '#9ccfd8' -magenta = '#c4a7e7' -cyan = '#ebbcba' -white = '#e0def4' - -[colors.hints] -start = {foreground = '#908caa', background = '#1f1d2e' } -end = { foreground = '#6e6a86', background = '#1f1d2e' } diff --git a/alacritty/.config/alacritty/themes/seashells.toml b/alacritty/.config/alacritty/themes/seashells.toml deleted file mode 100644 index 0db2734..0000000 --- a/alacritty/.config/alacritty/themes/seashells.toml +++ /dev/null @@ -1,37 +0,0 @@ -# Colors (SeaShells) -# Source https//raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/SeaShells.itermcolors - -# Default colors -[colors.primary] -background = '#061923' -foreground = '#e5c49e' - -[colors.cursor] -text = '#061822' -cursor = '#feaf3c' - -[colors.selection] -text = '#ffe9d7' -background = '#265b75' - -# Normal colors -[colors.normal] -black = '#1d485f' -red = '#db662d' -green = '#008eab' -yellow = '#feaf3c' -blue = '#255a62' -magenta = '#77dbf4' -cyan = '#5fb1c2' -white = '#e5c49e' - -# Bright colors -[colors.bright] -black = '#545d65' -red = '#dd998a' -green = '#739da8' -yellow = '#fedaae' -blue = '#0bc7e3' -magenta = '#c6e8f1' -cyan = '#97b9c0' -white = '#ffe9d7' diff --git a/alacritty/.config/alacritty/themes/smoooooth.toml b/alacritty/.config/alacritty/themes/smoooooth.toml deleted file mode 100644 index bdda69f..0000000 --- a/alacritty/.config/alacritty/themes/smoooooth.toml +++ /dev/null @@ -1,33 +0,0 @@ -# Color theme ported from iTerm 2 Smoooooth - -[colors.primary] -foreground = '#dbdbdb' -background = '#14191e' - -[colors.cursor] -text = '#000000' -cursor = '#fefffe' - -[colors.selection] -text = '#000000' -background = '#b3d7ff' - -[colors.normal] -black = '#14191e' -red = '#b43c29' -green = '#00c200' -yellow = '#c7c400' -blue = '#2743c7' -magenta = '#bf3fbd' -cyan = '#00c5c7' -white = '#c7c7c7' - -[colors.bright] -black = '#676767' -red = '#dc7974' -green = '#57e690' -yellow = '#ece100' -blue = '#a6aaf1' -magenta = '#e07de0' -cyan = '#5ffdff' -white = '#feffff' diff --git a/alacritty/.config/alacritty/themes/snazzy.toml b/alacritty/.config/alacritty/themes/snazzy.toml deleted file mode 100644 index 1d47914..0000000 --- a/alacritty/.config/alacritty/themes/snazzy.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Snazzy) - -# Default colors -[colors.primary] -background = '#282a36' -foreground = '#eff0eb' - -# Normal colors -[colors.normal] -black = '#282a36' -red = '#ff5c57' -green = '#5af78e' -yellow = '#f3f99d' -blue = '#57c7ff' -magenta = '#ff6ac1' -cyan = '#9aedfe' -white = '#f1f1f0' - -# Bright colors -[colors.bright] -black = '#686868' -red = '#ff5c57' -green = '#5af78e' -yellow = '#f3f99d' -blue = '#57c7ff' -magenta = '#ff6ac1' -cyan = '#9aedfe' -white = '#f1f1f0' diff --git a/alacritty/.config/alacritty/themes/solarized_dark.toml b/alacritty/.config/alacritty/themes/solarized_dark.toml deleted file mode 100644 index dbcce2b..0000000 --- a/alacritty/.config/alacritty/themes/solarized_dark.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Solarized Dark) - -# Default colors -[colors.primary] -background = '#002b36' -foreground = '#839496' - -# Normal colors -[colors.normal] -black = '#073642' -red = '#dc322f' -green = '#859900' -yellow = '#b58900' -blue = '#268bd2' -magenta = '#d33682' -cyan = '#2aa198' -white = '#eee8d5' - -# Bright colors -[colors.bright] -black = '#002b36' -red = '#cb4b16' -green = '#586e75' -yellow = '#657b83' -blue = '#839496' -magenta = '#6c71c4' -cyan = '#93a1a1' -white = '#fdf6e3' diff --git a/alacritty/.config/alacritty/themes/solarized_light.toml b/alacritty/.config/alacritty/themes/solarized_light.toml deleted file mode 100644 index 3f7eb25..0000000 --- a/alacritty/.config/alacritty/themes/solarized_light.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Solarized Light) - -# Default colors -[colors.primary] -background = '#fdf6e3' -foreground = '#586e75' - -# Normal colors -[colors.normal] -black = '#073642' -red = '#dc322f' -green = '#859900' -yellow = '#b58900' -blue = '#268bd2' -magenta = '#d33682' -cyan = '#2aa198' -white = '#eee8d5' - -# Bright colors -[colors.bright] -black = '#002b36' -red = '#cb4b16' -green = '#586e75' -yellow = '#657b83' -blue = '#839496' -magenta = '#6c71c4' -cyan = '#93a1a1' -white = '#fdf6e3' diff --git a/alacritty/.config/alacritty/themes/solarized_osaka.toml b/alacritty/.config/alacritty/themes/solarized_osaka.toml deleted file mode 100644 index 0f25c29..0000000 --- a/alacritty/.config/alacritty/themes/solarized_osaka.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Solarized Osaka) -# Source https://github.com/craftzdog/solarized-osaka.nvim - -# Default colors -[colors.primary] -background = '#001a1d' -foreground = '#839496' - -# Normal colors -[colors.normal] -black = '#073642' -red = '#dc322f' -green = '#859900' -yellow = '#b58900' -blue = '#268bd2' -magenta = '#d33682' -cyan = '#2aa198' -white = '#eee8d5' - -# Bright colors -[colors.bright] -black = '#4c4c4c' -red = '#cb4b16' -green = '#586e75' -yellow = '#657b83' -blue = '#839496' -magenta = '#6c71c4' -cyan = '#93a1a1' -white = '#fdf6e3' diff --git a/alacritty/.config/alacritty/themes/taerminal.toml b/alacritty/.config/alacritty/themes/taerminal.toml deleted file mode 100644 index 1ae012a..0000000 --- a/alacritty/.config/alacritty/themes/taerminal.toml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (Taerminal) - -# Default colors -[colors.primary] -background = '#26282a' -foreground = '#f0f0f0' - -[colors.cursor] -background = '#f0f0f0' -foreground = '#26282a' - -# Normal colors -[colors.normal] -black = '#26282a' -red = '#ff8878' -green = '#b4fb73' -yellow = '#fffcb7' -blue = '#8bbce5' -magenta = '#ffb2fe' -cyan = '#a2e1f8' -white = '#f1f1f1' - -# Bright colors -[colors.bright] -black = '#6f6f6f' -red = '#fe978b' -green = '#d6fcba' -yellow = '#fffed5' -blue = '#c2e3ff' -magenta = '#ffc6ff' -cyan = '#c0e9f8' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/tango_dark.toml b/alacritty/.config/alacritty/themes/tango_dark.toml deleted file mode 100644 index 55541a9..0000000 --- a/alacritty/.config/alacritty/themes/tango_dark.toml +++ /dev/null @@ -1,25 +0,0 @@ -# GNOME Terminal Tango Dark - -[colors.primary] -background = '#2e3436' -foreground = '#d3d7cf' - -[colors.normal] -black = '#2e3436' -red = '#cc0000' -green = '#4e9a06' -yellow = '#c4a000' -blue = '#3465a4' -magenta = '#75507b' -cyan = '#06989a' -white = '#d3d7cf' - -[colors.bright] -black = '#555753' -red = '#ef2929' -green = '#8ae234' -yellow = '#fce94f' -blue = '#729fcf' -magenta = '#ad7fa8' -cyan = '#34e2e2' -white = '#eeeeec' diff --git a/alacritty/.config/alacritty/themes/tender.toml b/alacritty/.config/alacritty/themes/tender.toml deleted file mode 100644 index 9e09a06..0000000 --- a/alacritty/.config/alacritty/themes/tender.toml +++ /dev/null @@ -1,26 +0,0 @@ -# Default colors -[colors.primary] -background = '#282828' -foreground = '#eeeeee' - -# Normal colors -[colors.normal] -black = '#282828' -red = '#f43753' -green = '#c9d05c' -yellow = '#ffc24b' -blue = '#b3deef' -magenta = '#d3b987' -cyan = '#73cef4' -white = '#eeeeee' - -# Bright colors -[colors.bright] -black = '#4c4c4c' -red = '#f43753' -green = '#c9d05c' -yellow = '#ffc24b' -blue = '#b3deef' -magenta = '#d3b987' -cyan = '#73cef4' -white = '#feffff' diff --git a/alacritty/.config/alacritty/themes/terminal_app.toml b/alacritty/.config/alacritty/themes/terminal_app.toml deleted file mode 100644 index 838f7a5..0000000 --- a/alacritty/.config/alacritty/themes/terminal_app.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Terminal.app) - -# Default colors -[colors.primary] -background = '#000000' -foreground = '#b6b6b6' - -# Normal colors -[colors.normal] -black = '#000000' -red = '#990000' -green = '#00a600' -yellow = '#999900' -blue = '#0000b2' -magenta = '#b200b2' -cyan = '#00a6b2' -white = '#bfbfbf' - -# Bright colors -[colors.bright] -black = '#666666' -red = '#e50000' -green = '#00d900' -yellow = '#e5e500' -blue = '#0000ff' -magenta = '#e500e5' -cyan = '#00e5e5' -white = '#e5e5e5' diff --git a/alacritty/.config/alacritty/themes/thelovelace.toml b/alacritty/.config/alacritty/themes/thelovelace.toml deleted file mode 100644 index 461474e..0000000 --- a/alacritty/.config/alacritty/themes/thelovelace.toml +++ /dev/null @@ -1,26 +0,0 @@ -# Default colors -[colors.primary] -background = '#1D1F28' -foreground = '#FDFDFD' - -# Normal colors -[colors.normal] -# Bright colors -black = '#282A36' -red = '#F37F97' -green = '#5ADECD' -yellow = '#F2A272' -blue = '#8897F4' -magenta = '#C574DD' -cyan = '#79E6F3' -white = '#FDFDFD' - -[colors.bright] -black = '#414458' -red = '#FF4971' -green = '#18E3C8' -yellow = '#EBCB8B' -blue = '#FF8037' -magenta = '#556FFF' -cyan = '#3FDCEE' -white = '#BEBEC1' diff --git a/alacritty/.config/alacritty/themes/tokyo-night-storm.toml b/alacritty/.config/alacritty/themes/tokyo-night-storm.toml deleted file mode 100644 index 992f1d3..0000000 --- a/alacritty/.config/alacritty/themes/tokyo-night-storm.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night Storm variant) -# Source https//github.com/zatchheems/tokyo-night-alacritty-theme - -# Default colors -[colors.primary] -background = '#24283b' -foreground = '#a9b1d6' - -# Normal colors -[colors.normal] -black = '#32344a' -red = '#f7768e' -green = '#9ece6a' -yellow = '#e0af68' -blue = '#7aa2f7' -magenta = '#ad8ee6' -cyan = '#449dab' -white = '#9699a8' - -# Bright colors -[colors.bright] -black = '#444b6a' -red = '#ff7a93' -green = '#b9f27c' -yellow = '#ff9e64' -blue = '#7da6ff' -magenta = '#bb9af7' -cyan = '#0db9d7' -white = '#acb0d0' diff --git a/alacritty/.config/alacritty/themes/tokyo-night.toml b/alacritty/.config/alacritty/themes/tokyo-night.toml deleted file mode 100644 index 0642a90..0000000 --- a/alacritty/.config/alacritty/themes/tokyo-night.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night) -# Source https//github.com/zatchheems/tokyo-night-alacritty-theme - -# Default colors -[colors.primary] -background = '#1a1b26' -foreground = '#a9b1d6' - -# Normal colors -[colors.normal] -black = '#32344a' -red = '#f7768e' -green = '#9ece6a' -yellow = '#e0af68' -blue = '#7aa2f7' -magenta = '#ad8ee6' -cyan = '#449dab' -white = '#787c99' - -# Bright colors -[colors.bright] -black = '#444b6a' -red = '#ff7a93' -green = '#b9f27c' -yellow = '#ff9e64' -blue = '#7da6ff' -magenta = '#bb9af7' -cyan = '#0db9d7' -white = '#acb0d0' diff --git a/alacritty/.config/alacritty/themes/tomorrow_night.toml b/alacritty/.config/alacritty/themes/tomorrow_night.toml deleted file mode 100644 index 579ebd8..0000000 --- a/alacritty/.config/alacritty/themes/tomorrow_night.toml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (Tomorrow Night) - -# Default colors -[colors.primary] -background = '#1d1f21' -foreground = '#c5c8c6' - -[colors.cursor] -text = '#1d1f21' -cursor = '#ffffff' - -# Normal colors -[colors.normal] -black = '#1d1f21' -red = '#cc6666' -green = '#b5bd68' -yellow = '#e6c547' -blue = '#81a2be' -magenta = '#b294bb' -cyan = '#70c0ba' -white = '#373b41' - -# Bright colors -[colors.bright] -black = '#666666' -red = '#ff3334' -green = '#9ec400' -yellow = '#f0c674' -blue = '#81a2be' -magenta = '#b77ee0' -cyan = '#54ced6' -white = '#282a2e' diff --git a/alacritty/.config/alacritty/themes/tomorrow_night_bright.toml b/alacritty/.config/alacritty/themes/tomorrow_night_bright.toml deleted file mode 100644 index 9ce62a3..0000000 --- a/alacritty/.config/alacritty/themes/tomorrow_night_bright.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Tomorrow Night Bright) - -# Default colors -[colors.primary] -background = '#000000' -foreground = '#eaeaea' - -# Normal colors -[colors.normal] -black = '#000000' -red = '#d54e53' -green = '#b9ca4a' -yellow = '#e6c547' -blue = '#7aa6da' -magenta = '#c397d8' -cyan = '#70c0ba' -white = '#424242' - -# Bright colors -[colors.bright] -black = '#666666' -red = '#ff3334' -green = '#9ec400' -yellow = '#e7c547' -blue = '#7aa6da' -magenta = '#b77ee0' -cyan = '#54ced6' -white = '#2a2a2a' diff --git a/alacritty/.config/alacritty/themes/ubuntu.toml b/alacritty/.config/alacritty/themes/ubuntu.toml deleted file mode 100644 index 952cc07..0000000 --- a/alacritty/.config/alacritty/themes/ubuntu.toml +++ /dev/null @@ -1,33 +0,0 @@ -# 0x From the Ubuntu terminal color palette - -# 0x Default colors -[colors.primary] -background = '#300a24' -foreground = '#eeeeec' - -# 0x Colors the cursor will use if `custom_cursor_colors` is true -[colors.cursor] -text = '#bbbbbb' -cursor = '#b4d5ff' - -# 0x Normal colors -[colors.normal] -black = '#2e3436' -red = '#cc0000' -green = '#4e9a06' -yellow = '#c4a000' -blue = '#3465a4' -magenta = '#75507b' -cyan = '#06989a' -white = '#d3d7cf' - -# 0x Bright colors -[colors.bright] -black = '#555753' -red = '#ef2929' -green = '#8ae234' -yellow = '#fce94f' -blue = '#729fcf' -magenta = '#ad7fa8' -cyan = '#34e2e2' -white = '#eeeeec' diff --git a/alacritty/.config/alacritty/themes/wombat.toml b/alacritty/.config/alacritty/themes/wombat.toml deleted file mode 100644 index fb13a54..0000000 --- a/alacritty/.config/alacritty/themes/wombat.toml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Wombat) - -# Default colors -[colors.primary] -background = '#1f1f1f' -foreground = '#e5e1d8' - -# Normal colors -[colors.normal] -black = '#000000' -red = '#f7786d' -green = '#bde97c' -yellow = '#efdfac' -blue = '#6ebaf8' -magenta = '#ef88ff' -cyan = '#90fdf8' -white = '#e5e1d8' - -# Bright colors -[colors.bright] -black = '#b4b4b4' -red = '#f99f92' -green = '#e3f7a1' -yellow = '#f2e9bf' -blue = '#b3d2ff' -magenta = '#e5bdff' -cyan = '#c2fefa' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/xterm.toml b/alacritty/.config/alacritty/themes/xterm.toml deleted file mode 100644 index 47fd62c..0000000 --- a/alacritty/.config/alacritty/themes/xterm.toml +++ /dev/null @@ -1,28 +0,0 @@ -# XTerm's default colors - -# Default colors -[colors.primary] -background = '#000000' -foreground = '#ffffff' - -# Normal colors -[colors.normal] -black = '#000000' -red = '#cd0000' -green = '#00cd00' -yellow = '#cdcd00' -blue = '#0000ee' -magenta = '#cd00cd' -cyan = '#00cdcd' -white = '#e5e5e5' - -# Bright colors -[colors.bright] -black = '#7f7f7f' -red = '#ff0000' -green = '#00ff00' -yellow = '#ffff00' -blue = '#5c5cff' -magenta = '#ff00ff' -cyan = '#00ffff' -white = '#ffffff' diff --git a/alacritty/.config/alacritty/themes/zenburn.toml b/alacritty/.config/alacritty/themes/zenburn.toml deleted file mode 100644 index 9c6fcd0..0000000 --- a/alacritty/.config/alacritty/themes/zenburn.toml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Zenburn) -# Orginally designed by jnurmine for vim. - -# Default colors -[colors.primary] -background = '#3A3A3A' -foreground = '#DCDCCC' - -# Normal colors -[colors.normal] -black = '#1E2320' -red = '#D78787' -green = '#60B48A' -yellow = '#DFAF8F' -blue = '#506070' -magenta = '#DC8CC3' -cyan = '#8CD0D3' -white = '#DCDCCC' - -# Bright colors -[colors.bright] -black = '#709080' -red = '#DCA3A3' -green = '#C3BF9F' -yellow = '#F0DFAF' -blue = '#94BFF3' -magenta = '#EC93D3' -cyan = '#93E0E3' -white = '#FFFFFF' diff --git a/doom/.config/doom/config.el b/doom/.config/doom/config.el deleted file mode 100644 index 2c9138f..0000000 --- a/doom/.config/doom/config.el +++ /dev/null @@ -1,76 +0,0 @@ -;;; $DOOMDIR/config.el -*- lexical-binding: t; -*- - -;; Place your private configuration here! Remember, you do not need to run 'doom -;; sync' after modifying this file! - - -;; Some functionality uses this to identify you, e.g. GPG configuration, email -;; clients, file templates and snippets. It is optional. -;; (setq user-full-name "John Doe" -;; user-mail-address "john@doe.com") - -;; Doom exposes five (optional) variables for controlling fonts in Doom: -;; -;; - `doom-font' -- the primary font to use -;; - `doom-variable-pitch-font' -- a non-monospace font (where applicable) -;; - `doom-big-font' -- used for `doom-big-font-mode'; use this for -;; presentations or streaming. -;; - `doom-symbol-font' -- for symbols -;; - `doom-serif-font' -- for the `fixed-pitch-serif' face -;; -;; See 'C-h v doom-font' for documentation and more examples of what they -;; accept. For example: -;; -(setq doom-font (font-spec :family "0xProto Nerd Font" :size 18 :weight 'regular)) - -;; If you or Emacs can't find your font, use 'M-x describe-font' to look them -;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to -;; refresh your font settings. If Emacs still can't find your font, it likely -;; wasn't installed correctly. Font issues are rarely Doom issues! - -;; There are two ways to load a theme. Both assume the theme is installed and -;; available. You can either set `doom-theme' or manually load a theme with the -;; `load-theme' function. This is the default: -(setq doom-theme 'catppuccin) -(setq catppuccin-flavor 'mocha) ;; or 'latte, 'macchiato, or 'mocha - -;; This determines the style of line numbers in effect. If set to `nil', line -;; numbers are disabled. For relative line numbers, set this to `relative'. -(setq display-line-numbers-type t) - -;; If you use `org' and don't want your org files in the default location below, -;; change `org-directory'. It must be set before org loads! -(setq org-directory "~/Documents") - - -;; Whenever you reconfigure a package, make sure to wrap your config in an -;; `after!' block, otherwise Doom's defaults may override your settings. E.g. -;; -;; (after! PACKAGE -;; (setq x y)) -;; -;; The exceptions to this rule: -;; -;; - Setting file/directory variables (like `org-directory') -;; - Setting variables which explicitly tell you to set them before their -;; package is loaded (see 'C-h v VARIABLE' to look up their documentation). -;; - Setting doom variables (which start with 'doom-' or '+'). -;; -;; Here are some additional functions/macros that will help you configure Doom. -;; -;; - `load!' for loading external *.el files relative to this one -;; - `use-package!' for configuring packages -;; - `after!' for running code after a package has loaded -;; - `add-load-path!' for adding directories to the `load-path', relative to -;; this file. Emacs searches the `load-path' when you load packages with -;; `require' or `use-package'. -;; - `map!' for binding new keys -;; -;; To get information about any of these functions/macros, move the cursor over -;; the highlighted symbol at press 'K' (non-evil users must press 'C-c c k'). -;; This will open documentation for it, including demos of how they are used. -;; Alternatively, use `C-h o' to look up a symbol (functions, variables, faces, -;; etc). -;; -;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how -;; they are implemented. diff --git a/doom/.config/doom/init.el b/doom/.config/doom/init.el deleted file mode 100644 index 51b5df3..0000000 --- a/doom/.config/doom/init.el +++ /dev/null @@ -1,195 +0,0 @@ -;;; init.el -*- lexical-binding: t; -*- - -;; This file controls what Doom modules are enabled and what order they load -;; in. Remember to run 'doom sync' after modifying it! - -;; NOTE Press 'SPC h d h' (or 'C-h d h' for non-vim users) to access Doom's -;; documentation. There you'll find a link to Doom's Module Index where all -;; of our modules are listed, including what flags they support. - -;; NOTE Move your cursor over a module's name (or its flags) and press 'K' (or -;; 'C-c c k' for non-vim users) to view its documentation. This works on -;; flags as well (those symbols that start with a plus). -;; -;; Alternatively, press 'gd' (or 'C-c c d') on a module to browse its -;; directory (for easy access to its source code). - -(doom! :input - ;;bidi ; (tfel ot) thgir etirw uoy gnipleh - ;;chinese - ;;japanese - ;;layout ; auie,ctsrnm is the superior home row - - :completion - company ; the ultimate code completion backend - (corfu +orderless) ; complete with cap(f), cape and a flying feather! - ;;helm ; the *other* search engine for love and life - ;;ido ; the other *other* search engine... - ;;ivy ; a search engine for love and life - vertico ; the search engine of the future - - :ui - ;;deft ; notational velocity for Emacs - doom ; what makes DOOM look the way it does - doom-dashboard ; a nifty splash screen for Emacs - ;;doom-quit ; DOOM quit-message prompts when you quit Emacs - ;;(emoji +unicode) ; πŸ™‚ - hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW - ;;indent-guides ; highlighted indent columns - ligatures ; ligatures and symbols to make your code pretty again - ;;minimap ; show a map of the code on the side - modeline ; snazzy, Atom-inspired modeline, plus API - ;;nav-flash ; blink cursor line after big motions - ;;neotree ; a project drawer, like NERDTree for vim - ophints ; highlight the region an operation acts on - (popup +defaults) ; tame sudden yet inevitable temporary windows - ;;smooth-scroll ; So smooth you won't believe it's not butter - ;;tabs ; a tab bar for Emacs - treemacs ; a project drawer, like neotree but cooler - unicode ; extended unicode support for various languages - (vc-gutter +pretty) ; vcs diff in the fringe - vi-tilde-fringe ; fringe tildes to mark beyond EOB - ;;window-select ; visually switch windows - workspaces ; tab emulation, persistence & separate workspaces - ;;zen ; distraction-free coding or writing - - :editor - (evil +everywhere); come to the dark side, we have cookies - file-templates ; auto-snippets for empty files - fold ; (nigh) universal code folding - ;;(format +onsave) ; automated prettiness - ;;god ; run Emacs commands without modifier keys - ;;lispy ; vim for lisp, for people who don't like vim - ;;multiple-cursors ; editing in many places at once - ;;objed ; text object editing for the innocent - ;;parinfer ; turn lisp into python, sort of - ;;rotate-text ; cycle region at point between text candidates - snippets ; my elves. They type so I don't have to - ;;word-wrap ; soft wrapping with language-aware indent - - :emacs - dired ; making dired pretty [functional] - electric ; smarter, keyword-based electric-indent - ;;eww ; the internet is gross - ;;ibuffer ; interactive buffer management - undo ; persistent, smarter undo for your inevitable mistakes - vc ; version-control and Emacs, sitting in a tree - - :term - ;;eshell ; the elisp shell that works everywhere - ;;shell ; simple shell REPL for Emacs - ;;term ; basic terminal emulator for Emacs - vterm ; the best terminal emulation in Emacs - - :checkers - syntax ; tasing you for every semicolon you forget - ;;(spell +flyspell) ; tasing you for misspelling mispelling - ;;grammar ; tasing grammar mistake every you make - - :tools - ansible - ;;biblio ; Writes a PhD for you (citation needed) - ;;collab ; buffers with friends - debugger ; FIXME stepping through code, to help you add bugs - ;;direnv - docker - editorconfig ; let someone else argue about tabs vs spaces - ;;ein ; tame Jupyter notebooks with emacs - (eval +overlay) ; run code, run (also, repls) - lookup ; navigate your code and its documentation - ;;llm ; when I said you needed friends, I didn't mean... - lsp ; M-x vscode - magit ; a git porcelain for Emacs - make ; run make tasks from Emacs - ;;pass ; password manager for nerds - pdf ; pdf enhancements - ;;terraform ; infrastructure as code - ;;tmux ; an API for interacting with tmux - tree-sitter ; syntax and parsing, sitting in a tree... - ;;upload ; map local to remote projects via ssh/ftp - - :os - (:if (featurep :system 'macos) macos) ; improve compatibility with macOS - ;;tty ; improve the terminal Emacs experience - - :lang - ;;agda ; types of types of types of types... - ;;beancount ; mind the GAAP - (cc +lsp) ; C > C++ == 1 - ;;clojure ; java with a lisp - ;;common-lisp ; if you've seen one lisp, you've seen them all - ;;coq ; proofs-as-programs - ;;crystal ; ruby at the speed of c - ;;csharp ; unity, .NET, and mono shenanigans - data ; config/data formats - ;;(dart +flutter) ; paint ui and not much else - ;;dhall - ;;elixir ; erlang done right - ;;elm ; care for a cup of TEA? - emacs-lisp ; drown in parentheses - ;;erlang ; an elegant language for a more civilized age - ;;ess ; emacs speaks statistics - ;;factor - ;;faust ; dsp, but you get to keep your soul - ;;fortran ; in FORTRAN, GOD is REAL (unless declared INTEGER) - ;;fsharp ; ML stands for Microsoft's Language - ;;fstar ; (dependent) types and (monadic) effects and Z3 - ;;gdscript ; the language you waited for - (go +lsp) ; the hipster dialect - ;;(graphql +lsp) ; Give queries a REST - ;;(haskell +lsp) ; a language that's lazier than I am - ;;hy ; readability of scheme w/ speed of python - ;;idris ; a language you can depend on - json ; At least it ain't XML - ;;janet ; Fun fact: Janet is me! - ;;(java +lsp) ; the poster child for carpal tunnel syndrome - ;;javascript ; all(hope(abandon(ye(who(enter(here)))))) - ;;julia ; a better, faster MATLAB - ;;kotlin ; a better, slicker Java(Script) - ;;latex ; writing papers in Emacs has never been so fun - ;;lean ; for folks with too much to prove - ;;ledger ; be audit you can be - ;;lua ; one-based indices? one-based indices - markdown ; writing docs for people to ignore - ;;nim ; python + lisp at the speed of c - ;;nix ; I hereby declare "nix geht mehr!" - ;;ocaml ; an objective camel - org ; organize your plain life in plain text - ;;php ; perl's insecure younger brother - ;;plantuml ; diagrams for confusing people more - ;;graphviz ; diagrams for confusing yourself even more - ;;purescript ; javascript, but functional - python ; beautiful is better than ugly - ;;qt ; the 'cutest' gui framework ever - ;;racket ; a DSL for DSLs - ;;raku ; the artist formerly known as perl6 - ;;rest ; Emacs as a REST client - ;;rst ; ReST in peace - ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} - ;;(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() - ;;scala ; java, but good - ;;(scheme +guile) ; a fully conniving family of lisps - sh ; she sells {ba,z,fi}sh shells on the C xor - ;;sml - ;;solidity ; do you need a blockchain? No. - ;;swift ; who asked for emoji variables? - ;;terra ; Earth and Moon in alignment for performance. - ;;web ; the tubes - yaml ; JSON, but readable - zig ; C, but simpler - - :email - ;;(mu4e +org +gmail) - ;;notmuch - ;;(wanderlust +gmail) - - :app - ;;calendar - ;;emms - ;;everywhere ; *leave* Emacs!? You must be joking - ;;irc ; how neckbeards socialize - ;;(rss +org) ; emacs as an RSS reader - - :config - ;; literate - (default +bindings +smartparens)) diff --git a/doom/.config/doom/packages.el b/doom/.config/doom/packages.el deleted file mode 100644 index 1c29c3a..0000000 --- a/doom/.config/doom/packages.el +++ /dev/null @@ -1,52 +0,0 @@ -;; -*- no-byte-compile: t; -*- -;;; $DOOMDIR/packages.el - -;; To install a package with Doom you must declare them here and run 'doom sync' -;; on the command line, then restart Emacs for the changes to take effect -- or - - -;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror: -;; (package! some-package) - -;; To install a package directly from a remote git repo, you must specify a -;; `:recipe'. You'll find documentation on what `:recipe' accepts here: -;; https://github.com/radian-software/straight.el#the-recipe-format -;; (package! another-package -;; :recipe (:host github :repo "username/repo")) - -;; If the package you are trying to install does not contain a PACKAGENAME.el -;; file, or is located in a subdirectory of the repo, you'll need to specify -;; `:files' in the `:recipe': -;; (package! this-package -;; :recipe (:host github :repo "username/repo" -;; :files ("some-file.el" "src/lisp/*.el"))) - -;; If you'd like to disable a package included with Doom, you can do so here -;; with the `:disable' property: -;; (package! builtin-package :disable t) - -;; You can override the recipe of a built in package without having to specify -;; all the properties for `:recipe'. These will inherit the rest of its recipe -;; from Doom or MELPA/ELPA/Emacsmirror: -;; (package! builtin-package :recipe (:nonrecursive t)) -;; (package! builtin-package-2 :recipe (:repo "myfork/package")) - -;; Specify a `:branch' to install a package from a particular branch or tag. -;; This is required for some packages whose default branch isn't 'master' (which -;; our package manager can't deal with; see radian-software/straight.el#279) -;; (package! builtin-package :recipe (:branch "develop")) - -;; Use `:pin' to specify a particular commit to install. -;; (package! builtin-package :pin "1a2b3c4d5e") - - -;; Doom's packages are pinned to a specific commit and updated from release to -;; release. The `unpin!' macro allows you to unpin single packages... -;; (unpin! pinned-package) -;; ...or multiple packages -;; (unpin! pinned-package another-pinned-package) -;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) -;; (unpin! t) - -(package! catppuccin-theme) -(package! go-mode) diff --git a/i3/.config/i3/config b/i3/.config/i3/config deleted file mode 100644 index e317abb..0000000 --- a/i3/.config/i3/config +++ /dev/null @@ -1,317 +0,0 @@ -# i3 config file (v4) -# -# Please see https://i3wm.org/docs/userguide.html for a complete reference! -# -# This config file uses keycodes (bindsym) and was written for the QWERTY -# layout. -# -# To get a config file with the same key positions, but for your current -# layout, use the i3-config-wizard -# - -# Import Catppuccin theme defined colors -set $rosewater #f5e0dc -set $flamingo #f2cdcd -set $pink #f5c2e7 -set $mauve #cba6f7 -set $red #f38ba8 -set $maroon #eba0ac -set $peach #fab387 -set $yellow #f9e2af -set $green #a6e3a1 -set $teal #94e2d5 -set $sky #89dceb -set $sapphire #74c7ec -set $blue #89b4fa -set $lavender #b4befe -set $text #cdd6f4 -set $subtext1 #bac2de -set $subtext0 #a6adc8 -set $overlay2 #9399b2 -set $overlay1 #7f849c -set $overlay0 #6c7086 -set $surface2 #585b70 -set $surface1 #45475a -set $surface0 #313244 -set $base #1e1e2e -set $mantle #181825 -set $crust #11111b - -# target title bg text indicator border -client.focused $lavender $base $text $rosewater $lavender -client.focused_inactive $overlay0 $base $text $rosewater $overlay0 -client.unfocused $overlay0 $base $text $rosewater $overlay0 -client.urgent $peach $base $peach $overlay0 $peach -client.placeholder $overlay0 $base $text $overlay0 $overlay0 -client.background $base - -# Setting cursor -# seat seat0 xcursor_theme catppuccin-mocha-lavender-cursors 25 - -# Logo key. Use Mod1 for Alt. -set $mod Mod4 - -# Font for window titles. Will also be used by the bar unless a different font -# is used in the bar {} block below. -font pango:Noto Sans Regular 10 - -# This font is widely installed, provides lots of unicode glyphs, right-to-left -# text rendering and scalability on retina/hidpi displays (thanks to pango). -#font pango:DejaVu Sans Mono 8 - -# Start XDG autostart .desktop files using dex. See also -# https://wiki.archlinux.org/index.php/XDG_Autostart -exec --no-startup-id dex --autostart --environment i3 - -# The combination of xss-lock, nm-applet and pactl is a popular choice, so -# they are included here as an example. Modify as you see fit. - -# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the -# screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork - -# NetworkManager is the most popular way to manage wireless networks on Linux, -# and nm-applet is a desktop environment-independent system tray GUI for it. -exec --no-startup-id nm-applet - -# Polkit Authentication agent -exec --no-startup-id /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 - -# Use pactl to adjust volume in PulseAudio. -set $refresh_i3status killall -SIGUSR1 i3status -bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status -bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status -bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status -bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status -# bindsym XF86MonBrightnessUp exec --no-startup-id swayosd-client --brightness +5 -# bindsym XF86MonBrightnessDown exec --no-startup-id swayosd-client --brightness -5 -bindsym $mod+Mod1+l exec ~/.config/i3/scripts/lockscreen.sh - -# use these keys for focus, movement, and resize directions when reaching for -# the arrows is not convenient -set $left h -set $down j -set $up k -set $right l - -# use Mouse+Mod4 to drag floating windows to their wanted position -floating_modifier $mod - -# move tiling windows via drag & drop by left-clicking into the title bar, -# or left-clicking anywhere into the window while holding the floating modifier. -tiling_drag modifier titlebar - -set $term 'alacritty' -set $browser 'firefox' -set $editor 'emacs' - -# Windows configuration -default_border pixel 3 -default_floating_border pixel 3 -gaps inner 5 -gaps outer 5 - -# Floating/sticky windows -for_window [class="Pop-up"] floating enable -for_window [class="Bubble"] floating enable -for_window [class="Task_dialog"] floating enable -for_window [class="Preferences"] floating enable -for_window [class="Dialog"] floating enable -for_window [class="Menu"] floating enable -for_window [class="Organizer"] floating enable -for_window [class="About"] floating enable -for_window [class="Toolbox"] floating enable -for_window [class="Page-info"] floating enable -for_window [class="Webconsole"] floating enable -for_window [class="Authy"] floating enable -for_window [class="Termfloat"] floating enable, resize set 960 540 -for_window [class="Mpv"] floating enable, resize set 960 540 - -# Workspaces -assign [class="Emacs"] 1 -assign [class="Firefox"] 2 # FIXME: change class name -assign [class="Telegram"] 3 -focus_follows_mouse no - -# start a terminal -bindsym $mod+Return exec $term - -# kill focused window -bindsym $mod+Shift+q kill - -# start default menu application -bindsym $mod+d exec "rofi -show drun" -bindsym $mod+Shift+s exec "rofi -show ssh" -bindsym $mod+Shift+w exec "rofi -show window" -bindsym $mod+Shift+f exec "rofi -show filebrowser" - -bindsym $mod+Shift+b exec $browser -bindsym Print exec flameshot gui -# bindsym $mod+Shift+v exec xfce4-clipman-history - -# change focus -bindsym $mod+$left focus left -bindsym $mod+$down focus down -bindsym $mod+$up focus up -bindsym $mod+$right focus right - -# alternatively, you can use the cursor keys: -bindsym $mod+Left focus left -bindsym $mod+Down focus down -bindsym $mod+Up focus up -bindsym $mod+Right focus right - -# move focused window -bindsym $mod+Shift+$left move left -bindsym $mod4+Shift+$down move down -bindsym $mod+Shift+$up move up -bindsym $mod+Shift+$right move right - -# alternatively, you can use the cursor keys: -bindsym $mod+Shift+Left move left -bindsym $mod+Shift+Down move down -bindsym $mod+Shift+Up move up -bindsym $mod+Shift+Right move right - -# split in horizontal orientation -# bindsym $mod+h split h - -# split in vertical orientation -bindsym $mod+v split v - -# enter fullscreen mode for the focused container -bindsym $mod+f fullscreen toggle - -# change container layout (stacked, tabbed, toggle split) -bindsym $mod+s layout stacking -bindsym $mod+w layout tabbed -bindsym $mod+e layout toggle split - -# toggle tiling / floating -bindsym $mod+Shift+space floating toggle - -# change focus between tiling / floating windows -bindsym $mod+space focus mode_toggle - -# focus the parent container -bindsym $mod+a focus parent - -# focus the child container -#bindsym Mod4+d focus child - -# move the currently focused window to the scratchpad -bindsym $mod+Shift+minus move scratchpad - -# Show the next scratchpad window or hide the focused scratchpad window. -# If there are multiple scratchpad windows, this command cycles through them. -bindsym $mod+minus scratchpad show - -# Define names for default workspaces for which we configure key bindings later on. -# We use variables to avoid repeating the names in multiple places. -set $ws1 "1" -set $ws2 "2" -set $ws3 "3" -set $ws4 "4" -set $ws5 "5" -set $ws6 "6" -set $ws7 "7" -set $ws8 "8" -set $ws9 "9" -set $ws10 "10" - -# switch to workspace -bindsym $mod+1 workspace number $ws1 -bindsym $mod+2 workspace number $ws2 -bindsym $mod+3 workspace number $ws3 -bindsym $mod+4 workspace number $ws4 -bindsym $mod+5 workspace number $ws5 -bindsym $mod+6 workspace number $ws6 -bindsym $mod+7 workspace number $ws7 -bindsym $mod+8 workspace number $ws8 -bindsym $mod+9 workspace number $ws9 -bindsym $mod+0 workspace number $ws10 - -# move focused container to workspace -bindsym $mod+Shift+1 move container to workspace number $ws1 -bindsym $mod+Shift+2 move container to workspace number $ws2 -bindsym $mod+Shift+3 move container to workspace number $ws3 -bindsym $mod+Shift+4 move container to workspace number $ws4 -bindsym $mod+Shift+5 move container to workspace number $ws5 -bindsym $mod+Shift+6 move container to workspace number $ws6 -bindsym $mod+Shift+7 move container to workspace number $ws7 -bindsym $mod+Shift+8 move container to workspace number $ws8 -bindsym $mod+Shift+9 move container to workspace number $ws9 -bindsym $mod+Shift+0 move container to workspace number $ws10 - -bindsym $mod+period workspace next -bindsym $mod+comma workspace prev - -# reload the configuration file -bindsym $mod+Shift+c reload -# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) -bindsym $mod+Shift+r restart -# exit i3 (logs you out of your X session) -bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" - -# resize window (you can also use the mouse for that) -mode "resize" { - # These bindings trigger as soon as you enter the resize mode - - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym $left resize shrink width 10 px or 10 ppt - bindsym $down resize grow height 10 px or 10 ppt - bindsym $up resize shrink height 10 px or 10 ppt - bindsym $right resize grow width 10 px or 10 ppt - - # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize grow width 10 px or 10 ppt - - # back to normal: Enter or Escape or Mod4+r - bindsym Return mode "default" - bindsym Escape mode "default" - bindsym $mod+r mode "default" -} - -bindsym $mod+r mode "resize" - -# Start i3bar to display a workspace bar (plus the system information i3status -# finds out, if available) -# bar { -# status_command i3bar -# } - -####################################################################### -# automatically start i3-config-wizard to offer the user to create a -# keysym-based config which used their favorite modifier (alt or windows) -# -# i3-config-wizard will not launch if there already is a config file -# in ~/.config/i3/config (or $XDG_CONFIG_HOME/i3/config if set) or -# ~/.i3/config. -# -# Please remove the following exec line: -####################################################################### -# exec i3-config-wizard - -### Apply wallpaper -exec feh --bg-scale ~/.config/i3/wallpaper.jpg - -### Run status bar -exec ~/.config/polybar/launch.sh - -### Run in background X11 compositor -exec picom --config ~/.config/picom/picom.conf - -### Run in background notification daemon -exec $notification - -### Enable autolock -exec xautolock -time 5 -locker ~/.config/i3/scripts/lockscreen.sh -detectsleep - -### Screenshot tool -exec flameshot diff --git a/i3/.config/i3/lockscreen.png b/i3/.config/i3/lockscreen.png deleted file mode 100644 index c856286..0000000 Binary files a/i3/.config/i3/lockscreen.png and /dev/null differ diff --git a/i3/.config/i3/scripts/lockscreen.sh b/i3/.config/i3/scripts/lockscreen.sh deleted file mode 100755 index 9ec67f8..0000000 --- a/i3/.config/i3/scripts/lockscreen.sh +++ /dev/null @@ -1,7 +0,0 @@ -#/usr/bin/env bash - -BACKGROUND="${XDG_CONFIG_HOME:-${HOME}/.config}/i3/lockscreen.png" -i3lock --image="${BACKGROUND}" \ - --color=000000 \ - --ignore-empty-password \ - --show-failed-attempts diff --git a/i3/.config/i3/themes/catppuccin-frappe b/i3/.config/i3/themes/catppuccin-frappe deleted file mode 100644 index 227d2cb..0000000 --- a/i3/.config/i3/themes/catppuccin-frappe +++ /dev/null @@ -1,26 +0,0 @@ -set $rosewater #f2d5cf -set $flamingo #eebebe -set $pink #f4b8e4 -set $mauve #ca9ee6 -set $red #e78284 -set $maroon #ea999c -set $peach #ef9f76 -set $yellow #e5c890 -set $green #a6d189 -set $teal #81c8be -set $sky #99d1db -set $sapphire #85c1dc -set $blue #8caaee -set $lavender #babbf1 -set $text #c6d0f5 -set $subtext1 #b5bfe2 -set $subtext0 #a5adce -set $overlay2 #949cbb -set $overlay1 #838ba7 -set $overlay0 #737994 -set $surface2 #626880 -set $surface1 #51576d -set $surface0 #414559 -set $base #303446 -set $mantle #292c3c -set $crust #232634 diff --git a/i3/.config/i3/themes/catppuccin-latte b/i3/.config/i3/themes/catppuccin-latte deleted file mode 100644 index b5164c6..0000000 --- a/i3/.config/i3/themes/catppuccin-latte +++ /dev/null @@ -1,26 +0,0 @@ -set $rosewater #dc8a78 -set $flamingo #dd7878 -set $pink #ea76cb -set $mauve #8839ef -set $red #d20f39 -set $maroon #e64553 -set $peach #fe640b -set $yellow #df8e1d -set $green #40a02b -set $teal #179299 -set $sky #04a5e5 -set $sapphire #209fb5 -set $blue #1e66f5 -set $lavender #7287fd -set $text #4c4f69 -set $subtext1 #5c5f77 -set $subtext0 #6c6f85 -set $overlay2 #7c7f93 -set $overlay1 #8c8fa1 -set $overlay0 #9ca0b0 -set $surface2 #acb0be -set $surface1 #bcc0cc -set $surface0 #ccd0da -set $base #eff1f5 -set $mantle #e6e9ef -set $crust #dce0e8 diff --git a/i3/.config/i3/themes/catppuccin-macchiato b/i3/.config/i3/themes/catppuccin-macchiato deleted file mode 100644 index 7523f26..0000000 --- a/i3/.config/i3/themes/catppuccin-macchiato +++ /dev/null @@ -1,26 +0,0 @@ -set $rosewater #f4dbd6 -set $flamingo #f0c6c6 -set $pink #f5bde6 -set $mauve #c6a0f6 -set $red #ed8796 -set $maroon #ee99a0 -set $peach #f5a97f -set $yellow #eed49f -set $green #a6da95 -set $teal #8bd5ca -set $sky #91d7e3 -set $sapphire #7dc4e4 -set $blue #8aadf4 -set $lavender #b7bdf8 -set $text #cad3f5 -set $subtext1 #b8c0e0 -set $subtext0 #a5adcb -set $overlay2 #939ab7 -set $overlay1 #8087a2 -set $overlay0 #6e738d -set $surface2 #5b6078 -set $surface1 #494d64 -set $surface0 #363a4f -set $base #24273a -set $mantle #1e2030 -set $crust #181926 diff --git a/i3/.config/i3/themes/catppuccin-mocha b/i3/.config/i3/themes/catppuccin-mocha deleted file mode 100644 index 77749f6..0000000 --- a/i3/.config/i3/themes/catppuccin-mocha +++ /dev/null @@ -1,26 +0,0 @@ -set $rosewater #f5e0dc -set $flamingo #f2cdcd -set $pink #f5c2e7 -set $mauve #cba6f7 -set $red #f38ba8 -set $maroon #eba0ac -set $peach #fab387 -set $yellow #f9e2af -set $green #a6e3a1 -set $teal #94e2d5 -set $sky #89dceb -set $sapphire #74c7ec -set $blue #89b4fa -set $lavender #b4befe -set $text #cdd6f4 -set $subtext1 #bac2de -set $subtext0 #a6adc8 -set $overlay2 #9399b2 -set $overlay1 #7f849c -set $overlay0 #6c7086 -set $surface2 #585b70 -set $surface1 #45475a -set $surface0 #313244 -set $base #1e1e2e -set $mantle #181825 -set $crust #11111b diff --git a/i3/.config/i3/wallpaper.jpg b/i3/.config/i3/wallpaper.jpg deleted file mode 100644 index a3ab4a6..0000000 Binary files a/i3/.config/i3/wallpaper.jpg and /dev/null differ diff --git a/i3/.config/polybar/config.ini b/i3/.config/polybar/config.ini deleted file mode 100644 index 7cd1609..0000000 --- a/i3/.config/polybar/config.ini +++ /dev/null @@ -1,187 +0,0 @@ -;========================================================== -; -; -; β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•— β–ˆβ–ˆβ•— β–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— -; β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•— -; β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ–ˆβ–ˆβ•”β• β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β• -; β–ˆβ–ˆβ•”β•β•β•β• β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ•”β• β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•— -; β–ˆβ–ˆβ•‘ β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘ β–ˆβ–ˆβ•‘ -; β•šβ•β• β•šβ•β•β•β•β•β• β•šβ•β•β•β•β•β•β•β•šβ•β• β•šβ•β•β•β•β•β• β•šβ•β• β•šβ•β•β•šβ•β• β•šβ•β• -; -; -; To learn more about how to configure Polybar -; go to https://github.com/polybar/polybar -; -; The README contains a lot of information -; -;========================================================== - -[global/wm] -include-file = $HOME/.config/polybar/themes/mocha.ini - -[colors] -background = ${colors.base} -background-alt = ${colors.mantle} -foreground = ${colors.text} -primary = ${colors.blue} -secondary = ${colors.sapphire} -alert = ${colors.red} -disabled = ${colors.crust} - -[bar/mybar] -width = 100% -height = 24pt -radius = 6 - -; dpi = 96 - -background = ${colors.background} -foreground = ${colors.foreground} - -line-size = 3pt - -border-size = 4pt -border-color = #00000000 - -padding-left = 0 -padding-right = 1 - -module-margin = 1 - -separator = | -separator-foreground = ${colors.disabled} - -font-0 = ComicShannsMono Nerd Font;2 - -modules-left = xworkspaces xwindow -modules-right = filesystem pulseaudio xkeyboard memory cpu wlan eth date - -cursor-click = pointer -cursor-scroll = ns-resize - -enable-ipc = true - -; wm-restack = generic -; wm-restack = bspwm -; wm-restack = i3 - -; override-redirect = true - -; This module is not active by default (to enable it, add it to one of the -; modules-* list above). -; Please note that only a single tray can exist at any time. If you launch -; multiple bars with this module, only a single one will show it, the others -; will produce a warning. Which bar gets the module is timing dependent and can -; be quite random. -; For more information, see the documentation page for this module: -; https://polybar.readthedocs.io/en/stable/user/modules/tray.html -[module/systray] -type = internal/tray - -format-margin = 8pt -tray-spacing = 16pt - -[module/xworkspaces] -type = internal/xworkspaces - -label-active = %name% -label-active-background = ${colors.background-alt} -label-active-underline= ${colors.primary} -label-active-padding = 1 - -label-occupied = %name% -label-occupied-padding = 1 - -label-urgent = %name% -label-urgent-background = ${colors.alert} -label-urgent-padding = 1 - -label-empty = %name% -label-empty-foreground = ${colors.disabled} -label-empty-padding = 1 - -[module/xwindow] -type = internal/xwindow -label = %title:0:60:...% - -[module/filesystem] -type = internal/fs -interval = 25 - -mount-0 = / - -label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%% - -label-unmounted = %mountpoint% not mounted -label-unmounted-foreground = ${colors.disabled} - -[module/pulseaudio] -type = internal/pulseaudio - -format-volume-prefix = "VOL " -format-volume-prefix-foreground = ${colors.primary} -format-volume = - -label-volume = %percentage%% - -label-muted = muted -label-muted-foreground = ${colors.disabled} - -[module/xkeyboard] -type = internal/xkeyboard -blacklist-0 = num lock - -label-layout = %layout% -label-layout-foreground = ${colors.primary} - -label-indicator-padding = 2 -label-indicator-margin = 1 -label-indicator-foreground = ${colors.background} -label-indicator-background = ${colors.secondary} - -[module/memory] -type = internal/memory -interval = 2 -format-prefix = "RAM " -format-prefix-foreground = ${colors.primary} -label = %percentage_used:2%% - -[module/cpu] -type = internal/cpu -interval = 2 -format-prefix = "CPU " -format-prefix-foreground = ${colors.primary} -label = %percentage:2%% - -[network-base] -type = internal/network -interval = 5 -format-connected = -format-disconnected = -label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected - -[module/wlan] -inherit = network-base -interface-type = wireless -label-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip% - -[module/eth] -inherit = network-base -interface-type = wired -label-connected = %{F#F0C674}%ifname%%{F-} %local_ip% - -[module/date] -type = internal/date -interval = 1 - -date = %H:%M -date-alt = %Y-%m-%d %H:%M:%S - -label = %date% -label-foreground = ${colors.primary} - -[settings] -screenchange-reload = true -pseudo-transparency = true - -; vim:ft=dosini diff --git a/i3/.config/polybar/launch.sh b/i3/.config/polybar/launch.sh deleted file mode 100755 index 3bb3dac..0000000 --- a/i3/.config/polybar/launch.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env bash - -# Terminate already running bar instances -# If all your bars have ipc enabled, you can use -polybar-msg cmd quit -# Otherwise you can use the nuclear option: -# killall -q polybar - -# Launch barxs -echo "---" | tee -a /tmp/polybar-mybar.log -polybar mybar 2>&1 | tee -a /tmp/polybar-mybar.log & disown - -echo "Bars launched..." diff --git a/i3/.config/polybar/themes/frappe.ini b/i3/.config/polybar/themes/frappe.ini deleted file mode 100644 index 709f9b5..0000000 --- a/i3/.config/polybar/themes/frappe.ini +++ /dev/null @@ -1,33 +0,0 @@ -;------------------------- -; Catppuccin FrappΓ© Palette -; Maintainer: justTOBBI -;-------------------------- - -[colors] - rosewater = #f2d5cf - flamingo = #eebebe - pink = #f4b8e4 - mauve = #ca9ee6 - red = #e78284 - maroon = #ea999c - peach = #ef9f76 - yellow = #e5c890 - green = #a6d189 - teal = #81c8be - sky = #99d1db - sapphire = #85c1dc - blue = #8caaee - lavender = #babbf1 - text = #c6d0f5 - subtext1 = #b5bfe2 - subtext0 = #a5adce - overlay2 = #949cbb - overlay1 = #838ba7 - overlay0 = #737994 - surface2 = #626880 - surface1 = #51576d - surface0 = #414559 - base = #303446 - mantle = #292c3c - crust = #232634 - transparent = #FF00000 \ No newline at end of file diff --git a/i3/.config/polybar/themes/latte.ini b/i3/.config/polybar/themes/latte.ini deleted file mode 100644 index 172f7f6..0000000 --- a/i3/.config/polybar/themes/latte.ini +++ /dev/null @@ -1,33 +0,0 @@ -;------------------------- -; Catppuccin Latte Palette -; Maintainer: justTOBBI -;-------------------------- - -[colors] - rosewater = #dc8a78 - flamingo = #dd7878 - pink = #ea76cb - mauve = #8839ef - red = #d20f39 - maroon = #e64553 - peach = #fe640b - yellow = #df8e1d - green = #40a02b - teal = #179299 - sky = #04a5e5 - sapphire = #209fb5 - blue = #1e66f5 - lavender = #7287fd - text = #4c4f69 - subtext1 = #5c5f77 - subtext0 = #6c6f85 - overlay2 = #7c7f93 - overlay1 = #8c8fa1 - overlay0 = #9ca0b0 - surface2 = #acb0be - surface1 = #bcc0cc - surface0 = #ccd0da - base = #eff1f5 - mantle = #e6e9ef - crust = #dce0e8 - transparent = #FF00000 \ No newline at end of file diff --git a/i3/.config/polybar/themes/macchiato.ini b/i3/.config/polybar/themes/macchiato.ini deleted file mode 100644 index 58ed825..0000000 --- a/i3/.config/polybar/themes/macchiato.ini +++ /dev/null @@ -1,33 +0,0 @@ -;------------------------- -; Catppuccin Macchiato Palette -; Maintainer: justTOBBI -;-------------------------- - -[colors] - rosewater = #f4dbd6 - flamingo = #f0c6c6 - pink = #f5bde6 - mauve = #c6a0f6 - red = #ed8796 - maroon = #ee99a0 - peach = #f5a97f - yellow = #eed49f - green = #a6da95 - teal = #8bd5ca - sky = #91d7e3 - sapphire = #7dc4e4 - blue = #8aadf4 - lavender = #b7bdf8 - text = #cad3f5 - subtext1 = #b8c0e0 - subtext0 = #a5adcb - overlay2 = #939ab7 - overlay1 = #8087a2 - overlay0 = #6e738d - surface2 = #5b6078 - surface1 = #494d64 - surface0 = #363a4f - base = #24273a - mantle = #1e2030 - crust = #181926 - transparent = #FF00000 \ No newline at end of file diff --git a/i3/.config/polybar/themes/mocha.ini b/i3/.config/polybar/themes/mocha.ini deleted file mode 100644 index 4e0962a..0000000 --- a/i3/.config/polybar/themes/mocha.ini +++ /dev/null @@ -1,33 +0,0 @@ -;------------------------- -; Catppuccin Mocha Palette -; Maintainer: justTOBBI -;-------------------------- - -[colors] - rosewater = #f5e0dc - flamingo = #f2cdcd - pink = #f5c2e7 - mauve = #cba6f7 - red = #f38ba8 - maroon = #eba0ac - peach = #fab387 - yellow = #f9e2af - green = #a6e3a1 - teal = #94e2d5 - sky = #89dceb - sapphire = #74c7ec - blue = #89b4fa - lavender = #b4befe - text = #cdd6f4 - subtext1 = #bac2de - subtext0 = #a6adc8 - overlay2 = #9399b2 - overlay1 = #7f849c - overlay0 = #6c7086 - surface2 = #585b70 - surface1 = #45475a - surface0 = #313244 - base = #1e1e2e - mantle = #181825 - crust = #11111b - transparent = #FF00000 \ No newline at end of file diff --git a/i3/.xinitrc b/i3/.xinitrc deleted file mode 100755 index 9d0af54..0000000 --- a/i3/.xinitrc +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec /usr/bin/i3 diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf deleted file mode 100644 index 40f4057..0000000 --- a/picom/.config/picom/picom.conf +++ /dev/null @@ -1,14 +0,0 @@ -# Transparency and shadows -shadow = true -shadow-radius = 12 -shadow-offset-x = -12 -shadow-offset-y = -12 -shadow-opacity = 0.3 - -fading = true -fade-in-step = 0.03 -fade-out-step = 0.03 - -backend = "glx" -vsync = true -