diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml old mode 100644 new mode 100755 diff --git a/.config/alacritty/colors.yml b/.config/alacritty/colors.yml old mode 100644 new mode 100755 diff --git a/.config/alacritty/colorschemes/Afterglow.yaml b/.config/alacritty/colorschemes/Afterglow.yaml deleted file mode 100644 index 44a97d8..0000000 --- a/.config/alacritty/colorschemes/Afterglow.yaml +++ /dev/null @@ -1,48 +0,0 @@ -colors: - # Default colors - primary: - background: '0x2c2c2c' - foreground: '0xd6d6d6' - - dim_foreground: '0xdbdbdb' - bright_foreground: '0xd9d9d9' - dim_background: '0x202020' # not sure - bright_background: '0x3a3a3a' # not sure - - # Cursor colors - cursor: - text: '0x2c2c2c' - cursor: '0xd9d9d9' - - # Normal colors - normal: - black: '0x1c1c1c' - red: '0xbc5653' - green: '0x909d63' - yellow: '0xebc17a' - blue: '0x7eaac7' - magenta: '0xaa6292' - cyan: '0x86d3ce' - white: '0xcacaca' - - # Bright colors - bright: - black: '0x636363' - red: '0xbc5653' - green: '0x909d63' - yellow: '0xebc17a' - blue: '0x7eaac7' - magenta: '0xaa6292' - cyan: '0x86d3ce' - white: '0xf7f7f7' - - # Dim colors - dim: - black: '0x232323' - red: '0x74423f' - green: '0x5e6547' - yellow: '0x8b7653' - blue: '0x556b79' - magenta: '0x6e4962' - cyan: '0x5c8482' - white: '0x828282' diff --git a/.config/alacritty/colorschemes/Argonaut.yaml b/.config/alacritty/colorschemes/Argonaut.yaml deleted file mode 100644 index db7678b..0000000 --- a/.config/alacritty/colorschemes/Argonaut.yaml +++ /dev/null @@ -1,32 +0,0 @@ -colors: - # Default colors - primary: - background: '0x292C3E' - foreground: '0xEBEBEB' - - # Cursor colors - cursor: - text: '0xFF261E' - cursor: '0xFF261E' - - # Normal colors - normal: - black: '0x0d0d0d' - red: '0xFF301B' - green: '0xA0E521' - yellow: '0xFFC620' - blue: '0x1BA6FA' - magenta: '0x8763B8' - cyan: '0x21DEEF' - white: '0xEBEBEB' - - # Bright colors - bright: - black: '0x6D7070' - red: '0xFF4352' - green: '0xB8E466' - yellow: '0xFFD750' - blue: '0x1BA6FA' - magenta: '0xA578EA' - cyan: '0x73FBF1' - white: '0xFEFEF8' diff --git a/.config/alacritty/colorschemes/Ayu_dark.yaml b/.config/alacritty/colorschemes/Ayu_dark.yaml deleted file mode 100644 index c0fa142..0000000 --- a/.config/alacritty/colorschemes/Ayu_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Ayu Dark) -colors: - # Default colors - primary: - background: '0x0A0E14' - foreground: '0xB3B1AD' - - # Normal colors - normal: - black: '0x01060E' - red: '0xEA6C73' - green: '0x91B362' - yellow: '0xF9AF4F' - blue: '0x53BDFA' - magenta: '0xFAE994' - cyan: '0x90E1C6' - white: '0xC7C7C7' - - # Bright colors - bright: - black: '0x686868' - red: '0xF07178' - green: '0xC2D94C' - yellow: '0xFFB454' - blue: '0x59C2FF' - magenta: '0xFFEE99' - cyan: '0x95E6CB' - white: '0xFFFFFF' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Base16_default_dark.yaml b/.config/alacritty/colorschemes/Base16_default_dark.yaml deleted file mode 100644 index 28aa143..0000000 --- a/.config/alacritty/colorschemes/Base16_default_dark.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Base16 Default Dark) -colors: - # Default colors - primary: - background: '0x181818' - foreground: '0xd8d8d8' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xd8d8d8' - cursor: '0xd8d8d8' - - # Normal colors - normal: - black: '0x181818' - red: '0xab4642' - green: '0xa1b56c' - yellow: '0xf7ca88' - blue: '0x7cafc2' - magenta: '0xba8baf' - cyan: '0x86c1b9' - white: '0xd8d8d8' - - # Bright colors - bright: - black: '0x585858' - red: '0xab4642' - green: '0xa1b56c' - yellow: '0xf7ca88' - blue: '0x7cafc2' - magenta: '0xba8baf' - cyan: '0x86c1b9' - white: '0xf8f8f8' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Blood_moon.yaml b/.config/alacritty/colorschemes/Blood_moon.yaml deleted file mode 100644 index 9ae3be1..0000000 --- a/.config/alacritty/colorschemes/Blood_moon.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Blood Moon) -colors: - # Default colors - primary: - background: '0x10100E' - foreground: '0xC6C6C4' - - # Normal colors - normal: - black: '0x10100E' - red: '0xC40233' - green: '0x009F6B' - yellow: '0xFFD700' - blue: '0x0087BD' - magenta: '0x9A4EAE' - cyan: '0x20B2AA' - white: '0xC6C6C4' - - # Bright colors - bright: - black: '0x696969' - red: '0xFF2400' - green: '0x03C03C' - yellow: '0xFDFF00' - blue: '0x007FFF' - magenta: '0xFF1493' - cyan: '0x00CCCC' - white: '0xFFFAFA' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Breeze.yaml b/.config/alacritty/colorschemes/Breeze.yaml deleted file mode 100644 index 62bad22..0000000 --- a/.config/alacritty/colorschemes/Breeze.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# KDE Breeze (Ported from Konsole) -colors: - # Default colors - primary: - background: '0x232627' - foreground: '0xfcfcfc' - - dim_foreground: '0xeff0f1' - bright_foreground: '0xffffff' - dim_background: '0x31363b' - bright_background: '0x000000' - - # Normal colors - normal: - black: '0x232627' - red: '0xed1515' - green: '0x11d116' - yellow: '0xf67400' - blue: '0x1d99f3' - magenta: '0x9b59b6' - cyan: '0x1abc9c' - white: '0xfcfcfc' - - # Bright colors - bright: - black: '0x7f8c8d' - red: '0xc0392b' - green: '0x1cdc9a' - yellow: '0xfdbc4b' - blue: '0x3daee9' - magenta: '0x8e44ad' - cyan: '0x16a085' - white: '0xffffff' - - # Dim colors - dim: - black: '0x31363b' - red: '0x783228' - green: '0x17a262' - yellow: '0xb65619' - blue: '0x1b668f' - magenta: '0x614a73' - cyan: '0x186c60' - white: '0x63686d' diff --git a/.config/alacritty/colorschemes/Bright.yml b/.config/alacritty/colorschemes/Bright.yml deleted file mode 100644 index 6c2c0d2..0000000 --- a/.config/alacritty/colorschemes/Bright.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0xf3f3f3' - foreground: '0x707070' - - # Normal colors - normal: - black: '0xd3d3d3' - red: '0xef6b7b' - green: '0xa1d569' - yellow: '0xf59335' - blue: '0x4ec2e8' - magenta: '0xfec7cd' - cyan: '0x95c1c0' - white: '0x707070' - - # Bright colors - bright: - black: '0xb3b3b3' - red: '0xed5466' - green: '0xafdb80' - yellow: '0xf59335' - blue: '0x5dc7ea' - magenta: '0xd2a4b4' - cyan: '0x75a1a0' - white: '0x909090' diff --git a/.config/alacritty/colorschemes/Campbell.yaml b/.config/alacritty/colorschemes/Campbell.yaml deleted file mode 100644 index 95dba05..0000000 --- a/.config/alacritty/colorschemes/Campbell.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Campbell (Windows 10 default) -colors: - # Default colors - primary: - background: '0x0c0c0c' - foreground: '0xcccccc' - - # Normal colors - normal: - black: '0x0c0c0c' - red: '0xc50f1f' - green: '0x13a10e' - yellow: '0xc19c00' - blue: '0x0037da' - magenta: '0x881798' - cyan: '0x3a96dd' - white: '0xcccccc' - - # Bright colors - bright: - black: '0x767676' - red: '0xe74856' - green: '0x16c60c' - yellow: '0xf9f1a5' - blue: '0x3b78ff' - magenta: '0xb4009e' - cyan: '0x61d6d6' - white: '0xf2f2f2' diff --git a/.config/alacritty/colorschemes/Challenger_deep.yaml b/.config/alacritty/colorschemes/Challenger_deep.yaml deleted file mode 100644 index 4030163..0000000 --- a/.config/alacritty/colorschemes/Challenger_deep.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Challenger Deep) -colors: - # Default colors - primary: - background: '0x1e1c31' - foreground: '0xcbe1e7' - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xff271d' - cursor: '0xfbfcfc' - # Normal colors - normal: - black: '0x141228' - red: '0xff5458' - green: '0x62d196' - yellow: '0xffb378' - blue: '0x65b2ff' - magenta: '0x906cff' - cyan: '0x63f2f1' - white: '0xa6b3cc' - # Bright colors - bright: - black: '0x565575' - red: '0xff8080' - green: '0x95ffa4' - yellow: '0xffe9aa' - blue: '0x91ddff' - magenta: '0xc991e1' - cyan: '0xaaffe4' - white: '0xcbe3e7' - diff --git a/.config/alacritty/colorschemes/Cobalt2.yaml b/.config/alacritty/colorschemes/Cobalt2.yaml deleted file mode 100644 index 576a502..0000000 --- a/.config/alacritty/colorschemes/Cobalt2.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# From the famous Cobalt2 sublime theme -# Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2 -colors: - # Default colors - primary: - background: '0x122637' - foreground: '0xffffff' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x122637' - cursor: '0xf0cb09' - - # Normal colors - normal: - black: '0x000000' - red: '0xff0000' - green: '0x37dd21' - yellow: '0xfee409' - blue: '0x1460d2' - magenta: '0xff005d' - cyan: '0x00bbbb' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x545454' - red: '0xf40d17' - green: '0x3bcf1d' - yellow: '0xecc809' - blue: '0x5555ff' - magenta: '0xff55ff' - cyan: '0x6ae3f9' - white: '0xffffff' diff --git a/.config/alacritty/colorschemes/Cyber_punk_neon.yaml b/.config/alacritty/colorschemes/Cyber_punk_neon.yaml deleted file mode 100644 index 5292ddd..0000000 --- a/.config/alacritty/colorschemes/Cyber_punk_neon.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Cyber Punk Neon -# Source: https://github.com/Roboron3042/Cyberpunk-Neon -colors: - # Default colors - primary: - background: "0x000b1e" - foreground: "0x0abdc6" - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: "0x000b1e" - cursor: "0x0abdc6" - - # Normal colors - normal: - black: "0x123e7c" - red: "0xff0000" - green: "0xd300c4" - yellow: "0xf57800" - blue: "0x123e7c" - magenta: "0x711c91" - cyan: "0x0abdc6" - white: "0xd7d7d5" - - # Bright colors - bright: - black: "0x1c61c2" - red: "0xff0000" - green: "0xd300c4" - yellow: "0xf57800" - blue: "0x00ff00" - magenta: "0x711c91" - cyan: "0x0abdc6" - white: "0xd7d7d5" diff --git a/.config/alacritty/colorschemes/Dark_pastels.yaml b/.config/alacritty/colorschemes/Dark_pastels.yaml deleted file mode 100644 index 97eb7f9..0000000 --- a/.config/alacritty/colorschemes/Dark_pastels.yaml +++ /dev/null @@ -1,29 +0,0 @@ - -# Colors (Konsole's Dark Pastels) -colors: - # Default colors - primary: - background: '0x2C2C2C' - foreground: '0xDCDCCC' - - # Normal colors - normal: - black: '0x3F3F3F' - red: '0x705050' - green: '0x60B48A' - yellow: '0xDFAF8F' - blue: '0x9AB8D7' - magenta: '0xDC8CC3' - cyan: '0x8CD0D3' - white: '0xDCDCCC' - - # Bright colors - bright: - black: '0x709080' - red: '0xDCA3A3' - green: '0x72D5A3' - yellow: '0xF0DFAF' - blue: '0x94BFF3' - magenta: '0xEC93D3' - cyan: '0x93E0E3' - white: '0xFFFFFF' diff --git a/.config/alacritty/colorschemes/Dawn.yml b/.config/alacritty/colorschemes/Dawn.yml deleted file mode 100644 index d6dab0a..0000000 --- a/.config/alacritty/colorschemes/Dawn.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x181b20' - foreground: '0x9b9081' - - # Normal colors - normal: - black: '0x353535' - red: '0x744b40' - green: '0x6d6137' - yellow: '0x765636' - blue: '0x61564b' - magenta: '0x6b4a49' - cyan: '0x435861' - white: '0xb3b3b3' - - # Bright colors - bright: - black: '0x5f5f5f' - red: '0x785850' - green: '0x6f6749' - yellow: '0x776049' - blue: '0x696057' - magenta: '0x6f5a59' - cyan: '0x525f66' - white: '0xcdcdcd' diff --git a/.config/alacritty/colorschemes/Doom_one.yml b/.config/alacritty/colorschemes/Doom_one.yml deleted file mode 100644 index cdbdaf4..0000000 --- a/.config/alacritty/colorschemes/Doom_one.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Colors (Doom One) -colors: - # Default colors - primary: - background: '0x282c34' - foreground: '0xbbc2cf' - - # Normal colors - normal: - black: '0x282c34' - red: '0xff6c6b' - green: '0x98be65' - yellow: '0xecbe7b' - blue: '0x51afef' - magenta: '0xc678dd' - cyan: '0x46d9ff' - white: '0xbbc2cf' diff --git a/.config/alacritty/colorschemes/Dracula.yaml b/.config/alacritty/colorschemes/Dracula.yaml deleted file mode 100644 index f5026c1..0000000 --- a/.config/alacritty/colorschemes/Dracula.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Dracula) -colors: - # Default colors - primary: - background: '0x282a36' - foreground: '0xf8f8f2' - - # Normal colors - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x555555' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xcaa9fa' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xffffff' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Erosion.yml b/.config/alacritty/colorschemes/Erosion.yml deleted file mode 100644 index 133fc4c..0000000 --- a/.config/alacritty/colorschemes/Erosion.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x181512' - foreground: '0xbea492' - - # Normal colors - normal: - black: '0x332d29' - red: '0x8c644c' - green: '0x746c48' - yellow: '0x908a66' - blue: '0x646a6d' - magenta: '0x605655' - cyan: '0x4b5c5e' - white: '0x504339' - - # Bright colors - bright: - black: '0x817267' - red: '0x9f7155' - green: '0x857b52' - yellow: '0x9c956e' - blue: '0x71777a' - magenta: '0x656565' - cyan: '0x556d70' - white: '0x9a875f' diff --git a/.config/alacritty/colorschemes/Falcon.yaml b/.config/alacritty/colorschemes/Falcon.yaml deleted file mode 100644 index 33c267b..0000000 --- a/.config/alacritty/colorschemes/Falcon.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# falcon colorscheme for alacritty -# by fenetikm, https://github.com/fenetikm/falcon -colors: - # Default colors - primary: - background: '0x020221' - foreground: '0xb4b4b9' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x020221' - cursor: '0xffe8c0' - - # Normal colors - normal: - black: '0x000004' - red: '0xff3600' - green: '0x718e3f' - yellow: '0xffc552' - blue: '0x635196' - magenta: '0xff761a' - cyan: '0x34bfa4' - white: '0xb4b4b9' - - # Bright colors - bright: - black: '0x020221' - red: '0xff8e78' - green: '0xb1bf75' - yellow: '0xffd392' - blue: '0x99a4bc' - magenta: '0xffb07b' - cyan: '0x8bccbf' - white: '0xf8f8ff' diff --git a/.config/alacritty/colorschemes/Flat_remix.yml b/.config/alacritty/colorschemes/Flat_remix.yml deleted file mode 100644 index 5105553..0000000 --- a/.config/alacritty/colorschemes/Flat_remix.yml +++ /dev/null @@ -1,25 +0,0 @@ -colors: - primary: - background: '0x272a34' - foreground: '0xFFFFFF' - - normal: - black: '0x1F2229' - red: '0xEC0101' - green: '0x47D4B9' - yellow: '0xFF8A18' - blue: '0x277FFF' - magenta: '0xD71655' - cyan: '0x05A1F7' - white: '0xFFFFFF' - - - bright: - black: '0x1F2229' - red: '0xD41919' - green: '0x5EBDAB' - yellow: '0xFEA44C' - blue: '0x367bf0' - magenta: '0xBF2E5D' - cyan: '0x49AEE6' - white: '0xFFFFFF' diff --git a/.config/alacritty/colorschemes/Gotham.yaml b/.config/alacritty/colorschemes/Gotham.yaml deleted file mode 100644 index f58f9a3..0000000 --- a/.config/alacritty/colorschemes/Gotham.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Gotham) -colors: - # Default colors - primary: - background: '0x0a0f14' - foreground: '0x98d1ce' - - # Normal colors - normal: - black: '0x0a0f14' - red: '0xc33027' - green: '0x26a98b' - yellow: '0xedb54b' - blue: '0x195465' - magenta: '0x4e5165' - cyan: '0x33859d' - white: '0x98d1ce' - - # Bright colors - bright: - black: '0x10151b' - red: '0xd26939' - green: '0x081f2d' - yellow: '0x245361' - blue: '0x093748' - magenta: '0x888ba5' - cyan: '0x599caa' - white: '0xd3ebe9' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Gruvbox_dark.yaml b/.config/alacritty/colorschemes/Gruvbox_dark.yaml deleted file mode 100644 index d9c604f..0000000 --- a/.config/alacritty/colorschemes/Gruvbox_dark.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox dark) -colors: - # Default colors - primary: - # hard contrast: background = '0x1d2021' - background: '0x282828' - # soft contrast: background = '0x32302f' - foreground: '0xebdbb2' - - # Normal colors - normal: - black: '0x282828' - red: '0xcc241d' - green: '0x98971a' - yellow: '0xd79921' - blue: '0x458588' - magenta: '0xb16286' - cyan: '0x689d6a' - white: '0xa89984' - - # Bright colors - bright: - black: '0x928374' - red: '0xfb4934' - green: '0xb8bb26' - yellow: '0xfabd2f' - blue: '0x83a598' - magenta: '0xd3869b' - cyan: '0x8ec07c' - white: '0xebdbb2' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Gruvbox_light.yaml b/.config/alacritty/colorschemes/Gruvbox_light.yaml deleted file mode 100644 index d679c3c..0000000 --- a/.config/alacritty/colorschemes/Gruvbox_light.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox light) -colors: - # Default colors - primary: - # hard contrast: background = '0xf9f5d7' - background: '0xfbf1c7' - # soft contrast: background = '0xf2e5bc' - foreground: '0x3c3836' - - # Normal colors - normal: - black: '0xfbf1c7' - red: '0xcc241d' - green: '0x98971a' - yellow: '0xd79921' - blue: '0x458588' - magenta: '0xb16286' - cyan: '0x689d6a' - white: '0x7c6f64' - - # Bright colors - bright: - black: '0x928374' - red: '0x9d0006' - green: '0x79740e' - yellow: '0xb57614' - blue: '0x076678' - magenta: '0x8f3f71' - cyan: '0x427b58' - white: '0x3c3836' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Gruvbox_material.yml b/.config/alacritty/colorschemes/Gruvbox_material.yml deleted file mode 100644 index 397b03f..0000000 --- a/.config/alacritty/colorschemes/Gruvbox_material.yml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Gruvbox Material Dark Medium) -colors: - primary: - background: '0x282828' - foreground: '0xdfbf8e' - - normal: - black: '0x665c54' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe78a4e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - - bright: - black: '0x928374' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe3a84e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - diff --git a/.config/alacritty/colorschemes/High_contrast.yaml b/.config/alacritty/colorschemes/High_contrast.yaml deleted file mode 100644 index cd4cdb7..0000000 --- a/.config/alacritty/colorschemes/High_contrast.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (High Contrast) -colors: - # Default colors - primary: - background: '0x444444' - foreground: '0xdddddd' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xaaaaaa' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x0000ff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' - - # Bright colors - bright: - black: '0x000000' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x0000ff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' diff --git a/.config/alacritty/colorschemes/Horizon_dark.yaml b/.config/alacritty/colorschemes/Horizon_dark.yaml deleted file mode 100644 index d6e29fd..0000000 --- a/.config/alacritty/colorschemes/Horizon_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Horizon Dark) -colors: - # Primary colors - primary: - background: '0x1c1e26' - foreground: '0xe0e0e0' - - # Normal colors - normal: - black: '0x16161c' - red: '0xe95678' - green: '0x29d398' - yellow: '0xfab795' - blue: '0x26bbd9' - magenta: '0xee64ac' - cyan: '0x59e1e3' - white: '0xd5d8da' - - # Bright colors - bright: - black: '0x5b5858' - red: '0xec6a88' - green: '0x3fdaa4' - yellow: '0xfbc3a7' - blue: '0x3fc4de' - magenta: '0xf075b5' - cyan: '0x6be4e6' - white: '0xd5d8da' diff --git a/.config/alacritty/colorschemes/Hund.yml b/.config/alacritty/colorschemes/Hund.yml deleted file mode 100644 index 5713876..0000000 --- a/.config/alacritty/colorschemes/Hund.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x161616' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x222222' - red: '0xe84f4f' - green: '0xb7ce42' - yellow: '0xfea63c' - blue: '0x66aabb' - magenta: '0xb7416e' - cyan: '0x6d878d' - white: '0xdddddd' - - # Bright colors - bright: - black: '0x666666' - red: '0xd23d3d' - green: '0xbde077' - yellow: '0xffe863' - blue: '0xaaccbb' - magenta: '0xe16a98' - cyan: '0x42717b' - white: '0xcccccc' diff --git a/.config/alacritty/colorschemes/Hybrid.yml b/.config/alacritty/colorschemes/Hybrid.yml deleted file mode 100644 index ed246f6..0000000 --- a/.config/alacritty/colorschemes/Hybrid.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1d1f21' - foreground: '0xc5c8c6' - - # Normal colors - normal: - black: '0x282a2e' - red: '0xa54242' - green: '0x8c9440' - yellow: '0xde935f' - blue: '0x5f819d' - magenta: '0x85678f' - cyan: '0x5e8d87' - white: '0x707880' - - # Bright colors - bright: - black: '0x373b41' - red: '0xcc6666' - green: '0xb5bd68' - yellow: '0xf0c674' - blue: '0x81a2be' - magenta: '0xb294bb' - cyan: '0x8abeb7' - white: '0xc5c8c6' diff --git a/.config/alacritty/colorschemes/Hyper.yaml b/.config/alacritty/colorschemes/Hyper.yaml deleted file mode 100644 index 5b84d66..0000000 --- a/.config/alacritty/colorschemes/Hyper.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Hyper) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xffffff' - cursor: - text: '0xF81CE5' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xfe0100' - green: '0x33ff00' - yellow: '0xfeff00' - blue: '0x0066ff' - magenta: '0xcc00ff' - cyan: '0x00ffff' - white: '0xd0d0d0' - - # Bright colors - bright: - black: '0x808080' - red: '0xfe0100' - green: '0x33ff00' - yellow: '0xfeff00' - blue: '0x0066ff' - magenta: '0xcc00ff' - cyan: '0x00ffff' - white: '0xFFFFFF' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Invisibone.yml b/.config/alacritty/colorschemes/Invisibone.yml deleted file mode 100644 index dfbf7c5..0000000 --- a/.config/alacritty/colorschemes/Invisibone.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x232323' - foreground: '0xa0a0a0' - - # Normal colors - normal: - black: '0x303030' - red: '0xd370a3' - green: '0x6d9e3f' - yellow: '0xb58858' - blue: '0x6095c5' - magenta: '0xac7bde' - cyan: '0x3ba275' - white: '0xcfcfcf' - - # Bright colors - bright: - black: '0x686868' - red: '0xffa7da' - green: '0xa3d572' - yellow: '0xefbd8b' - blue: '0x98cbfe' - magenta: '0xe5b0ff' - cyan: '0x75daa9' - white: '0xffffff' diff --git a/.config/alacritty/colorschemes/Iterm.yaml b/.config/alacritty/colorschemes/Iterm.yaml deleted file mode 100644 index 2c31223..0000000 --- a/.config/alacritty/colorschemes/Iterm.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (iTerm 2 default theme) -colors: - # Default colors - primary: - background: '0x101421' - foreground: '0xfffbf6' - - # Normal colors - normal: - black: '0x2e2e2e' - red: '0xeb4129' - green: '0xabe047' - yellow: '0xf6c744' - blue: '0x47a0f3' - magenta: '0x7b5cb0' - cyan: '0x64dbed' - white: '0xe5e9f0' - - # Bright colors - bright: - black: '0x565656' - red: '0xec5357' - green: '0xc0e17d' - yellow: '0xf9da6a' - blue: '0x49a4f8' - magenta: '0xa47de9' - cyan: '0x99faf2' - white: '0xffffff' diff --git a/.config/alacritty/colorschemes/Jmbi.yml b/.config/alacritty/colorschemes/Jmbi.yml deleted file mode 100644 index 945a3ff..0000000 --- a/.config/alacritty/colorschemes/Jmbi.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1e1e1e' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x5a7260' - red: '0x8f423c' - green: '0xbbbb88' - yellow: '0xf9d25b' - blue: '0xe0ba69' - magenta: '0x709289' - cyan: '0xd13516' - white: '0xefe2e0' - - # Bright colors - bright: - black: '0x8da691' - red: '0xeeaa88' - green: '0xccc68d' - yellow: '0xeedd99' - blue: '0xc9b957' - magenta: '0xffcbab' - cyan: '0xc25431' - white: '0xf9f1ed' diff --git a/.config/alacritty/colorschemes/Kasugano.yml b/.config/alacritty/colorschemes/Kasugano.yml deleted file mode 100644 index 33f3f67..0000000 --- a/.config/alacritty/colorschemes/Kasugano.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1b1b1b' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x3d3d3d' - red: '0x6673bf' - green: '0x3ea290' - yellow: '0xb0ead9' - blue: '0x31658c' - magenta: '0x596196' - cyan: '0x8292b2' - white: '0xc8cacc' - - # Bright colors - bright: - black: '0x4d4d4d' - red: '0x899aff' - green: '0x52ad91' - yellow: '0x98c9bb' - blue: '0x477ab3' - magenta: '0x7882bf' - cyan: '0x95a7cc' - white: '0xedeff2' diff --git a/.config/alacritty/colorschemes/Konsole_linux.yaml b/.config/alacritty/colorschemes/Konsole_linux.yaml deleted file mode 100644 index b4f3e2f..0000000 --- a/.config/alacritty/colorschemes/Konsole_linux.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Color theme ported from Konsole: Linux colors -colors: - primary: - foreground: '0xe3e3e3' - bright_foreground: '0xffffff' - dim_foreground: '0xe3e3e3' - background: '0x1f1f1f' - bright_background: '0x686868' # not sure - dim_background: '0x1f1f1f' # not sure - - cursor: - text: '0x191622' - cursor: '0xf8f8f2' - - search: - matches: - foreground: '0xb2b2b2' - background: '0xb26818' - focused_match: - foreground: CellBackground - background: CellForeground - - normal: - black: '0x000000' - red: '0xb21818' - green: '0x18b218' - yellow: '0xb26818' - blue: '0x1818b2' - magenta: '0xb218b2' - cyan: '0x18b2b2' - white: '0xb2b2b2' - - bright: - black: '0x686868' - red: '0xff5454' - green: '0x54ff54' - yellow: '0xffff54' - blue: '0x5454ff' - magenta: '0xff54ff' - cyan: '0x54ffff' - white: '0xffffff' - - dim: - black: '0x000000' - red: '0xb21818' - green: '0x18b218' - yellow: '0xb26818' - blue: '0x1818b2' - magenta: '0xb218b2' - cyan: '0x18b2b2' - white: '0xb2b2b2' diff --git a/.config/alacritty/colorschemes/Low_contrast.yaml b/.config/alacritty/colorschemes/Low_contrast.yaml deleted file mode 100644 index 35bbb4e..0000000 --- a/.config/alacritty/colorschemes/Low_contrast.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Dim) -colors: - # Default colors - primary: - background: '0x333333' - foreground: '0xdddddd' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xaaaaaa' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xbb0000' - green: '0x00bb00' - yellow: '0xbbbb00' - blue: '0x0000bb' - magenta: '0xbb00bb' - cyan: '0x00bbbb' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x000000' - red: '0xbb0000' - green: '0x00bb00' - yellow: '0xbbbb00' - blue: '0x0000bb' - magenta: '0xbb00bb' - cyan: '0x00bbbb' - white: '0xbbbbbb' diff --git a/.config/alacritty/colorschemes/Material_theme.yaml b/.config/alacritty/colorschemes/Material_theme.yaml deleted file mode 100644 index 400c5f6..0000000 --- a/.config/alacritty/colorschemes/Material_theme.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) -colors: - # Default colors - primary: - background: '0x1e282d' - foreground: '0xc4c7d1' - - # Normal colors - normal: - black: '0x666666' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x80cbc4' - magenta: '0xff2f90' - cyan: '0xaeddff' - white: '0xffffff' - - # Bright colors - bright: - black: '0xff262b' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x7dc6bf' - magenta: '0x6c71c4' - cyan: '0x35434d' - white: '0xffffff' diff --git a/.config/alacritty/colorschemes/Material_theme_mod.yaml b/.config/alacritty/colorschemes/Material_theme_mod.yaml deleted file mode 100644 index cb68fbd..0000000 --- a/.config/alacritty/colorschemes/Material_theme_mod.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) -colors: - # Default colors - primary: - background: '0x1e282d' - foreground: '0xc4c7d1' - - # Normal colors - normal: - black: '0x666666' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x80cbc4' - magenta: '0xff2f90' - cyan: '0xaeddff' - white: '0xffffff' - - # Bright colors - bright: - black: '0xa1a1a1' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x7dc6bf' - magenta: '0x6c71c4' - cyan: '0x35434d' - white: '0xffffff' diff --git a/.config/alacritty/colorschemes/Monokai.yml b/.config/alacritty/colorschemes/Monokai.yml deleted file mode 100644 index 7600a5f..0000000 --- a/.config/alacritty/colorschemes/Monokai.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x272822' - foreground: '0xf1ebeb' - - # Normal colors - normal: - black: '0x48483e' - red: '0xdc2566' - green: '0x8fc029' - yellow: '0xd4c96e' - blue: '0x55bcce' - magenta: '0x9358fe' - cyan: '0x56b7a5' - white: '0xacada1' - - # Bright colors - bright: - black: '0x76715e' - red: '0xfa2772' - green: '0xa7e22e' - yellow: '0xe7db75' - blue: '0x66d9ee' - magenta: '0xae82ff' - cyan: '0x66efd5' - white: '0xcfd0c2' diff --git a/.config/alacritty/colorschemes/Navy.yml b/.config/alacritty/colorschemes/Navy.yml deleted file mode 100644 index 07d2fe4..0000000 --- a/.config/alacritty/colorschemes/Navy.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x021b21' - foreground: '0xe8dfd6' - - # Normal colors - normal: - black: '0x032c36' - red: '0xc2454e' - green: '0x7cbf9e' - yellow: '0x8a7a63' - blue: '0x2e3340' - magenta: '0xff5879' - cyan: '0x44b5b1' - white: '0xf2f1b9' - - # Bright colors - bright: - black: '0x065f73' - red: '0xef5847' - green: '0xa2d9b1' - yellow: '0xbeb090' - blue: '0x61778d' - magenta: '0xff99a1' - cyan: '0x9ed9d8' - white: '0xf6f6c9' diff --git a/.config/alacritty/colorschemes/Nord.yaml b/.config/alacritty/colorschemes/Nord.yaml deleted file mode 100644 index 4e8d093..0000000 --- a/.config/alacritty/colorschemes/Nord.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Nord) -colors: - # Default colors - primary: - background: '0x2E3440' - foreground: '0xD8DEE9' - - # Normal colors - normal: - black: '0x3B4252' - red: '0xBF616A' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x88C0D0' - white: '0xE5E9F0' - - # Bright colors - bright: - black: '0x4C566A' - red: '0xBF616A' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x8FBCBB' - white: '0xECEFF4' diff --git a/.config/alacritty/colorschemes/Oceanic_next.yaml b/.config/alacritty/colorschemes/Oceanic_next.yaml deleted file mode 100644 index 9bad83f..0000000 --- a/.config/alacritty/colorschemes/Oceanic_next.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Oceanic Next) -colors: - # Default colors - primary: - background: '0x1b2b34' - foreground: '0xd8dee9' - - # Normal colors - normal: - black: '0x29414f' - red: '0xec5f67' - green: '0x99c794' - yellow: '0xfac863' - blue: '0x6699cc' - magenta: '0xc594c5' - cyan: '0x5fb3b3' - white: '0x65737e' - - # Bright colors - bright: - black: '0x405860' - red: '0xec5f67' - green: '0x99c794' - yellow: '0xfac863' - blue: '0x6699cc' - magenta: '0xc594c5' - cyan: '0x5fb3b3' - white: '0xadb5c0' diff --git a/.config/alacritty/colorschemes/Omni.yml b/.config/alacritty/colorschemes/Omni.yml deleted file mode 100644 index 91570e1..0000000 --- a/.config/alacritty/colorschemes/Omni.yml +++ /dev/null @@ -1,38 +0,0 @@ -colors: - primary: - background: '0x191622' - foreground: '0xe1e1e6' - - cursor: - text: '0x191622' - cursor: '0xf8f8f2' - - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xeffa78' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8d79ba' - white: '0xbfbfbf' - - bright: - black: '0x4d4d4d' - red: '0xff6e67' - green: '0x5af78e' - yellow: '0xeaf08d' - blue: '0xcaa9fa' - magenta: '0xff92d0' - cyan: '0xaa91e3' - white: '0xe6e6e6' - - dim: - black: '0x000000' - red: '0xa90000' - green: '0x049f2b' - yellow: '0xa3b106' - blue: '0x530aba' - magenta: '0xbb006b' - cyan: '0x433364' - white: '0x5f5f5f' diff --git a/.config/alacritty/colorschemes/One_dark.yaml b/.config/alacritty/colorschemes/One_dark.yaml deleted file mode 100644 index a54e040..0000000 --- a/.config/alacritty/colorschemes/One_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (One Dark) -colors: - # Default colors - primary: - background: '0x1e2127' - foreground: '0xabb2bf' - - # Normal colors - normal: - black: '0x1e2127' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0xabb2bf' - - # Bright colors - bright: - black: '0x5c6370' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0xffffff' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Palenight.yml b/.config/alacritty/colorschemes/Palenight.yml deleted file mode 100644 index f65206a..0000000 --- a/.config/alacritty/colorschemes/Palenight.yml +++ /dev/null @@ -1,30 +0,0 @@ -# iTerm2 Material Design - Palenight theme for Alacritty -# Source : https://github.com/JonathanSpeek/palenight-iterm2 - -colors: - # Default colors - primary: - background: '0x292d3e' - foreground: '0xd0d0d0' - - # Normal colors - normal: - black: '0x292d3e' - red: '0xf07178' - green: '0xc3e88d' - yellow: '0xffcb6b' - blue: '0x82aaff' - magenta: '0xc792ea' - cyan: '0x89ddff' - white: '0xd0d0d0' - - # Bright colors - bright: - black: '0x434758' - red: '0xff8b92' - green: '0xddffa7' - yellow: '0xffe585' - blue: '0x9cc4ff' - magenta: '0xe1acff' - cyan: '0xa3f7ff' - white: '0xffffff' diff --git a/.config/alacritty/colorschemes/Papercolor_light.yaml b/.config/alacritty/colorschemes/Papercolor_light.yaml deleted file mode 100644 index 5770b1d..0000000 --- a/.config/alacritty/colorschemes/Papercolor_light.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (PaperColor - Light) -colors: - # Default colors - primary: - background: '0xeeeeee' - foreground: '0x878787' - - cursor: - text: '0xeeeeee' - cursor: '0x878787' - - # Normal colors - normal: - black: '0xeeeeee' - red: '0xaf0000' - green: '0x008700' - yellow: '0x5f8700' - blue: '0x0087af' - magenta: '0x878787' - cyan: '0x005f87' - white: '0x444444' - - # Bright colors - bright: - black: '0xbcbcbc' - red: '0xd70000' - green: '0xd70087' - yellow: '0x8700af' - blue: '0xd75f00' - magenta: '0xd75f00' - cyan: '0x005faf' - white: '0x005f87' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Pastel.yml b/.config/alacritty/colorschemes/Pastel.yml deleted file mode 100644 index f5fd63c..0000000 --- a/.config/alacritty/colorschemes/Pastel.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x151515' - foreground: '0x888888' - - # Normal colors - normal: - black: '0x292929' - red: '0xcf6a4c' - green: '0x19cb00' - yellow: '0xfad07a' - blue: '0x8197bf' - magenta: '0x8787af' - cyan: '0x668799' - white: '0x888888' - - # Bright colors - bright: - black: '0x525252' - red: '0xff9d80' - green: '0x23fd00' - yellow: '0xffefbf' - blue: '0xaccaff' - magenta: '0xc4c4ff' - cyan: '0x80bfaf' - white: '0xe8e8d3' diff --git a/.config/alacritty/colorschemes/Pencil_dark.yaml b/.config/alacritty/colorschemes/Pencil_dark.yaml deleted file mode 100644 index 9bb2a13..0000000 --- a/.config/alacritty/colorschemes/Pencil_dark.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Pencil Dark) -colors: - # Default Colors - primary: - background: '0x212121' - foreground: '0xf1f1f1' - # Normal colors - normal: - black: '0x212121' - red: '0xc30771' - green: '0x10a778' - yellow: '0xa89c14' - blue: '0x008ec4' - magenta: '0x523c79' - cyan: '0x20a5ba' - white: '0xe0e0e0' - # Bright colors - bright: - black: '0x818181' - red: '0xfb007a' - green: '0x5fd7af' - yellow: '0xf3e430' - blue: '0x20bbfc' - magenta: '0x6855de' - cyan: '0x4fb8cc' - white: '0xf1f1f1' diff --git a/.config/alacritty/colorschemes/Pencil_light.yaml b/.config/alacritty/colorschemes/Pencil_light.yaml deleted file mode 100644 index 10db04d..0000000 --- a/.config/alacritty/colorschemes/Pencil_light.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Pencil Light) -colors: - # Default Colors - primary: - background: '0xf1f1f1' - foreground: '0x424242' - # Normal colors - normal: - black: '0x212121' - red: '0xc30771' - green: '0x10a778' - yellow: '0xa89c14' - blue: '0x008ec4' - magenta: '0x523c79' - cyan: '0x20a5ba' - white: '0xe0e0e0' - # Bright colors - bright: - black: '0x212121' - red: '0xfb007a' - green: '0x5fd7af' - yellow: '0xf3e430' - blue: '0x20bbfc' - magenta: '0x6855de' - cyan: '0x4fb8cc' - white: '0xf1f1f1' diff --git a/.config/alacritty/colorschemes/Remedy_dark.yaml b/.config/alacritty/colorschemes/Remedy_dark.yaml deleted file mode 100644 index 0cd339f..0000000 --- a/.config/alacritty/colorschemes/Remedy_dark.yaml +++ /dev/null @@ -1,38 +0,0 @@ -colors: - # Default colors - primary: - background: '0x2c2b2a' - foreground: '0xf9e7c4' - - dim_foreground: '0x685E4A' - bright_foreground: '0x1C1508' - dim_background: '0x202322' - bright_background: '0x353433' - - # Cursor colors - cursor: - text: '0xf9e7c4' - cursor: '0xf9e7c4' - - # Normal colors - normal: - black: '0x282a2e' - blue: '0x5f819d' - cyan: '0x5e8d87' - green: '0x8c9440' - magenta: '0x85678f' - orange: '0xcc6953' - red: '0xa54242' - white: '0x707880' - yellow: '0xde935f' - - # Bright colors - bright: - black: '0x373b41' - blue: '0x81a2be' - cyan: '0x8abeb7' - green: '0xb5bd68' - magenta: '0xb294bb' - red: '0xcc6666' - white: '0xc5c8c6' - yellow: '0xf0c674' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Snazzy.yaml b/.config/alacritty/colorschemes/Snazzy.yaml deleted file mode 100644 index aacebd0..0000000 --- a/.config/alacritty/colorschemes/Snazzy.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Snazzy) -colors: - # Default colors - primary: - background: '0x282a36' - foreground: '0xeff0eb' - - # Normal colors - normal: - black: '0x282a36' - red: '0xff5c57' - green: '0x5af78e' - yellow: '0xf3f99d' - blue: '0x57c7ff' - magenta: '0xff6ac1' - cyan: '0x9aedfe' - white: '0xf1f1f0' - - # Bright colors - bright: - black: '0x686868' - red: '0xff5c57' - green: '0x5af78e' - yellow: '0xf3f99d' - blue: '0x57c7ff' - magenta: '0xff6ac1' - cyan: '0x9aedfe' - white: '0xf1f1f0' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Solarized_dark.yaml b/.config/alacritty/colorschemes/Solarized_dark.yaml deleted file mode 100644 index 0055c81..0000000 --- a/.config/alacritty/colorschemes/Solarized_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Solarized Dark) -colors: - # Default colors - primary: - background: '0x002b36' - foreground: '0x839496' - - # Normal colors - normal: - black: '0x073642' - red: '0xdc322f' - green: '0x859900' - yellow: '0xb58900' - blue: '0x268bd2' - magenta: '0xd33682' - cyan: '0x2aa198' - white: '0xeee8d5' - - # Bright colors - bright: - black: '0x002b36' - red: '0xcb4b16' - green: '0x586e75' - yellow: '0x657b83' - blue: '0x839496' - magenta: '0x6c71c4' - cyan: '0x93a1a1' - white: '0xfdf6e3' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Solarized_light.yaml b/.config/alacritty/colorschemes/Solarized_light.yaml deleted file mode 100644 index 6a5acd9..0000000 --- a/.config/alacritty/colorschemes/Solarized_light.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Solarized Light) -colors: - # Default colors - primary: - background: '0xfdf6e3' - foreground: '0x586e75' - - # Normal colors - normal: - black: '0x073642' - red: '0xdc322f' - green: '0x859900' - yellow: '0xb58900' - blue: '0x268bd2' - magenta: '0xd33682' - cyan: '0x2aa198' - white: '0xeee8d5' - - # Bright colors - bright: - black: '0x002b36' - red: '0xcb4b16' - green: '0x586e75' - yellow: '0x657b83' - blue: '0x839496' - magenta: '0x6c71c4' - cyan: '0x93a1a1' - white: '0xfdf6e3' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Sweetlove.yml b/.config/alacritty/colorschemes/Sweetlove.yml deleted file mode 100644 index 3233ecd..0000000 --- a/.config/alacritty/colorschemes/Sweetlove.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1f1f1f' - foreground: '0xc0b18b' - - # Normal colors - normal: - black: '0x4a3637' - red: '0xd17b49' - green: '0x7b8748' - yellow: '0xaf865a' - blue: '0x535c5c' - magenta: '0x775759' - cyan: '0x6d715e' - white: '0xc0b18b' - - # Bright colors - bright: - black: '0x402e2e' - red: '0xac5d2f' - green: '0x647035' - yellow: '0x8f6840' - blue: '0x444b4b' - magenta: '0x614445' - cyan: '0x585c49' - white: '0x978965' diff --git a/.config/alacritty/colorschemes/Taerminal.yaml b/.config/alacritty/colorschemes/Taerminal.yaml deleted file mode 100644 index 9dc804c..0000000 --- a/.config/alacritty/colorschemes/Taerminal.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Taerminal) -colors: - # Default colors - primary: - background: '0x26282a' - foreground: '0xf0f0f0' - cursor: - background: '0xf0f0f0' - foreground: '0x26282a' - - # Normal colors - normal: - black: '0x26282a' - red: '0xff8878' - green: '0xb4fb73' - yellow: '0xfffcb7' - blue: '0x8bbce5' - magenta: '0xffb2fe' - cyan: '0xa2e1f8' - white: '0xf1f1f1' - - # Bright colors - bright: - black: '0x6f6f6f' - red: '0xfe978b' - green: '0xd6fcba' - yellow: '0xfffed5' - blue: '0xc2e3ff' - magenta: '0xffc6ff' - cyan: '0xc0e9f8' - white: '0xffffff' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Tango_dark.yaml b/.config/alacritty/colorschemes/Tango_dark.yaml deleted file mode 100644 index e91733d..0000000 --- a/.config/alacritty/colorschemes/Tango_dark.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# GNOME Terminal Tango Dark -colors: - primary: - background: '0x2e3436' - foreground: '0xd3d7cf' - - normal: - black: '0x2e3436' - red: '0xcc0000' - green: '0x4e9a06' - yellow: '0xc4a000' - blue: '0x3465a4' - magenta: '0x75507b' - cyan: '0x06989a' - white: '0xd3d7cf' - - bright: - black: '0x555753' - red: '0xef2929' - green: '0x8ae234' - yellow: '0xfce94f' - blue: '0x729fcf' - magenta: '0xad7fa8' - cyan: '0x34e2e2' - white: '0xeeeeec' - diff --git a/.config/alacritty/colorschemes/Tender.yaml b/.config/alacritty/colorschemes/Tender.yaml deleted file mode 100644 index ffcacf7..0000000 --- a/.config/alacritty/colorschemes/Tender.yaml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x282828' - foreground: '0xeeeeee' - - # Normal colors - normal: - black: '0x282828' - red: '0xf43753' - green: '0xc9d05c' - yellow: '0xffc24b' - blue: '0xb3deef' - magenta: '0xd3b987' - cyan: '0x73cef4' - white: '0xeeeeee' - - # Bright colors - bright: - black: '0x4c4c4c' - red: '0xf43753' - green: '0xc9d05c' - yellow: '0xffc24b' - blue: '0xb3deef' - magenta: '0xd3b987' - cyan: '0x73cef4' - white: '0xfeffff' diff --git a/.config/alacritty/colorschemes/Terminal_app.yaml b/.config/alacritty/colorschemes/Terminal_app.yaml deleted file mode 100644 index bc2c434..0000000 --- a/.config/alacritty/colorschemes/Terminal_app.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Terminal.app) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xb6b6b6' - - # Normal colors - normal: - black: '0x000000' - red: '0x990000' - green: '0x00a600' - yellow: '0x999900' - blue: '0x0000b2' - magenta: '0xb200b2' - cyan: '0x00a6b2' - white: '0xbfbfbf' - - # Bright colors - bright: - black: '0x666666' - red: '0xe50000' - green: '0x00d900' - yellow: '0xe5e500' - blue: '0x0000ff' - magenta: '0xe500e5' - cyan: '0x00e5e5' - white: '0xe5e5e5' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Thelovelace.yaml b/.config/alacritty/colorschemes/Thelovelace.yaml deleted file mode 100644 index 4d73889..0000000 --- a/.config/alacritty/colorschemes/Thelovelace.yaml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1D1F28' - foreground: '0xFDFDFD' - - # Normal colors - normal: - # Bright colors - black: '0x282A36' - red: '0xF37F97' - green: '0x5ADECD' - yellow: '0xF2A272' - blue: '0x8897F4' - magenta: '0xC574DD' - cyan: '0x79E6F3' - white: '0xFDFDFD' - bright: - black: '0x414458' - red: '0xFF4971' - green: '0x18E3C8' - yellow: '0xEBCB8B' - blue: '0xFF8037' - magenta: '0x556FFF' - cyan: '0x3FDCEE' - white: '0xBEBEC1' - indexed_colors: [] diff --git a/.config/alacritty/colorschemes/Tokyo_night.yaml b/.config/alacritty/colorschemes/Tokyo_night.yaml deleted file mode 100644 index a88fd9b..0000000 --- a/.config/alacritty/colorschemes/Tokyo_night.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night) -# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme -colors: - # Default colors - primary: - background: '0x1a1b26' - foreground: '0xa9b1d6' - - # Normal colors - normal: - black: '0x32344a' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xad8ee6' - cyan: '0x449dab' - white: '0x787c99' - - # Bright colors - bright: - black: '0x444b6a' - red: '0xff7a93' - green: '0xb9f27c' - yellow: '0xff9e64' - blue: '0x7da6ff' - magenta: '0xbb9af7' - cyan: '0x0db9d7' - white: '0xacb0d0' diff --git a/.config/alacritty/colorschemes/Tokyo_night_storm.yaml b/.config/alacritty/colorschemes/Tokyo_night_storm.yaml deleted file mode 100644 index a64cf4a..0000000 --- a/.config/alacritty/colorschemes/Tokyo_night_storm.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night: Storm variant) -# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme -colors: - # Default colors - primary: - background: '0x24283b' - foreground: '0xa9b1d6' - - # Normal colors - normal: - black: '0x32344a' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xad8ee6' - cyan: '0x449dab' - white: '0x9699a8' - - # Bright colors - bright: - black: '0x444b6a' - red: '0xff7a93' - green: '0xb9f27c' - yellow: '0xff9e64' - blue: '0x7da6ff' - magenta: '0xbb9af7' - cyan: '0x0db9d7' - white: '0xacb0d0' diff --git a/.config/alacritty/colorschemes/Tomorrow_night.yaml b/.config/alacritty/colorschemes/Tomorrow_night.yaml deleted file mode 100644 index 36bafba..0000000 --- a/.config/alacritty/colorschemes/Tomorrow_night.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Tomorrow Night) -colors: - # Default colors - primary: - background: '0x1d1f21' - foreground: '0xc5c8c6' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x1d1f21' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x1d1f21' - red: '0xcc6666' - green: '0xb5bd68' - yellow: '0xe6c547' - blue: '0x81a2be' - magenta: '0xb294bb' - cyan: '0x70c0ba' - white: '0x373b41' - - # Bright colors - bright: - black: '0x666666' - red: '0xff3334' - green: '0x9ec400' - yellow: '0xf0c674' - blue: '0x81a2be' - magenta: '0xb77ee0' - cyan: '0x54ced6' - white: '0x282a2e' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml b/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml deleted file mode 100644 index 55b25d0..0000000 --- a/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Tomorrow Night Bright) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xeaeaea' - - # Normal colors - normal: - black: '0x000000' - red: '0xd54e53' - green: '0xb9ca4a' - yellow: '0xe6c547' - blue: '0x7aa6da' - magenta: '0xc397d8' - cyan: '0x70c0ba' - white: '0x424242' - - # Bright colors - bright: - black: '0x666666' - red: '0xff3334' - green: '0x9ec400' - yellow: '0xe7c547' - blue: '0x7aa6da' - magenta: '0xb77ee0' - cyan: '0x54ced6' - white: '0x2a2a2a' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Vacuous.yml b/.config/alacritty/colorschemes/Vacuous.yml deleted file mode 100644 index 022a7d0..0000000 --- a/.config/alacritty/colorschemes/Vacuous.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x101010' - foreground: '0xd2c5bc' - - # Normal colors - normal: - black: '0x202020' - red: '0xb91e2e' - green: '0x81957c' - yellow: '0xf9bb80' - blue: '0x356579' - magenta: '0x2d2031' - cyan: '0x0b3452' - white: '0x909090' - - # Bright colors - bright: - black: '0x606060' - red: '0xd14548' - green: '0xa7b79a' - yellow: '0xfae3a0' - blue: '0x7491a1' - magenta: '0x87314e' - cyan: '0x0f829d' - white: '0xfff0f0' diff --git a/.config/alacritty/colorschemes/Visibone.yml b/.config/alacritty/colorschemes/Visibone.yml deleted file mode 100644 index 2315047..0000000 --- a/.config/alacritty/colorschemes/Visibone.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x333333' - foreground: '0xcccccc' - - # Normal colors - normal: - black: '0x666666' - red: '0xcc6699' - green: '0x99cc66' - yellow: '0xcc9966' - blue: '0x6699cc' - magenta: '0x9966cc' - cyan: '0x66cc99' - white: '0xcccccc' - - # Bright colors - bright: - black: '0x999999' - red: '0xff99cc' - green: '0xccff99' - yellow: '0xffcc99' - blue: '0x99ccff' - magenta: '0xcc99ff' - cyan: '0x99ffcc' - white: '0xffffff' diff --git a/.config/alacritty/colorschemes/Wombat.yaml b/.config/alacritty/colorschemes/Wombat.yaml deleted file mode 100644 index 844e65f..0000000 --- a/.config/alacritty/colorschemes/Wombat.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Wombat) -colors: - # Default colors - primary: - background: '0x1f1f1f' - foreground: '0xe5e1d8' - - # Normal colors - normal: - black: '0x000000' - red: '0xf7786d' - green: '0xbde97c' - yellow: '0xefdfac' - blue: '0x6ebaf8' - magenta: '0xef88ff' - cyan: '0x90fdf8' - white: '0xe5e1d8' - - # Bright colors - bright: - black: '0xb4b4b4' - red: '0xf99f92' - green: '0xe3f7a1' - yellow: '0xf2e9bf' - blue: '0xb3d2ff' - magenta: '0xe5bdff' - cyan: '0xc2fefa' - white: '0xffffff' \ No newline at end of file diff --git a/.config/alacritty/colorschemes/Xterm.yaml b/.config/alacritty/colorschemes/Xterm.yaml deleted file mode 100644 index 7f336e4..0000000 --- a/.config/alacritty/colorschemes/Xterm.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# XTerm's default colors -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xffffff' - # Normal colors - normal: - black: '0x000000' - red: '0xcd0000' - green: '0x00cd00' - yellow: '0xcdcd00' - blue: '0x0000ee' - magenta: '0xcd00cd' - cyan: '0x00cdcd' - white: '0xe5e5e5' - - # Bright colors - bright: - black: '0x7f7f7f' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x5c5cff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' diff --git a/.config/alacritty/colorschemes/Yousai.yml b/.config/alacritty/colorschemes/Yousai.yml deleted file mode 100644 index 292bedf..0000000 --- a/.config/alacritty/colorschemes/Yousai.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0xf5e7de' - foreground: '0x34302d' - - # Normal colors - normal: - black: '0x666661' - red: '0x992e2e' - green: '0x4c3226' - yellow: '0xa67c53' - blue: '0x4c7399' - magenta: '0xbf9986' - cyan: '0xd97742' - white: '0x34302d' - - # Bright colors - bright: - black: '0x7f7f7a' - red: '0xb23636' - green: '0x664233' - yellow: '0xbf8f60' - blue: '0x5986b2' - magenta: '0xd9ae98' - cyan: '0xf2854a' - white: '0x4c4742' diff --git a/.config/alacritty/fonts.yml b/.config/alacritty/fonts.yml old mode 100644 new mode 100755 diff --git a/.config/cava/config b/.config/cava/config old mode 100644 new mode 100755 diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc old mode 100644 new mode 100755 diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/1.png b/.config/qtile/Assets/1.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/2.png b/.config/qtile/Assets/2.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/3.png b/.config/qtile/Assets/3.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/4.png b/.config/qtile/Assets/4.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/4.xcf b/.config/qtile/Assets/4.xcf old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/5.png b/.config/qtile/Assets/5.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/5.xcf b/.config/qtile/Assets/5.xcf old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/6.png b/.config/qtile/Assets/6.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Base.xcf b/.config/qtile/Assets/Base.xcf old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Battery/battery-caution-charging.png b/.config/qtile/Assets/Battery/battery-caution-charging.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Battery/battery-caution.png b/.config/qtile/Assets/Battery/battery-caution.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Battery/battery-full-charged.png b/.config/qtile/Assets/Battery/battery-full-charged.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Battery/battery-full-charging.png b/.config/qtile/Assets/Battery/battery-full-charging.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Battery/battery-full.png b/.config/qtile/Assets/Battery/battery-full.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Battery/battery-good-charging.png b/.config/qtile/Assets/Battery/battery-good-charging.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Battery/battery-good.png b/.config/qtile/Assets/Battery/battery-good.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Battery/battery-low-charging.png b/.config/qtile/Assets/Battery/battery-low-charging.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Battery/battery-low.png b/.config/qtile/Assets/Battery/battery-low.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Battery/battery-missing.png b/.config/qtile/Assets/Battery/battery-missing.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Misc/clock.png b/.config/qtile/Assets/Misc/clock.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Misc/ram.png b/.config/qtile/Assets/Misc/ram.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Volume/audio-volume-high.png b/.config/qtile/Assets/Volume/audio-volume-high.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Volume/audio-volume-low.png b/.config/qtile/Assets/Volume/audio-volume-low.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Volume/audio-volume-medium.png b/.config/qtile/Assets/Volume/audio-volume-medium.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/Volume/audio-volume-muted.png b/.config/qtile/Assets/Volume/audio-volume-muted.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/launch_Icon.png b/.config/qtile/Assets/launch_Icon.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/layout.png b/.config/qtile/Assets/layout.png old mode 100644 new mode 100755 diff --git a/.config/qtile/Assets/search.png b/.config/qtile/Assets/search.png old mode 100644 new mode 100755 diff --git a/.config/qtile/__pycache__/config.cpython-310.pyc b/.config/qtile/__pycache__/config.cpython-310.pyc old mode 100644 new mode 100755 diff --git a/.config/qtile/autostart_once.sh b/.config/qtile/autostart_once.sh index 0dabd5a..1efb003 100755 --- a/.config/qtile/autostart_once.sh +++ b/.config/qtile/autostart_once.sh @@ -1,11 +1,9 @@ -#!/usr/bin/bash +#!/bin/bash + +# Apply wallpaper using wal wal -b 282738 -i ~/Wallpaper/Aesthetic2.png && -sleep 4 && + +# Start picom picom --config ~/.config/picom/picom.conf & -## AUTO START APPLICATIONS/sCRIPTS -# examples: -#chromium & -#pactl set-sink-port 0 analog-output-headphones & -##ADD YOUT STUFF BELOW! diff --git a/.config/qtile/config.py b/.config/qtile/config.py old mode 100644 new mode 100755 diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi old mode 100644 new mode 100755 diff --git a/.config/rofi/power.rasi b/.config/rofi/power.rasi old mode 100644 new mode 100755 diff --git a/.config/rofi/scripts/Everforest b/.config/rofi/scripts/Everforest old mode 100644 new mode 100755 diff --git a/.config/rofi/scripts/Natura b/.config/rofi/scripts/Natura old mode 100644 new mode 100755 diff --git a/.config/rofi/scripts/Sakura b/.config/rofi/scripts/Sakura old mode 100644 new mode 100755 diff --git a/.config/spicetify/Extensions/adblock.js b/.config/spicetify/Extensions/adblock.js old mode 100644 new mode 100755 diff --git a/.config/spicetify/Extensions/dribbblish.js b/.config/spicetify/Extensions/dribbblish.js old mode 100644 new mode 100755 diff --git a/.config/spicetify/Themes/Dribbblish/README.md b/.config/spicetify/Themes/Dribbblish/README.md old mode 100644 new mode 100755 diff --git a/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayMedium.woff2 b/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayMedium.woff2 old mode 100644 new mode 100755 diff --git a/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayRegular.woff2 b/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayRegular.woff2 old mode 100644 new mode 100755 diff --git a/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/Roboto.woff2 b/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/Roboto.woff2 old mode 100644 new mode 100755 diff --git a/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/RobotoMedium.woff2 b/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/RobotoMedium.woff2 old mode 100644 new mode 100755 diff --git a/.config/spicetify/Themes/Dribbblish/color.ini b/.config/spicetify/Themes/Dribbblish/color.ini old mode 100644 new mode 100755 index e855c79..5efcbff --- a/.config/spicetify/Themes/Dribbblish/color.ini +++ b/.config/spicetify/Themes/Dribbblish/color.ini @@ -1,16 +1,16 @@ [base] -text = 86918A -subtext = 4E565C -sidebar-text = 86918A -main = 232A2E -sidebar = 343F44 -player = 232A2E -card = 232A2E +text = CAA9E0 +subtext = B9BBBE +sidebar-text = FFFFFF +main = 282738 +sidebar = 353446 +player = 282738 +card = 282738 shadow = 000000 selected-row = 797979 -button = 232A2E -button-active = 343F44 -button-disabled = D3C6AA +button = CAA9E0 +button-active = 353446 +button-disabled = CAA9E0 tab-active = 1E2233 notification = 1db954 notification-error = e22134 diff --git a/.config/spicetify/Themes/Dribbblish/dribbblish.js b/.config/spicetify/Themes/Dribbblish/dribbblish.js old mode 100644 new mode 100755 diff --git a/.config/spicetify/Themes/Dribbblish/images/tracklist-row-song-fallback.svg b/.config/spicetify/Themes/Dribbblish/images/tracklist-row-song-fallback.svg old mode 100644 new mode 100755 diff --git a/.config/spicetify/Themes/Dribbblish/user.css b/.config/spicetify/Themes/Dribbblish/user.css old mode 100644 new mode 100755 diff --git a/.config/spicetify/Themes/manifest.json b/.config/spicetify/Themes/manifest.json old mode 100644 new mode 100755 diff --git a/.config/spicetify/config-xpui.ini b/.config/spicetify/config-xpui.ini old mode 100644 new mode 100755 diff --git a/.config/starship.toml b/.config/starship.toml old mode 100644 new mode 100755 diff --git a/.zshrc b/.zshrc old mode 100644 new mode 100755 diff --git a/Assets/Scrot.png b/Assets/Scrot.png new file mode 100755 index 0000000..9ebc764 Binary files /dev/null and b/Assets/Scrot.png differ diff --git a/Assets/preview.png b/Assets/preview.png old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/OFL.txt b/Fonts/Jetbrains/OFL.txt old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-Bold.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-Bold.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-BoldItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-BoldItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-ExtraBold.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-ExtraBold.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-ExtraBoldItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-ExtraBoldItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-ExtraLight.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-ExtraLight.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-ExtraLightItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-ExtraLightItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-Italic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-Italic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-Light.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-Light.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-LightItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-LightItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-Medium.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-Medium.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-MediumItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-MediumItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-Regular.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-Regular.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-SemiBold.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-SemiBold.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-SemiBoldItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-SemiBoldItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-Thin.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-Thin.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMono-ThinItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMono-ThinItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-Bold.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-Bold.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-BoldItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-BoldItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-ExtraBold.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-ExtraBold.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-ExtraBoldItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-ExtraBoldItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-ExtraLight.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-ExtraLight.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-ExtraLightItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-ExtraLightItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-Italic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-Italic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-Light.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-Light.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-LightItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-LightItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-Medium.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-Medium.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-MediumItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-MediumItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-Regular.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-Regular.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-SemiBold.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-SemiBold.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-SemiBoldItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-SemiBoldItalic.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-Thin.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-Thin.ttf old mode 100644 new mode 100755 diff --git a/Fonts/Jetbrains/ttf/JetBrainsMonoNL-ThinItalic.ttf b/Fonts/Jetbrains/ttf/JetBrainsMonoNL-ThinItalic.ttf old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/Screenshots/Cozy1.png b/Screenshots/Cozy1.png old mode 100644 new mode 100755 index f1268e6..87f830e Binary files a/Screenshots/Cozy1.png and b/Screenshots/Cozy1.png differ diff --git a/Screenshots/Everforest1.png b/Screenshots/Everforest1.png old mode 100644 new mode 100755 diff --git a/Screenshots/Natura1.png b/Screenshots/Natura1.png old mode 100644 new mode 100755 diff --git a/Screenshots/Sakura1.png b/Screenshots/Sakura1.png old mode 100644 new mode 100755 diff --git a/Screenshots/cozy2.png b/Screenshots/cozy2.png new file mode 100755 index 0000000..3716535 Binary files /dev/null and b/Screenshots/cozy2.png differ diff --git a/Themes/Cozy/.config/alacritty/alacritty.yml b/Themes/Cozy/.config/alacritty/alacritty.yml old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/alacritty/colors.yml b/Themes/Cozy/.config/alacritty/colors.yml old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Afterglow.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Afterglow.yaml deleted file mode 100644 index 44a97d8..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Afterglow.yaml +++ /dev/null @@ -1,48 +0,0 @@ -colors: - # Default colors - primary: - background: '0x2c2c2c' - foreground: '0xd6d6d6' - - dim_foreground: '0xdbdbdb' - bright_foreground: '0xd9d9d9' - dim_background: '0x202020' # not sure - bright_background: '0x3a3a3a' # not sure - - # Cursor colors - cursor: - text: '0x2c2c2c' - cursor: '0xd9d9d9' - - # Normal colors - normal: - black: '0x1c1c1c' - red: '0xbc5653' - green: '0x909d63' - yellow: '0xebc17a' - blue: '0x7eaac7' - magenta: '0xaa6292' - cyan: '0x86d3ce' - white: '0xcacaca' - - # Bright colors - bright: - black: '0x636363' - red: '0xbc5653' - green: '0x909d63' - yellow: '0xebc17a' - blue: '0x7eaac7' - magenta: '0xaa6292' - cyan: '0x86d3ce' - white: '0xf7f7f7' - - # Dim colors - dim: - black: '0x232323' - red: '0x74423f' - green: '0x5e6547' - yellow: '0x8b7653' - blue: '0x556b79' - magenta: '0x6e4962' - cyan: '0x5c8482' - white: '0x828282' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Argonaut.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Argonaut.yaml deleted file mode 100644 index db7678b..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Argonaut.yaml +++ /dev/null @@ -1,32 +0,0 @@ -colors: - # Default colors - primary: - background: '0x292C3E' - foreground: '0xEBEBEB' - - # Cursor colors - cursor: - text: '0xFF261E' - cursor: '0xFF261E' - - # Normal colors - normal: - black: '0x0d0d0d' - red: '0xFF301B' - green: '0xA0E521' - yellow: '0xFFC620' - blue: '0x1BA6FA' - magenta: '0x8763B8' - cyan: '0x21DEEF' - white: '0xEBEBEB' - - # Bright colors - bright: - black: '0x6D7070' - red: '0xFF4352' - green: '0xB8E466' - yellow: '0xFFD750' - blue: '0x1BA6FA' - magenta: '0xA578EA' - cyan: '0x73FBF1' - white: '0xFEFEF8' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Ayu_dark.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Ayu_dark.yaml deleted file mode 100644 index c0fa142..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Ayu_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Ayu Dark) -colors: - # Default colors - primary: - background: '0x0A0E14' - foreground: '0xB3B1AD' - - # Normal colors - normal: - black: '0x01060E' - red: '0xEA6C73' - green: '0x91B362' - yellow: '0xF9AF4F' - blue: '0x53BDFA' - magenta: '0xFAE994' - cyan: '0x90E1C6' - white: '0xC7C7C7' - - # Bright colors - bright: - black: '0x686868' - red: '0xF07178' - green: '0xC2D94C' - yellow: '0xFFB454' - blue: '0x59C2FF' - magenta: '0xFFEE99' - cyan: '0x95E6CB' - white: '0xFFFFFF' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Base16_default_dark.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Base16_default_dark.yaml deleted file mode 100644 index 28aa143..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Base16_default_dark.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Base16 Default Dark) -colors: - # Default colors - primary: - background: '0x181818' - foreground: '0xd8d8d8' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xd8d8d8' - cursor: '0xd8d8d8' - - # Normal colors - normal: - black: '0x181818' - red: '0xab4642' - green: '0xa1b56c' - yellow: '0xf7ca88' - blue: '0x7cafc2' - magenta: '0xba8baf' - cyan: '0x86c1b9' - white: '0xd8d8d8' - - # Bright colors - bright: - black: '0x585858' - red: '0xab4642' - green: '0xa1b56c' - yellow: '0xf7ca88' - blue: '0x7cafc2' - magenta: '0xba8baf' - cyan: '0x86c1b9' - white: '0xf8f8f8' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Blood_moon.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Blood_moon.yaml deleted file mode 100644 index 9ae3be1..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Blood_moon.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Blood Moon) -colors: - # Default colors - primary: - background: '0x10100E' - foreground: '0xC6C6C4' - - # Normal colors - normal: - black: '0x10100E' - red: '0xC40233' - green: '0x009F6B' - yellow: '0xFFD700' - blue: '0x0087BD' - magenta: '0x9A4EAE' - cyan: '0x20B2AA' - white: '0xC6C6C4' - - # Bright colors - bright: - black: '0x696969' - red: '0xFF2400' - green: '0x03C03C' - yellow: '0xFDFF00' - blue: '0x007FFF' - magenta: '0xFF1493' - cyan: '0x00CCCC' - white: '0xFFFAFA' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Breeze.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Breeze.yaml deleted file mode 100644 index 62bad22..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Breeze.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# KDE Breeze (Ported from Konsole) -colors: - # Default colors - primary: - background: '0x232627' - foreground: '0xfcfcfc' - - dim_foreground: '0xeff0f1' - bright_foreground: '0xffffff' - dim_background: '0x31363b' - bright_background: '0x000000' - - # Normal colors - normal: - black: '0x232627' - red: '0xed1515' - green: '0x11d116' - yellow: '0xf67400' - blue: '0x1d99f3' - magenta: '0x9b59b6' - cyan: '0x1abc9c' - white: '0xfcfcfc' - - # Bright colors - bright: - black: '0x7f8c8d' - red: '0xc0392b' - green: '0x1cdc9a' - yellow: '0xfdbc4b' - blue: '0x3daee9' - magenta: '0x8e44ad' - cyan: '0x16a085' - white: '0xffffff' - - # Dim colors - dim: - black: '0x31363b' - red: '0x783228' - green: '0x17a262' - yellow: '0xb65619' - blue: '0x1b668f' - magenta: '0x614a73' - cyan: '0x186c60' - white: '0x63686d' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Bright.yml b/Themes/Cozy/.config/alacritty/colorschemes/Bright.yml deleted file mode 100644 index 6c2c0d2..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Bright.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0xf3f3f3' - foreground: '0x707070' - - # Normal colors - normal: - black: '0xd3d3d3' - red: '0xef6b7b' - green: '0xa1d569' - yellow: '0xf59335' - blue: '0x4ec2e8' - magenta: '0xfec7cd' - cyan: '0x95c1c0' - white: '0x707070' - - # Bright colors - bright: - black: '0xb3b3b3' - red: '0xed5466' - green: '0xafdb80' - yellow: '0xf59335' - blue: '0x5dc7ea' - magenta: '0xd2a4b4' - cyan: '0x75a1a0' - white: '0x909090' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Campbell.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Campbell.yaml deleted file mode 100644 index 95dba05..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Campbell.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Campbell (Windows 10 default) -colors: - # Default colors - primary: - background: '0x0c0c0c' - foreground: '0xcccccc' - - # Normal colors - normal: - black: '0x0c0c0c' - red: '0xc50f1f' - green: '0x13a10e' - yellow: '0xc19c00' - blue: '0x0037da' - magenta: '0x881798' - cyan: '0x3a96dd' - white: '0xcccccc' - - # Bright colors - bright: - black: '0x767676' - red: '0xe74856' - green: '0x16c60c' - yellow: '0xf9f1a5' - blue: '0x3b78ff' - magenta: '0xb4009e' - cyan: '0x61d6d6' - white: '0xf2f2f2' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Challenger_deep.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Challenger_deep.yaml deleted file mode 100644 index 4030163..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Challenger_deep.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Challenger Deep) -colors: - # Default colors - primary: - background: '0x1e1c31' - foreground: '0xcbe1e7' - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xff271d' - cursor: '0xfbfcfc' - # Normal colors - normal: - black: '0x141228' - red: '0xff5458' - green: '0x62d196' - yellow: '0xffb378' - blue: '0x65b2ff' - magenta: '0x906cff' - cyan: '0x63f2f1' - white: '0xa6b3cc' - # Bright colors - bright: - black: '0x565575' - red: '0xff8080' - green: '0x95ffa4' - yellow: '0xffe9aa' - blue: '0x91ddff' - magenta: '0xc991e1' - cyan: '0xaaffe4' - white: '0xcbe3e7' - diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Cobalt2.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Cobalt2.yaml deleted file mode 100644 index 576a502..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Cobalt2.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# From the famous Cobalt2 sublime theme -# Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2 -colors: - # Default colors - primary: - background: '0x122637' - foreground: '0xffffff' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x122637' - cursor: '0xf0cb09' - - # Normal colors - normal: - black: '0x000000' - red: '0xff0000' - green: '0x37dd21' - yellow: '0xfee409' - blue: '0x1460d2' - magenta: '0xff005d' - cyan: '0x00bbbb' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x545454' - red: '0xf40d17' - green: '0x3bcf1d' - yellow: '0xecc809' - blue: '0x5555ff' - magenta: '0xff55ff' - cyan: '0x6ae3f9' - white: '0xffffff' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Cyber_punk_neon.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Cyber_punk_neon.yaml deleted file mode 100644 index 5292ddd..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Cyber_punk_neon.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Cyber Punk Neon -# Source: https://github.com/Roboron3042/Cyberpunk-Neon -colors: - # Default colors - primary: - background: "0x000b1e" - foreground: "0x0abdc6" - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: "0x000b1e" - cursor: "0x0abdc6" - - # Normal colors - normal: - black: "0x123e7c" - red: "0xff0000" - green: "0xd300c4" - yellow: "0xf57800" - blue: "0x123e7c" - magenta: "0x711c91" - cyan: "0x0abdc6" - white: "0xd7d7d5" - - # Bright colors - bright: - black: "0x1c61c2" - red: "0xff0000" - green: "0xd300c4" - yellow: "0xf57800" - blue: "0x00ff00" - magenta: "0x711c91" - cyan: "0x0abdc6" - white: "0xd7d7d5" diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Dark_pastels.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Dark_pastels.yaml deleted file mode 100644 index 97eb7f9..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Dark_pastels.yaml +++ /dev/null @@ -1,29 +0,0 @@ - -# Colors (Konsole's Dark Pastels) -colors: - # Default colors - primary: - background: '0x2C2C2C' - foreground: '0xDCDCCC' - - # Normal colors - normal: - black: '0x3F3F3F' - red: '0x705050' - green: '0x60B48A' - yellow: '0xDFAF8F' - blue: '0x9AB8D7' - magenta: '0xDC8CC3' - cyan: '0x8CD0D3' - white: '0xDCDCCC' - - # Bright colors - bright: - black: '0x709080' - red: '0xDCA3A3' - green: '0x72D5A3' - yellow: '0xF0DFAF' - blue: '0x94BFF3' - magenta: '0xEC93D3' - cyan: '0x93E0E3' - white: '0xFFFFFF' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Dawn.yml b/Themes/Cozy/.config/alacritty/colorschemes/Dawn.yml deleted file mode 100644 index d6dab0a..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Dawn.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x181b20' - foreground: '0x9b9081' - - # Normal colors - normal: - black: '0x353535' - red: '0x744b40' - green: '0x6d6137' - yellow: '0x765636' - blue: '0x61564b' - magenta: '0x6b4a49' - cyan: '0x435861' - white: '0xb3b3b3' - - # Bright colors - bright: - black: '0x5f5f5f' - red: '0x785850' - green: '0x6f6749' - yellow: '0x776049' - blue: '0x696057' - magenta: '0x6f5a59' - cyan: '0x525f66' - white: '0xcdcdcd' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Doom_one.yml b/Themes/Cozy/.config/alacritty/colorschemes/Doom_one.yml deleted file mode 100644 index cdbdaf4..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Doom_one.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Colors (Doom One) -colors: - # Default colors - primary: - background: '0x282c34' - foreground: '0xbbc2cf' - - # Normal colors - normal: - black: '0x282c34' - red: '0xff6c6b' - green: '0x98be65' - yellow: '0xecbe7b' - blue: '0x51afef' - magenta: '0xc678dd' - cyan: '0x46d9ff' - white: '0xbbc2cf' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Dracula.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Dracula.yaml deleted file mode 100644 index f5026c1..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Dracula.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Dracula) -colors: - # Default colors - primary: - background: '0x282a36' - foreground: '0xf8f8f2' - - # Normal colors - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x555555' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xcaa9fa' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Erosion.yml b/Themes/Cozy/.config/alacritty/colorschemes/Erosion.yml deleted file mode 100644 index 133fc4c..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Erosion.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x181512' - foreground: '0xbea492' - - # Normal colors - normal: - black: '0x332d29' - red: '0x8c644c' - green: '0x746c48' - yellow: '0x908a66' - blue: '0x646a6d' - magenta: '0x605655' - cyan: '0x4b5c5e' - white: '0x504339' - - # Bright colors - bright: - black: '0x817267' - red: '0x9f7155' - green: '0x857b52' - yellow: '0x9c956e' - blue: '0x71777a' - magenta: '0x656565' - cyan: '0x556d70' - white: '0x9a875f' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Falcon.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Falcon.yaml deleted file mode 100644 index 33c267b..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Falcon.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# falcon colorscheme for alacritty -# by fenetikm, https://github.com/fenetikm/falcon -colors: - # Default colors - primary: - background: '0x020221' - foreground: '0xb4b4b9' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x020221' - cursor: '0xffe8c0' - - # Normal colors - normal: - black: '0x000004' - red: '0xff3600' - green: '0x718e3f' - yellow: '0xffc552' - blue: '0x635196' - magenta: '0xff761a' - cyan: '0x34bfa4' - white: '0xb4b4b9' - - # Bright colors - bright: - black: '0x020221' - red: '0xff8e78' - green: '0xb1bf75' - yellow: '0xffd392' - blue: '0x99a4bc' - magenta: '0xffb07b' - cyan: '0x8bccbf' - white: '0xf8f8ff' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Flat_remix.yml b/Themes/Cozy/.config/alacritty/colorschemes/Flat_remix.yml deleted file mode 100644 index 5105553..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Flat_remix.yml +++ /dev/null @@ -1,25 +0,0 @@ -colors: - primary: - background: '0x272a34' - foreground: '0xFFFFFF' - - normal: - black: '0x1F2229' - red: '0xEC0101' - green: '0x47D4B9' - yellow: '0xFF8A18' - blue: '0x277FFF' - magenta: '0xD71655' - cyan: '0x05A1F7' - white: '0xFFFFFF' - - - bright: - black: '0x1F2229' - red: '0xD41919' - green: '0x5EBDAB' - yellow: '0xFEA44C' - blue: '0x367bf0' - magenta: '0xBF2E5D' - cyan: '0x49AEE6' - white: '0xFFFFFF' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Gotham.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Gotham.yaml deleted file mode 100644 index f58f9a3..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Gotham.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Gotham) -colors: - # Default colors - primary: - background: '0x0a0f14' - foreground: '0x98d1ce' - - # Normal colors - normal: - black: '0x0a0f14' - red: '0xc33027' - green: '0x26a98b' - yellow: '0xedb54b' - blue: '0x195465' - magenta: '0x4e5165' - cyan: '0x33859d' - white: '0x98d1ce' - - # Bright colors - bright: - black: '0x10151b' - red: '0xd26939' - green: '0x081f2d' - yellow: '0x245361' - blue: '0x093748' - magenta: '0x888ba5' - cyan: '0x599caa' - white: '0xd3ebe9' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Gruvbox_dark.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Gruvbox_dark.yaml deleted file mode 100644 index d9c604f..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Gruvbox_dark.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox dark) -colors: - # Default colors - primary: - # hard contrast: background = '0x1d2021' - background: '0x282828' - # soft contrast: background = '0x32302f' - foreground: '0xebdbb2' - - # Normal colors - normal: - black: '0x282828' - red: '0xcc241d' - green: '0x98971a' - yellow: '0xd79921' - blue: '0x458588' - magenta: '0xb16286' - cyan: '0x689d6a' - white: '0xa89984' - - # Bright colors - bright: - black: '0x928374' - red: '0xfb4934' - green: '0xb8bb26' - yellow: '0xfabd2f' - blue: '0x83a598' - magenta: '0xd3869b' - cyan: '0x8ec07c' - white: '0xebdbb2' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Gruvbox_light.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Gruvbox_light.yaml deleted file mode 100644 index d679c3c..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Gruvbox_light.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox light) -colors: - # Default colors - primary: - # hard contrast: background = '0xf9f5d7' - background: '0xfbf1c7' - # soft contrast: background = '0xf2e5bc' - foreground: '0x3c3836' - - # Normal colors - normal: - black: '0xfbf1c7' - red: '0xcc241d' - green: '0x98971a' - yellow: '0xd79921' - blue: '0x458588' - magenta: '0xb16286' - cyan: '0x689d6a' - white: '0x7c6f64' - - # Bright colors - bright: - black: '0x928374' - red: '0x9d0006' - green: '0x79740e' - yellow: '0xb57614' - blue: '0x076678' - magenta: '0x8f3f71' - cyan: '0x427b58' - white: '0x3c3836' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Gruvbox_material.yml b/Themes/Cozy/.config/alacritty/colorschemes/Gruvbox_material.yml deleted file mode 100644 index 397b03f..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Gruvbox_material.yml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Gruvbox Material Dark Medium) -colors: - primary: - background: '0x282828' - foreground: '0xdfbf8e' - - normal: - black: '0x665c54' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe78a4e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - - bright: - black: '0x928374' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe3a84e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - diff --git a/Themes/Cozy/.config/alacritty/colorschemes/High_contrast.yaml b/Themes/Cozy/.config/alacritty/colorschemes/High_contrast.yaml deleted file mode 100644 index cd4cdb7..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/High_contrast.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (High Contrast) -colors: - # Default colors - primary: - background: '0x444444' - foreground: '0xdddddd' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xaaaaaa' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x0000ff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' - - # Bright colors - bright: - black: '0x000000' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x0000ff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Horizon_dark.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Horizon_dark.yaml deleted file mode 100644 index d6e29fd..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Horizon_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Horizon Dark) -colors: - # Primary colors - primary: - background: '0x1c1e26' - foreground: '0xe0e0e0' - - # Normal colors - normal: - black: '0x16161c' - red: '0xe95678' - green: '0x29d398' - yellow: '0xfab795' - blue: '0x26bbd9' - magenta: '0xee64ac' - cyan: '0x59e1e3' - white: '0xd5d8da' - - # Bright colors - bright: - black: '0x5b5858' - red: '0xec6a88' - green: '0x3fdaa4' - yellow: '0xfbc3a7' - blue: '0x3fc4de' - magenta: '0xf075b5' - cyan: '0x6be4e6' - white: '0xd5d8da' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Hund.yml b/Themes/Cozy/.config/alacritty/colorschemes/Hund.yml deleted file mode 100644 index 5713876..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Hund.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x161616' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x222222' - red: '0xe84f4f' - green: '0xb7ce42' - yellow: '0xfea63c' - blue: '0x66aabb' - magenta: '0xb7416e' - cyan: '0x6d878d' - white: '0xdddddd' - - # Bright colors - bright: - black: '0x666666' - red: '0xd23d3d' - green: '0xbde077' - yellow: '0xffe863' - blue: '0xaaccbb' - magenta: '0xe16a98' - cyan: '0x42717b' - white: '0xcccccc' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Hybrid.yml b/Themes/Cozy/.config/alacritty/colorschemes/Hybrid.yml deleted file mode 100644 index ed246f6..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Hybrid.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1d1f21' - foreground: '0xc5c8c6' - - # Normal colors - normal: - black: '0x282a2e' - red: '0xa54242' - green: '0x8c9440' - yellow: '0xde935f' - blue: '0x5f819d' - magenta: '0x85678f' - cyan: '0x5e8d87' - white: '0x707880' - - # Bright colors - bright: - black: '0x373b41' - red: '0xcc6666' - green: '0xb5bd68' - yellow: '0xf0c674' - blue: '0x81a2be' - magenta: '0xb294bb' - cyan: '0x8abeb7' - white: '0xc5c8c6' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Hyper.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Hyper.yaml deleted file mode 100644 index 5b84d66..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Hyper.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Hyper) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xffffff' - cursor: - text: '0xF81CE5' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xfe0100' - green: '0x33ff00' - yellow: '0xfeff00' - blue: '0x0066ff' - magenta: '0xcc00ff' - cyan: '0x00ffff' - white: '0xd0d0d0' - - # Bright colors - bright: - black: '0x808080' - red: '0xfe0100' - green: '0x33ff00' - yellow: '0xfeff00' - blue: '0x0066ff' - magenta: '0xcc00ff' - cyan: '0x00ffff' - white: '0xFFFFFF' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Invisibone.yml b/Themes/Cozy/.config/alacritty/colorschemes/Invisibone.yml deleted file mode 100644 index dfbf7c5..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Invisibone.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x232323' - foreground: '0xa0a0a0' - - # Normal colors - normal: - black: '0x303030' - red: '0xd370a3' - green: '0x6d9e3f' - yellow: '0xb58858' - blue: '0x6095c5' - magenta: '0xac7bde' - cyan: '0x3ba275' - white: '0xcfcfcf' - - # Bright colors - bright: - black: '0x686868' - red: '0xffa7da' - green: '0xa3d572' - yellow: '0xefbd8b' - blue: '0x98cbfe' - magenta: '0xe5b0ff' - cyan: '0x75daa9' - white: '0xffffff' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Iterm.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Iterm.yaml deleted file mode 100644 index 2c31223..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Iterm.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (iTerm 2 default theme) -colors: - # Default colors - primary: - background: '0x101421' - foreground: '0xfffbf6' - - # Normal colors - normal: - black: '0x2e2e2e' - red: '0xeb4129' - green: '0xabe047' - yellow: '0xf6c744' - blue: '0x47a0f3' - magenta: '0x7b5cb0' - cyan: '0x64dbed' - white: '0xe5e9f0' - - # Bright colors - bright: - black: '0x565656' - red: '0xec5357' - green: '0xc0e17d' - yellow: '0xf9da6a' - blue: '0x49a4f8' - magenta: '0xa47de9' - cyan: '0x99faf2' - white: '0xffffff' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Jmbi.yml b/Themes/Cozy/.config/alacritty/colorschemes/Jmbi.yml deleted file mode 100644 index 945a3ff..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Jmbi.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1e1e1e' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x5a7260' - red: '0x8f423c' - green: '0xbbbb88' - yellow: '0xf9d25b' - blue: '0xe0ba69' - magenta: '0x709289' - cyan: '0xd13516' - white: '0xefe2e0' - - # Bright colors - bright: - black: '0x8da691' - red: '0xeeaa88' - green: '0xccc68d' - yellow: '0xeedd99' - blue: '0xc9b957' - magenta: '0xffcbab' - cyan: '0xc25431' - white: '0xf9f1ed' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Kasugano.yml b/Themes/Cozy/.config/alacritty/colorschemes/Kasugano.yml deleted file mode 100644 index 33f3f67..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Kasugano.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1b1b1b' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x3d3d3d' - red: '0x6673bf' - green: '0x3ea290' - yellow: '0xb0ead9' - blue: '0x31658c' - magenta: '0x596196' - cyan: '0x8292b2' - white: '0xc8cacc' - - # Bright colors - bright: - black: '0x4d4d4d' - red: '0x899aff' - green: '0x52ad91' - yellow: '0x98c9bb' - blue: '0x477ab3' - magenta: '0x7882bf' - cyan: '0x95a7cc' - white: '0xedeff2' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Konsole_linux.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Konsole_linux.yaml deleted file mode 100644 index b4f3e2f..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Konsole_linux.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Color theme ported from Konsole: Linux colors -colors: - primary: - foreground: '0xe3e3e3' - bright_foreground: '0xffffff' - dim_foreground: '0xe3e3e3' - background: '0x1f1f1f' - bright_background: '0x686868' # not sure - dim_background: '0x1f1f1f' # not sure - - cursor: - text: '0x191622' - cursor: '0xf8f8f2' - - search: - matches: - foreground: '0xb2b2b2' - background: '0xb26818' - focused_match: - foreground: CellBackground - background: CellForeground - - normal: - black: '0x000000' - red: '0xb21818' - green: '0x18b218' - yellow: '0xb26818' - blue: '0x1818b2' - magenta: '0xb218b2' - cyan: '0x18b2b2' - white: '0xb2b2b2' - - bright: - black: '0x686868' - red: '0xff5454' - green: '0x54ff54' - yellow: '0xffff54' - blue: '0x5454ff' - magenta: '0xff54ff' - cyan: '0x54ffff' - white: '0xffffff' - - dim: - black: '0x000000' - red: '0xb21818' - green: '0x18b218' - yellow: '0xb26818' - blue: '0x1818b2' - magenta: '0xb218b2' - cyan: '0x18b2b2' - white: '0xb2b2b2' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Low_contrast.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Low_contrast.yaml deleted file mode 100644 index 35bbb4e..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Low_contrast.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Dim) -colors: - # Default colors - primary: - background: '0x333333' - foreground: '0xdddddd' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xaaaaaa' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xbb0000' - green: '0x00bb00' - yellow: '0xbbbb00' - blue: '0x0000bb' - magenta: '0xbb00bb' - cyan: '0x00bbbb' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x000000' - red: '0xbb0000' - green: '0x00bb00' - yellow: '0xbbbb00' - blue: '0x0000bb' - magenta: '0xbb00bb' - cyan: '0x00bbbb' - white: '0xbbbbbb' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Material_theme.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Material_theme.yaml deleted file mode 100644 index 400c5f6..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Material_theme.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) -colors: - # Default colors - primary: - background: '0x1e282d' - foreground: '0xc4c7d1' - - # Normal colors - normal: - black: '0x666666' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x80cbc4' - magenta: '0xff2f90' - cyan: '0xaeddff' - white: '0xffffff' - - # Bright colors - bright: - black: '0xff262b' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x7dc6bf' - magenta: '0x6c71c4' - cyan: '0x35434d' - white: '0xffffff' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Material_theme_mod.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Material_theme_mod.yaml deleted file mode 100644 index cb68fbd..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Material_theme_mod.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) -colors: - # Default colors - primary: - background: '0x1e282d' - foreground: '0xc4c7d1' - - # Normal colors - normal: - black: '0x666666' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x80cbc4' - magenta: '0xff2f90' - cyan: '0xaeddff' - white: '0xffffff' - - # Bright colors - bright: - black: '0xa1a1a1' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x7dc6bf' - magenta: '0x6c71c4' - cyan: '0x35434d' - white: '0xffffff' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Monokai.yml b/Themes/Cozy/.config/alacritty/colorschemes/Monokai.yml deleted file mode 100644 index 7600a5f..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Monokai.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x272822' - foreground: '0xf1ebeb' - - # Normal colors - normal: - black: '0x48483e' - red: '0xdc2566' - green: '0x8fc029' - yellow: '0xd4c96e' - blue: '0x55bcce' - magenta: '0x9358fe' - cyan: '0x56b7a5' - white: '0xacada1' - - # Bright colors - bright: - black: '0x76715e' - red: '0xfa2772' - green: '0xa7e22e' - yellow: '0xe7db75' - blue: '0x66d9ee' - magenta: '0xae82ff' - cyan: '0x66efd5' - white: '0xcfd0c2' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Navy.yml b/Themes/Cozy/.config/alacritty/colorschemes/Navy.yml deleted file mode 100644 index 07d2fe4..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Navy.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x021b21' - foreground: '0xe8dfd6' - - # Normal colors - normal: - black: '0x032c36' - red: '0xc2454e' - green: '0x7cbf9e' - yellow: '0x8a7a63' - blue: '0x2e3340' - magenta: '0xff5879' - cyan: '0x44b5b1' - white: '0xf2f1b9' - - # Bright colors - bright: - black: '0x065f73' - red: '0xef5847' - green: '0xa2d9b1' - yellow: '0xbeb090' - blue: '0x61778d' - magenta: '0xff99a1' - cyan: '0x9ed9d8' - white: '0xf6f6c9' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Nord.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Nord.yaml deleted file mode 100644 index 4e8d093..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Nord.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Nord) -colors: - # Default colors - primary: - background: '0x2E3440' - foreground: '0xD8DEE9' - - # Normal colors - normal: - black: '0x3B4252' - red: '0xBF616A' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x88C0D0' - white: '0xE5E9F0' - - # Bright colors - bright: - black: '0x4C566A' - red: '0xBF616A' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x8FBCBB' - white: '0xECEFF4' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Oceanic_next.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Oceanic_next.yaml deleted file mode 100644 index 9bad83f..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Oceanic_next.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Oceanic Next) -colors: - # Default colors - primary: - background: '0x1b2b34' - foreground: '0xd8dee9' - - # Normal colors - normal: - black: '0x29414f' - red: '0xec5f67' - green: '0x99c794' - yellow: '0xfac863' - blue: '0x6699cc' - magenta: '0xc594c5' - cyan: '0x5fb3b3' - white: '0x65737e' - - # Bright colors - bright: - black: '0x405860' - red: '0xec5f67' - green: '0x99c794' - yellow: '0xfac863' - blue: '0x6699cc' - magenta: '0xc594c5' - cyan: '0x5fb3b3' - white: '0xadb5c0' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Omni.yml b/Themes/Cozy/.config/alacritty/colorschemes/Omni.yml deleted file mode 100644 index 91570e1..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Omni.yml +++ /dev/null @@ -1,38 +0,0 @@ -colors: - primary: - background: '0x191622' - foreground: '0xe1e1e6' - - cursor: - text: '0x191622' - cursor: '0xf8f8f2' - - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xeffa78' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8d79ba' - white: '0xbfbfbf' - - bright: - black: '0x4d4d4d' - red: '0xff6e67' - green: '0x5af78e' - yellow: '0xeaf08d' - blue: '0xcaa9fa' - magenta: '0xff92d0' - cyan: '0xaa91e3' - white: '0xe6e6e6' - - dim: - black: '0x000000' - red: '0xa90000' - green: '0x049f2b' - yellow: '0xa3b106' - blue: '0x530aba' - magenta: '0xbb006b' - cyan: '0x433364' - white: '0x5f5f5f' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/One_dark.yaml b/Themes/Cozy/.config/alacritty/colorschemes/One_dark.yaml deleted file mode 100644 index a54e040..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/One_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (One Dark) -colors: - # Default colors - primary: - background: '0x1e2127' - foreground: '0xabb2bf' - - # Normal colors - normal: - black: '0x1e2127' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0xabb2bf' - - # Bright colors - bright: - black: '0x5c6370' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Palenight.yml b/Themes/Cozy/.config/alacritty/colorschemes/Palenight.yml deleted file mode 100644 index f65206a..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Palenight.yml +++ /dev/null @@ -1,30 +0,0 @@ -# iTerm2 Material Design - Palenight theme for Alacritty -# Source : https://github.com/JonathanSpeek/palenight-iterm2 - -colors: - # Default colors - primary: - background: '0x292d3e' - foreground: '0xd0d0d0' - - # Normal colors - normal: - black: '0x292d3e' - red: '0xf07178' - green: '0xc3e88d' - yellow: '0xffcb6b' - blue: '0x82aaff' - magenta: '0xc792ea' - cyan: '0x89ddff' - white: '0xd0d0d0' - - # Bright colors - bright: - black: '0x434758' - red: '0xff8b92' - green: '0xddffa7' - yellow: '0xffe585' - blue: '0x9cc4ff' - magenta: '0xe1acff' - cyan: '0xa3f7ff' - white: '0xffffff' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Papercolor_light.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Papercolor_light.yaml deleted file mode 100644 index 5770b1d..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Papercolor_light.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (PaperColor - Light) -colors: - # Default colors - primary: - background: '0xeeeeee' - foreground: '0x878787' - - cursor: - text: '0xeeeeee' - cursor: '0x878787' - - # Normal colors - normal: - black: '0xeeeeee' - red: '0xaf0000' - green: '0x008700' - yellow: '0x5f8700' - blue: '0x0087af' - magenta: '0x878787' - cyan: '0x005f87' - white: '0x444444' - - # Bright colors - bright: - black: '0xbcbcbc' - red: '0xd70000' - green: '0xd70087' - yellow: '0x8700af' - blue: '0xd75f00' - magenta: '0xd75f00' - cyan: '0x005faf' - white: '0x005f87' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Pastel.yml b/Themes/Cozy/.config/alacritty/colorschemes/Pastel.yml deleted file mode 100644 index f5fd63c..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Pastel.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x151515' - foreground: '0x888888' - - # Normal colors - normal: - black: '0x292929' - red: '0xcf6a4c' - green: '0x19cb00' - yellow: '0xfad07a' - blue: '0x8197bf' - magenta: '0x8787af' - cyan: '0x668799' - white: '0x888888' - - # Bright colors - bright: - black: '0x525252' - red: '0xff9d80' - green: '0x23fd00' - yellow: '0xffefbf' - blue: '0xaccaff' - magenta: '0xc4c4ff' - cyan: '0x80bfaf' - white: '0xe8e8d3' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Pencil_dark.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Pencil_dark.yaml deleted file mode 100644 index 9bb2a13..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Pencil_dark.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Pencil Dark) -colors: - # Default Colors - primary: - background: '0x212121' - foreground: '0xf1f1f1' - # Normal colors - normal: - black: '0x212121' - red: '0xc30771' - green: '0x10a778' - yellow: '0xa89c14' - blue: '0x008ec4' - magenta: '0x523c79' - cyan: '0x20a5ba' - white: '0xe0e0e0' - # Bright colors - bright: - black: '0x818181' - red: '0xfb007a' - green: '0x5fd7af' - yellow: '0xf3e430' - blue: '0x20bbfc' - magenta: '0x6855de' - cyan: '0x4fb8cc' - white: '0xf1f1f1' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Pencil_light.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Pencil_light.yaml deleted file mode 100644 index 10db04d..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Pencil_light.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Pencil Light) -colors: - # Default Colors - primary: - background: '0xf1f1f1' - foreground: '0x424242' - # Normal colors - normal: - black: '0x212121' - red: '0xc30771' - green: '0x10a778' - yellow: '0xa89c14' - blue: '0x008ec4' - magenta: '0x523c79' - cyan: '0x20a5ba' - white: '0xe0e0e0' - # Bright colors - bright: - black: '0x212121' - red: '0xfb007a' - green: '0x5fd7af' - yellow: '0xf3e430' - blue: '0x20bbfc' - magenta: '0x6855de' - cyan: '0x4fb8cc' - white: '0xf1f1f1' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Remedy_dark.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Remedy_dark.yaml deleted file mode 100644 index 0cd339f..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Remedy_dark.yaml +++ /dev/null @@ -1,38 +0,0 @@ -colors: - # Default colors - primary: - background: '0x2c2b2a' - foreground: '0xf9e7c4' - - dim_foreground: '0x685E4A' - bright_foreground: '0x1C1508' - dim_background: '0x202322' - bright_background: '0x353433' - - # Cursor colors - cursor: - text: '0xf9e7c4' - cursor: '0xf9e7c4' - - # Normal colors - normal: - black: '0x282a2e' - blue: '0x5f819d' - cyan: '0x5e8d87' - green: '0x8c9440' - magenta: '0x85678f' - orange: '0xcc6953' - red: '0xa54242' - white: '0x707880' - yellow: '0xde935f' - - # Bright colors - bright: - black: '0x373b41' - blue: '0x81a2be' - cyan: '0x8abeb7' - green: '0xb5bd68' - magenta: '0xb294bb' - red: '0xcc6666' - white: '0xc5c8c6' - yellow: '0xf0c674' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Snazzy.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Snazzy.yaml deleted file mode 100644 index aacebd0..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Snazzy.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Snazzy) -colors: - # Default colors - primary: - background: '0x282a36' - foreground: '0xeff0eb' - - # Normal colors - normal: - black: '0x282a36' - red: '0xff5c57' - green: '0x5af78e' - yellow: '0xf3f99d' - blue: '0x57c7ff' - magenta: '0xff6ac1' - cyan: '0x9aedfe' - white: '0xf1f1f0' - - # Bright colors - bright: - black: '0x686868' - red: '0xff5c57' - green: '0x5af78e' - yellow: '0xf3f99d' - blue: '0x57c7ff' - magenta: '0xff6ac1' - cyan: '0x9aedfe' - white: '0xf1f1f0' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Solarized_dark.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Solarized_dark.yaml deleted file mode 100644 index 0055c81..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Solarized_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Solarized Dark) -colors: - # Default colors - primary: - background: '0x002b36' - foreground: '0x839496' - - # Normal colors - normal: - black: '0x073642' - red: '0xdc322f' - green: '0x859900' - yellow: '0xb58900' - blue: '0x268bd2' - magenta: '0xd33682' - cyan: '0x2aa198' - white: '0xeee8d5' - - # Bright colors - bright: - black: '0x002b36' - red: '0xcb4b16' - green: '0x586e75' - yellow: '0x657b83' - blue: '0x839496' - magenta: '0x6c71c4' - cyan: '0x93a1a1' - white: '0xfdf6e3' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Solarized_light.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Solarized_light.yaml deleted file mode 100644 index 6a5acd9..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Solarized_light.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Solarized Light) -colors: - # Default colors - primary: - background: '0xfdf6e3' - foreground: '0x586e75' - - # Normal colors - normal: - black: '0x073642' - red: '0xdc322f' - green: '0x859900' - yellow: '0xb58900' - blue: '0x268bd2' - magenta: '0xd33682' - cyan: '0x2aa198' - white: '0xeee8d5' - - # Bright colors - bright: - black: '0x002b36' - red: '0xcb4b16' - green: '0x586e75' - yellow: '0x657b83' - blue: '0x839496' - magenta: '0x6c71c4' - cyan: '0x93a1a1' - white: '0xfdf6e3' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Sweetlove.yml b/Themes/Cozy/.config/alacritty/colorschemes/Sweetlove.yml deleted file mode 100644 index 3233ecd..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Sweetlove.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1f1f1f' - foreground: '0xc0b18b' - - # Normal colors - normal: - black: '0x4a3637' - red: '0xd17b49' - green: '0x7b8748' - yellow: '0xaf865a' - blue: '0x535c5c' - magenta: '0x775759' - cyan: '0x6d715e' - white: '0xc0b18b' - - # Bright colors - bright: - black: '0x402e2e' - red: '0xac5d2f' - green: '0x647035' - yellow: '0x8f6840' - blue: '0x444b4b' - magenta: '0x614445' - cyan: '0x585c49' - white: '0x978965' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Taerminal.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Taerminal.yaml deleted file mode 100644 index 9dc804c..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Taerminal.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Taerminal) -colors: - # Default colors - primary: - background: '0x26282a' - foreground: '0xf0f0f0' - cursor: - background: '0xf0f0f0' - foreground: '0x26282a' - - # Normal colors - normal: - black: '0x26282a' - red: '0xff8878' - green: '0xb4fb73' - yellow: '0xfffcb7' - blue: '0x8bbce5' - magenta: '0xffb2fe' - cyan: '0xa2e1f8' - white: '0xf1f1f1' - - # Bright colors - bright: - black: '0x6f6f6f' - red: '0xfe978b' - green: '0xd6fcba' - yellow: '0xfffed5' - blue: '0xc2e3ff' - magenta: '0xffc6ff' - cyan: '0xc0e9f8' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Tango_dark.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Tango_dark.yaml deleted file mode 100644 index e91733d..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Tango_dark.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# GNOME Terminal Tango Dark -colors: - primary: - background: '0x2e3436' - foreground: '0xd3d7cf' - - normal: - black: '0x2e3436' - red: '0xcc0000' - green: '0x4e9a06' - yellow: '0xc4a000' - blue: '0x3465a4' - magenta: '0x75507b' - cyan: '0x06989a' - white: '0xd3d7cf' - - bright: - black: '0x555753' - red: '0xef2929' - green: '0x8ae234' - yellow: '0xfce94f' - blue: '0x729fcf' - magenta: '0xad7fa8' - cyan: '0x34e2e2' - white: '0xeeeeec' - diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Tender.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Tender.yaml deleted file mode 100644 index ffcacf7..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Tender.yaml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x282828' - foreground: '0xeeeeee' - - # Normal colors - normal: - black: '0x282828' - red: '0xf43753' - green: '0xc9d05c' - yellow: '0xffc24b' - blue: '0xb3deef' - magenta: '0xd3b987' - cyan: '0x73cef4' - white: '0xeeeeee' - - # Bright colors - bright: - black: '0x4c4c4c' - red: '0xf43753' - green: '0xc9d05c' - yellow: '0xffc24b' - blue: '0xb3deef' - magenta: '0xd3b987' - cyan: '0x73cef4' - white: '0xfeffff' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Terminal_app.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Terminal_app.yaml deleted file mode 100644 index bc2c434..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Terminal_app.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Terminal.app) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xb6b6b6' - - # Normal colors - normal: - black: '0x000000' - red: '0x990000' - green: '0x00a600' - yellow: '0x999900' - blue: '0x0000b2' - magenta: '0xb200b2' - cyan: '0x00a6b2' - white: '0xbfbfbf' - - # Bright colors - bright: - black: '0x666666' - red: '0xe50000' - green: '0x00d900' - yellow: '0xe5e500' - blue: '0x0000ff' - magenta: '0xe500e5' - cyan: '0x00e5e5' - white: '0xe5e5e5' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Thelovelace.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Thelovelace.yaml deleted file mode 100644 index 4d73889..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Thelovelace.yaml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1D1F28' - foreground: '0xFDFDFD' - - # Normal colors - normal: - # Bright colors - black: '0x282A36' - red: '0xF37F97' - green: '0x5ADECD' - yellow: '0xF2A272' - blue: '0x8897F4' - magenta: '0xC574DD' - cyan: '0x79E6F3' - white: '0xFDFDFD' - bright: - black: '0x414458' - red: '0xFF4971' - green: '0x18E3C8' - yellow: '0xEBCB8B' - blue: '0xFF8037' - magenta: '0x556FFF' - cyan: '0x3FDCEE' - white: '0xBEBEC1' - indexed_colors: [] diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Tokyo_night.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Tokyo_night.yaml deleted file mode 100644 index a88fd9b..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Tokyo_night.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night) -# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme -colors: - # Default colors - primary: - background: '0x1a1b26' - foreground: '0xa9b1d6' - - # Normal colors - normal: - black: '0x32344a' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xad8ee6' - cyan: '0x449dab' - white: '0x787c99' - - # Bright colors - bright: - black: '0x444b6a' - red: '0xff7a93' - green: '0xb9f27c' - yellow: '0xff9e64' - blue: '0x7da6ff' - magenta: '0xbb9af7' - cyan: '0x0db9d7' - white: '0xacb0d0' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Tokyo_night_storm.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Tokyo_night_storm.yaml deleted file mode 100644 index a64cf4a..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Tokyo_night_storm.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night: Storm variant) -# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme -colors: - # Default colors - primary: - background: '0x24283b' - foreground: '0xa9b1d6' - - # Normal colors - normal: - black: '0x32344a' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xad8ee6' - cyan: '0x449dab' - white: '0x9699a8' - - # Bright colors - bright: - black: '0x444b6a' - red: '0xff7a93' - green: '0xb9f27c' - yellow: '0xff9e64' - blue: '0x7da6ff' - magenta: '0xbb9af7' - cyan: '0x0db9d7' - white: '0xacb0d0' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Tomorrow_night.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Tomorrow_night.yaml deleted file mode 100644 index 36bafba..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Tomorrow_night.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Tomorrow Night) -colors: - # Default colors - primary: - background: '0x1d1f21' - foreground: '0xc5c8c6' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x1d1f21' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x1d1f21' - red: '0xcc6666' - green: '0xb5bd68' - yellow: '0xe6c547' - blue: '0x81a2be' - magenta: '0xb294bb' - cyan: '0x70c0ba' - white: '0x373b41' - - # Bright colors - bright: - black: '0x666666' - red: '0xff3334' - green: '0x9ec400' - yellow: '0xf0c674' - blue: '0x81a2be' - magenta: '0xb77ee0' - cyan: '0x54ced6' - white: '0x282a2e' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml deleted file mode 100644 index 55b25d0..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Tomorrow Night Bright) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xeaeaea' - - # Normal colors - normal: - black: '0x000000' - red: '0xd54e53' - green: '0xb9ca4a' - yellow: '0xe6c547' - blue: '0x7aa6da' - magenta: '0xc397d8' - cyan: '0x70c0ba' - white: '0x424242' - - # Bright colors - bright: - black: '0x666666' - red: '0xff3334' - green: '0x9ec400' - yellow: '0xe7c547' - blue: '0x7aa6da' - magenta: '0xb77ee0' - cyan: '0x54ced6' - white: '0x2a2a2a' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Vacuous.yml b/Themes/Cozy/.config/alacritty/colorschemes/Vacuous.yml deleted file mode 100644 index 022a7d0..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Vacuous.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x101010' - foreground: '0xd2c5bc' - - # Normal colors - normal: - black: '0x202020' - red: '0xb91e2e' - green: '0x81957c' - yellow: '0xf9bb80' - blue: '0x356579' - magenta: '0x2d2031' - cyan: '0x0b3452' - white: '0x909090' - - # Bright colors - bright: - black: '0x606060' - red: '0xd14548' - green: '0xa7b79a' - yellow: '0xfae3a0' - blue: '0x7491a1' - magenta: '0x87314e' - cyan: '0x0f829d' - white: '0xfff0f0' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Visibone.yml b/Themes/Cozy/.config/alacritty/colorschemes/Visibone.yml deleted file mode 100644 index 2315047..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Visibone.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x333333' - foreground: '0xcccccc' - - # Normal colors - normal: - black: '0x666666' - red: '0xcc6699' - green: '0x99cc66' - yellow: '0xcc9966' - blue: '0x6699cc' - magenta: '0x9966cc' - cyan: '0x66cc99' - white: '0xcccccc' - - # Bright colors - bright: - black: '0x999999' - red: '0xff99cc' - green: '0xccff99' - yellow: '0xffcc99' - blue: '0x99ccff' - magenta: '0xcc99ff' - cyan: '0x99ffcc' - white: '0xffffff' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Wombat.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Wombat.yaml deleted file mode 100644 index 844e65f..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Wombat.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Wombat) -colors: - # Default colors - primary: - background: '0x1f1f1f' - foreground: '0xe5e1d8' - - # Normal colors - normal: - black: '0x000000' - red: '0xf7786d' - green: '0xbde97c' - yellow: '0xefdfac' - blue: '0x6ebaf8' - magenta: '0xef88ff' - cyan: '0x90fdf8' - white: '0xe5e1d8' - - # Bright colors - bright: - black: '0xb4b4b4' - red: '0xf99f92' - green: '0xe3f7a1' - yellow: '0xf2e9bf' - blue: '0xb3d2ff' - magenta: '0xe5bdff' - cyan: '0xc2fefa' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Xterm.yaml b/Themes/Cozy/.config/alacritty/colorschemes/Xterm.yaml deleted file mode 100644 index 7f336e4..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Xterm.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# XTerm's default colors -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xffffff' - # Normal colors - normal: - black: '0x000000' - red: '0xcd0000' - green: '0x00cd00' - yellow: '0xcdcd00' - blue: '0x0000ee' - magenta: '0xcd00cd' - cyan: '0x00cdcd' - white: '0xe5e5e5' - - # Bright colors - bright: - black: '0x7f7f7f' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x5c5cff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' diff --git a/Themes/Cozy/.config/alacritty/colorschemes/Yousai.yml b/Themes/Cozy/.config/alacritty/colorschemes/Yousai.yml deleted file mode 100644 index 292bedf..0000000 --- a/Themes/Cozy/.config/alacritty/colorschemes/Yousai.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0xf5e7de' - foreground: '0x34302d' - - # Normal colors - normal: - black: '0x666661' - red: '0x992e2e' - green: '0x4c3226' - yellow: '0xa67c53' - blue: '0x4c7399' - magenta: '0xbf9986' - cyan: '0xd97742' - white: '0x34302d' - - # Bright colors - bright: - black: '0x7f7f7a' - red: '0xb23636' - green: '0x664233' - yellow: '0xbf8f60' - blue: '0x5986b2' - magenta: '0xd9ae98' - cyan: '0xf2854a' - white: '0x4c4742' diff --git a/Themes/Cozy/.config/alacritty/fonts.yml b/Themes/Cozy/.config/alacritty/fonts.yml old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/cava/config b/Themes/Cozy/.config/cava/config old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/dunst/dunstrc b/Themes/Cozy/.config/dunst/dunstrc old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/picom/picom.conf b/Themes/Cozy/.config/picom/picom.conf old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/1.png b/Themes/Cozy/.config/qtile/Assets/1.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/2.png b/Themes/Cozy/.config/qtile/Assets/2.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/3.png b/Themes/Cozy/.config/qtile/Assets/3.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/4.png b/Themes/Cozy/.config/qtile/Assets/4.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/4.xcf b/Themes/Cozy/.config/qtile/Assets/4.xcf old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/5.png b/Themes/Cozy/.config/qtile/Assets/5.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/5.xcf b/Themes/Cozy/.config/qtile/Assets/5.xcf old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/6.png b/Themes/Cozy/.config/qtile/Assets/6.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Base.xcf b/Themes/Cozy/.config/qtile/Assets/Base.xcf old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Battery/battery-caution-charging.png b/Themes/Cozy/.config/qtile/Assets/Battery/battery-caution-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Battery/battery-caution.png b/Themes/Cozy/.config/qtile/Assets/Battery/battery-caution.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Battery/battery-full-charged.png b/Themes/Cozy/.config/qtile/Assets/Battery/battery-full-charged.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Battery/battery-full-charging.png b/Themes/Cozy/.config/qtile/Assets/Battery/battery-full-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Battery/battery-full.png b/Themes/Cozy/.config/qtile/Assets/Battery/battery-full.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Battery/battery-good-charging.png b/Themes/Cozy/.config/qtile/Assets/Battery/battery-good-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Battery/battery-good.png b/Themes/Cozy/.config/qtile/Assets/Battery/battery-good.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Battery/battery-low-charging.png b/Themes/Cozy/.config/qtile/Assets/Battery/battery-low-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Battery/battery-low.png b/Themes/Cozy/.config/qtile/Assets/Battery/battery-low.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Battery/battery-missing.png b/Themes/Cozy/.config/qtile/Assets/Battery/battery-missing.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Misc/clock.png b/Themes/Cozy/.config/qtile/Assets/Misc/clock.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Misc/ram.png b/Themes/Cozy/.config/qtile/Assets/Misc/ram.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Volume/audio-volume-high.png b/Themes/Cozy/.config/qtile/Assets/Volume/audio-volume-high.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Volume/audio-volume-low.png b/Themes/Cozy/.config/qtile/Assets/Volume/audio-volume-low.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Volume/audio-volume-medium.png b/Themes/Cozy/.config/qtile/Assets/Volume/audio-volume-medium.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/Volume/audio-volume-muted.png b/Themes/Cozy/.config/qtile/Assets/Volume/audio-volume-muted.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/launch_Icon.png b/Themes/Cozy/.config/qtile/Assets/launch_Icon.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/layout.png b/Themes/Cozy/.config/qtile/Assets/layout.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/Assets/search.png b/Themes/Cozy/.config/qtile/Assets/search.png old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/__pycache__/config.cpython-310.pyc b/Themes/Cozy/.config/qtile/__pycache__/config.cpython-310.pyc old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/qtile/autostart_once.sh b/Themes/Cozy/.config/qtile/autostart_once.sh index 51ea8c3..1efb003 100755 --- a/Themes/Cozy/.config/qtile/autostart_once.sh +++ b/Themes/Cozy/.config/qtile/autostart_once.sh @@ -1,12 +1,9 @@ -#!/usr/bin/bash -#!/usr/bin/bash +#!/bin/bash + +# Apply wallpaper using wal wal -b 282738 -i ~/Wallpaper/Aesthetic2.png && -sleep 4 && + +# Start picom picom --config ~/.config/picom/picom.conf & -## AUTO START APPLICATIONS/sCRIPTS -# examples: -#chromium & -#pactl set-sink-port 0 analog-output-headphones & -##ADD YOUT STUFF BELOW! diff --git a/Themes/Cozy/.config/qtile/config.py b/Themes/Cozy/.config/qtile/config.py old mode 100644 new mode 100755 index 4f90bc3..528fd8f --- a/Themes/Cozy/.config/qtile/config.py +++ b/Themes/Cozy/.config/qtile/config.py @@ -498,15 +498,12 @@ floating_layout = layout.Floating( -from libqtile import hook -# some other imports import os import subprocess # stuff @hook.subscribe.startup_once -def autostart_once(): - subprocess.run('/home/unreal/.config/qtile/autostart_once.sh')# path to my script, under my user directory - subprocess.call([home]) +def autostart(): + subprocess.call([os.path.expanduser('~/.config/qtile/autostart_once.sh')]) auto_fullscreen = True focus_on_window_activation = "smart" diff --git a/Themes/Cozy/.config/rofi/config.rasi b/Themes/Cozy/.config/rofi/config.rasi old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/rofi/power.rasi b/Themes/Cozy/.config/rofi/power.rasi old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/rofi/scripts/Everforest b/Themes/Cozy/.config/rofi/scripts/Everforest old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/rofi/scripts/Natura b/Themes/Cozy/.config/rofi/scripts/Natura old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/rofi/scripts/Sakura b/Themes/Cozy/.config/rofi/scripts/Sakura old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/spicetify/Extensions/adblock.js b/Themes/Cozy/.config/spicetify/Extensions/adblock.js old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/spicetify/Extensions/dribbblish.js b/Themes/Cozy/.config/spicetify/Extensions/dribbblish.js old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/spicetify/Themes/Dribbblish/README.md b/Themes/Cozy/.config/spicetify/Themes/Dribbblish/README.md old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayMedium.woff2 b/Themes/Cozy/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayMedium.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayRegular.woff2 b/Themes/Cozy/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayRegular.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/Roboto.woff2 b/Themes/Cozy/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/Roboto.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/RobotoMedium.woff2 b/Themes/Cozy/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/RobotoMedium.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/spicetify/Themes/Dribbblish/color.ini b/Themes/Cozy/.config/spicetify/Themes/Dribbblish/color.ini old mode 100644 new mode 100755 index 472b4fe..5efcbff --- a/Themes/Cozy/.config/spicetify/Themes/Dribbblish/color.ini +++ b/Themes/Cozy/.config/spicetify/Themes/Dribbblish/color.ini @@ -1,5 +1,5 @@ [base] -text = FFFFFF +text = CAA9E0 subtext = B9BBBE sidebar-text = FFFFFF main = 282738 @@ -8,9 +8,9 @@ player = 282738 card = 282738 shadow = 000000 selected-row = 797979 -button = CA94E0 -button-active = CA94E0 -button-disabled = 4B588C +button = CAA9E0 +button-active = 353446 +button-disabled = CAA9E0 tab-active = 1E2233 notification = 1db954 notification-error = e22134 diff --git a/Themes/Cozy/.config/spicetify/Themes/Dribbblish/dribbblish.js b/Themes/Cozy/.config/spicetify/Themes/Dribbblish/dribbblish.js old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/spicetify/Themes/Dribbblish/images/tracklist-row-song-fallback.svg b/Themes/Cozy/.config/spicetify/Themes/Dribbblish/images/tracklist-row-song-fallback.svg old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/spicetify/Themes/Dribbblish/user.css b/Themes/Cozy/.config/spicetify/Themes/Dribbblish/user.css old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/spicetify/Themes/manifest.json b/Themes/Cozy/.config/spicetify/Themes/manifest.json old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/spicetify/config-xpui.ini b/Themes/Cozy/.config/spicetify/config-xpui.ini old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.config/starship.toml b/Themes/Cozy/.config/starship.toml old mode 100644 new mode 100755 diff --git a/Themes/Cozy/.zshrc b/Themes/Cozy/.zshrc old mode 100644 new mode 100755 diff --git a/Themes/Cozy/Wallpaper/Aesthetic2.png b/Themes/Cozy/Wallpaper/Aesthetic2.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/alacritty/alacritty.yml b/Themes/Everforest/.config/alacritty/alacritty.yml old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/alacritty/colors.yml b/Themes/Everforest/.config/alacritty/colors.yml old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Afterglow.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Afterglow.yaml deleted file mode 100644 index 44a97d8..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Afterglow.yaml +++ /dev/null @@ -1,48 +0,0 @@ -colors: - # Default colors - primary: - background: '0x2c2c2c' - foreground: '0xd6d6d6' - - dim_foreground: '0xdbdbdb' - bright_foreground: '0xd9d9d9' - dim_background: '0x202020' # not sure - bright_background: '0x3a3a3a' # not sure - - # Cursor colors - cursor: - text: '0x2c2c2c' - cursor: '0xd9d9d9' - - # Normal colors - normal: - black: '0x1c1c1c' - red: '0xbc5653' - green: '0x909d63' - yellow: '0xebc17a' - blue: '0x7eaac7' - magenta: '0xaa6292' - cyan: '0x86d3ce' - white: '0xcacaca' - - # Bright colors - bright: - black: '0x636363' - red: '0xbc5653' - green: '0x909d63' - yellow: '0xebc17a' - blue: '0x7eaac7' - magenta: '0xaa6292' - cyan: '0x86d3ce' - white: '0xf7f7f7' - - # Dim colors - dim: - black: '0x232323' - red: '0x74423f' - green: '0x5e6547' - yellow: '0x8b7653' - blue: '0x556b79' - magenta: '0x6e4962' - cyan: '0x5c8482' - white: '0x828282' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Argonaut.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Argonaut.yaml deleted file mode 100644 index db7678b..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Argonaut.yaml +++ /dev/null @@ -1,32 +0,0 @@ -colors: - # Default colors - primary: - background: '0x292C3E' - foreground: '0xEBEBEB' - - # Cursor colors - cursor: - text: '0xFF261E' - cursor: '0xFF261E' - - # Normal colors - normal: - black: '0x0d0d0d' - red: '0xFF301B' - green: '0xA0E521' - yellow: '0xFFC620' - blue: '0x1BA6FA' - magenta: '0x8763B8' - cyan: '0x21DEEF' - white: '0xEBEBEB' - - # Bright colors - bright: - black: '0x6D7070' - red: '0xFF4352' - green: '0xB8E466' - yellow: '0xFFD750' - blue: '0x1BA6FA' - magenta: '0xA578EA' - cyan: '0x73FBF1' - white: '0xFEFEF8' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Ayu_dark.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Ayu_dark.yaml deleted file mode 100644 index c0fa142..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Ayu_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Ayu Dark) -colors: - # Default colors - primary: - background: '0x0A0E14' - foreground: '0xB3B1AD' - - # Normal colors - normal: - black: '0x01060E' - red: '0xEA6C73' - green: '0x91B362' - yellow: '0xF9AF4F' - blue: '0x53BDFA' - magenta: '0xFAE994' - cyan: '0x90E1C6' - white: '0xC7C7C7' - - # Bright colors - bright: - black: '0x686868' - red: '0xF07178' - green: '0xC2D94C' - yellow: '0xFFB454' - blue: '0x59C2FF' - magenta: '0xFFEE99' - cyan: '0x95E6CB' - white: '0xFFFFFF' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Base16_default_dark.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Base16_default_dark.yaml deleted file mode 100644 index 28aa143..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Base16_default_dark.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Base16 Default Dark) -colors: - # Default colors - primary: - background: '0x181818' - foreground: '0xd8d8d8' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xd8d8d8' - cursor: '0xd8d8d8' - - # Normal colors - normal: - black: '0x181818' - red: '0xab4642' - green: '0xa1b56c' - yellow: '0xf7ca88' - blue: '0x7cafc2' - magenta: '0xba8baf' - cyan: '0x86c1b9' - white: '0xd8d8d8' - - # Bright colors - bright: - black: '0x585858' - red: '0xab4642' - green: '0xa1b56c' - yellow: '0xf7ca88' - blue: '0x7cafc2' - magenta: '0xba8baf' - cyan: '0x86c1b9' - white: '0xf8f8f8' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Blood_moon.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Blood_moon.yaml deleted file mode 100644 index 9ae3be1..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Blood_moon.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Blood Moon) -colors: - # Default colors - primary: - background: '0x10100E' - foreground: '0xC6C6C4' - - # Normal colors - normal: - black: '0x10100E' - red: '0xC40233' - green: '0x009F6B' - yellow: '0xFFD700' - blue: '0x0087BD' - magenta: '0x9A4EAE' - cyan: '0x20B2AA' - white: '0xC6C6C4' - - # Bright colors - bright: - black: '0x696969' - red: '0xFF2400' - green: '0x03C03C' - yellow: '0xFDFF00' - blue: '0x007FFF' - magenta: '0xFF1493' - cyan: '0x00CCCC' - white: '0xFFFAFA' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Breeze.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Breeze.yaml deleted file mode 100644 index 62bad22..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Breeze.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# KDE Breeze (Ported from Konsole) -colors: - # Default colors - primary: - background: '0x232627' - foreground: '0xfcfcfc' - - dim_foreground: '0xeff0f1' - bright_foreground: '0xffffff' - dim_background: '0x31363b' - bright_background: '0x000000' - - # Normal colors - normal: - black: '0x232627' - red: '0xed1515' - green: '0x11d116' - yellow: '0xf67400' - blue: '0x1d99f3' - magenta: '0x9b59b6' - cyan: '0x1abc9c' - white: '0xfcfcfc' - - # Bright colors - bright: - black: '0x7f8c8d' - red: '0xc0392b' - green: '0x1cdc9a' - yellow: '0xfdbc4b' - blue: '0x3daee9' - magenta: '0x8e44ad' - cyan: '0x16a085' - white: '0xffffff' - - # Dim colors - dim: - black: '0x31363b' - red: '0x783228' - green: '0x17a262' - yellow: '0xb65619' - blue: '0x1b668f' - magenta: '0x614a73' - cyan: '0x186c60' - white: '0x63686d' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Bright.yml b/Themes/Everforest/.config/alacritty/colorschemes/Bright.yml deleted file mode 100644 index 6c2c0d2..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Bright.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0xf3f3f3' - foreground: '0x707070' - - # Normal colors - normal: - black: '0xd3d3d3' - red: '0xef6b7b' - green: '0xa1d569' - yellow: '0xf59335' - blue: '0x4ec2e8' - magenta: '0xfec7cd' - cyan: '0x95c1c0' - white: '0x707070' - - # Bright colors - bright: - black: '0xb3b3b3' - red: '0xed5466' - green: '0xafdb80' - yellow: '0xf59335' - blue: '0x5dc7ea' - magenta: '0xd2a4b4' - cyan: '0x75a1a0' - white: '0x909090' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Campbell.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Campbell.yaml deleted file mode 100644 index 95dba05..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Campbell.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Campbell (Windows 10 default) -colors: - # Default colors - primary: - background: '0x0c0c0c' - foreground: '0xcccccc' - - # Normal colors - normal: - black: '0x0c0c0c' - red: '0xc50f1f' - green: '0x13a10e' - yellow: '0xc19c00' - blue: '0x0037da' - magenta: '0x881798' - cyan: '0x3a96dd' - white: '0xcccccc' - - # Bright colors - bright: - black: '0x767676' - red: '0xe74856' - green: '0x16c60c' - yellow: '0xf9f1a5' - blue: '0x3b78ff' - magenta: '0xb4009e' - cyan: '0x61d6d6' - white: '0xf2f2f2' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Challenger_deep.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Challenger_deep.yaml deleted file mode 100644 index 4030163..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Challenger_deep.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Challenger Deep) -colors: - # Default colors - primary: - background: '0x1e1c31' - foreground: '0xcbe1e7' - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xff271d' - cursor: '0xfbfcfc' - # Normal colors - normal: - black: '0x141228' - red: '0xff5458' - green: '0x62d196' - yellow: '0xffb378' - blue: '0x65b2ff' - magenta: '0x906cff' - cyan: '0x63f2f1' - white: '0xa6b3cc' - # Bright colors - bright: - black: '0x565575' - red: '0xff8080' - green: '0x95ffa4' - yellow: '0xffe9aa' - blue: '0x91ddff' - magenta: '0xc991e1' - cyan: '0xaaffe4' - white: '0xcbe3e7' - diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Cobalt2.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Cobalt2.yaml deleted file mode 100644 index 576a502..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Cobalt2.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# From the famous Cobalt2 sublime theme -# Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2 -colors: - # Default colors - primary: - background: '0x122637' - foreground: '0xffffff' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x122637' - cursor: '0xf0cb09' - - # Normal colors - normal: - black: '0x000000' - red: '0xff0000' - green: '0x37dd21' - yellow: '0xfee409' - blue: '0x1460d2' - magenta: '0xff005d' - cyan: '0x00bbbb' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x545454' - red: '0xf40d17' - green: '0x3bcf1d' - yellow: '0xecc809' - blue: '0x5555ff' - magenta: '0xff55ff' - cyan: '0x6ae3f9' - white: '0xffffff' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Cyber_punk_neon.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Cyber_punk_neon.yaml deleted file mode 100644 index 5292ddd..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Cyber_punk_neon.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Cyber Punk Neon -# Source: https://github.com/Roboron3042/Cyberpunk-Neon -colors: - # Default colors - primary: - background: "0x000b1e" - foreground: "0x0abdc6" - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: "0x000b1e" - cursor: "0x0abdc6" - - # Normal colors - normal: - black: "0x123e7c" - red: "0xff0000" - green: "0xd300c4" - yellow: "0xf57800" - blue: "0x123e7c" - magenta: "0x711c91" - cyan: "0x0abdc6" - white: "0xd7d7d5" - - # Bright colors - bright: - black: "0x1c61c2" - red: "0xff0000" - green: "0xd300c4" - yellow: "0xf57800" - blue: "0x00ff00" - magenta: "0x711c91" - cyan: "0x0abdc6" - white: "0xd7d7d5" diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Dark_pastels.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Dark_pastels.yaml deleted file mode 100644 index 97eb7f9..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Dark_pastels.yaml +++ /dev/null @@ -1,29 +0,0 @@ - -# Colors (Konsole's Dark Pastels) -colors: - # Default colors - primary: - background: '0x2C2C2C' - foreground: '0xDCDCCC' - - # Normal colors - normal: - black: '0x3F3F3F' - red: '0x705050' - green: '0x60B48A' - yellow: '0xDFAF8F' - blue: '0x9AB8D7' - magenta: '0xDC8CC3' - cyan: '0x8CD0D3' - white: '0xDCDCCC' - - # Bright colors - bright: - black: '0x709080' - red: '0xDCA3A3' - green: '0x72D5A3' - yellow: '0xF0DFAF' - blue: '0x94BFF3' - magenta: '0xEC93D3' - cyan: '0x93E0E3' - white: '0xFFFFFF' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Dawn.yml b/Themes/Everforest/.config/alacritty/colorschemes/Dawn.yml deleted file mode 100644 index d6dab0a..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Dawn.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x181b20' - foreground: '0x9b9081' - - # Normal colors - normal: - black: '0x353535' - red: '0x744b40' - green: '0x6d6137' - yellow: '0x765636' - blue: '0x61564b' - magenta: '0x6b4a49' - cyan: '0x435861' - white: '0xb3b3b3' - - # Bright colors - bright: - black: '0x5f5f5f' - red: '0x785850' - green: '0x6f6749' - yellow: '0x776049' - blue: '0x696057' - magenta: '0x6f5a59' - cyan: '0x525f66' - white: '0xcdcdcd' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Doom_one.yml b/Themes/Everforest/.config/alacritty/colorschemes/Doom_one.yml deleted file mode 100644 index cdbdaf4..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Doom_one.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Colors (Doom One) -colors: - # Default colors - primary: - background: '0x282c34' - foreground: '0xbbc2cf' - - # Normal colors - normal: - black: '0x282c34' - red: '0xff6c6b' - green: '0x98be65' - yellow: '0xecbe7b' - blue: '0x51afef' - magenta: '0xc678dd' - cyan: '0x46d9ff' - white: '0xbbc2cf' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Dracula.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Dracula.yaml deleted file mode 100644 index f5026c1..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Dracula.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Dracula) -colors: - # Default colors - primary: - background: '0x282a36' - foreground: '0xf8f8f2' - - # Normal colors - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x555555' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xcaa9fa' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Erosion.yml b/Themes/Everforest/.config/alacritty/colorschemes/Erosion.yml deleted file mode 100644 index 133fc4c..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Erosion.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x181512' - foreground: '0xbea492' - - # Normal colors - normal: - black: '0x332d29' - red: '0x8c644c' - green: '0x746c48' - yellow: '0x908a66' - blue: '0x646a6d' - magenta: '0x605655' - cyan: '0x4b5c5e' - white: '0x504339' - - # Bright colors - bright: - black: '0x817267' - red: '0x9f7155' - green: '0x857b52' - yellow: '0x9c956e' - blue: '0x71777a' - magenta: '0x656565' - cyan: '0x556d70' - white: '0x9a875f' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Falcon.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Falcon.yaml deleted file mode 100644 index 33c267b..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Falcon.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# falcon colorscheme for alacritty -# by fenetikm, https://github.com/fenetikm/falcon -colors: - # Default colors - primary: - background: '0x020221' - foreground: '0xb4b4b9' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x020221' - cursor: '0xffe8c0' - - # Normal colors - normal: - black: '0x000004' - red: '0xff3600' - green: '0x718e3f' - yellow: '0xffc552' - blue: '0x635196' - magenta: '0xff761a' - cyan: '0x34bfa4' - white: '0xb4b4b9' - - # Bright colors - bright: - black: '0x020221' - red: '0xff8e78' - green: '0xb1bf75' - yellow: '0xffd392' - blue: '0x99a4bc' - magenta: '0xffb07b' - cyan: '0x8bccbf' - white: '0xf8f8ff' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Flat_remix.yml b/Themes/Everforest/.config/alacritty/colorschemes/Flat_remix.yml deleted file mode 100644 index 5105553..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Flat_remix.yml +++ /dev/null @@ -1,25 +0,0 @@ -colors: - primary: - background: '0x272a34' - foreground: '0xFFFFFF' - - normal: - black: '0x1F2229' - red: '0xEC0101' - green: '0x47D4B9' - yellow: '0xFF8A18' - blue: '0x277FFF' - magenta: '0xD71655' - cyan: '0x05A1F7' - white: '0xFFFFFF' - - - bright: - black: '0x1F2229' - red: '0xD41919' - green: '0x5EBDAB' - yellow: '0xFEA44C' - blue: '0x367bf0' - magenta: '0xBF2E5D' - cyan: '0x49AEE6' - white: '0xFFFFFF' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Gotham.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Gotham.yaml deleted file mode 100644 index f58f9a3..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Gotham.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Gotham) -colors: - # Default colors - primary: - background: '0x0a0f14' - foreground: '0x98d1ce' - - # Normal colors - normal: - black: '0x0a0f14' - red: '0xc33027' - green: '0x26a98b' - yellow: '0xedb54b' - blue: '0x195465' - magenta: '0x4e5165' - cyan: '0x33859d' - white: '0x98d1ce' - - # Bright colors - bright: - black: '0x10151b' - red: '0xd26939' - green: '0x081f2d' - yellow: '0x245361' - blue: '0x093748' - magenta: '0x888ba5' - cyan: '0x599caa' - white: '0xd3ebe9' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Gruvbox_dark.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Gruvbox_dark.yaml deleted file mode 100644 index d9c604f..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Gruvbox_dark.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox dark) -colors: - # Default colors - primary: - # hard contrast: background = '0x1d2021' - background: '0x282828' - # soft contrast: background = '0x32302f' - foreground: '0xebdbb2' - - # Normal colors - normal: - black: '0x282828' - red: '0xcc241d' - green: '0x98971a' - yellow: '0xd79921' - blue: '0x458588' - magenta: '0xb16286' - cyan: '0x689d6a' - white: '0xa89984' - - # Bright colors - bright: - black: '0x928374' - red: '0xfb4934' - green: '0xb8bb26' - yellow: '0xfabd2f' - blue: '0x83a598' - magenta: '0xd3869b' - cyan: '0x8ec07c' - white: '0xebdbb2' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Gruvbox_light.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Gruvbox_light.yaml deleted file mode 100644 index d679c3c..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Gruvbox_light.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox light) -colors: - # Default colors - primary: - # hard contrast: background = '0xf9f5d7' - background: '0xfbf1c7' - # soft contrast: background = '0xf2e5bc' - foreground: '0x3c3836' - - # Normal colors - normal: - black: '0xfbf1c7' - red: '0xcc241d' - green: '0x98971a' - yellow: '0xd79921' - blue: '0x458588' - magenta: '0xb16286' - cyan: '0x689d6a' - white: '0x7c6f64' - - # Bright colors - bright: - black: '0x928374' - red: '0x9d0006' - green: '0x79740e' - yellow: '0xb57614' - blue: '0x076678' - magenta: '0x8f3f71' - cyan: '0x427b58' - white: '0x3c3836' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Gruvbox_material.yml b/Themes/Everforest/.config/alacritty/colorschemes/Gruvbox_material.yml deleted file mode 100644 index 397b03f..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Gruvbox_material.yml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Gruvbox Material Dark Medium) -colors: - primary: - background: '0x282828' - foreground: '0xdfbf8e' - - normal: - black: '0x665c54' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe78a4e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - - bright: - black: '0x928374' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe3a84e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - diff --git a/Themes/Everforest/.config/alacritty/colorschemes/High_contrast.yaml b/Themes/Everforest/.config/alacritty/colorschemes/High_contrast.yaml deleted file mode 100644 index cd4cdb7..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/High_contrast.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (High Contrast) -colors: - # Default colors - primary: - background: '0x444444' - foreground: '0xdddddd' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xaaaaaa' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x0000ff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' - - # Bright colors - bright: - black: '0x000000' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x0000ff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Horizon_dark.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Horizon_dark.yaml deleted file mode 100644 index d6e29fd..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Horizon_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Horizon Dark) -colors: - # Primary colors - primary: - background: '0x1c1e26' - foreground: '0xe0e0e0' - - # Normal colors - normal: - black: '0x16161c' - red: '0xe95678' - green: '0x29d398' - yellow: '0xfab795' - blue: '0x26bbd9' - magenta: '0xee64ac' - cyan: '0x59e1e3' - white: '0xd5d8da' - - # Bright colors - bright: - black: '0x5b5858' - red: '0xec6a88' - green: '0x3fdaa4' - yellow: '0xfbc3a7' - blue: '0x3fc4de' - magenta: '0xf075b5' - cyan: '0x6be4e6' - white: '0xd5d8da' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Hund.yml b/Themes/Everforest/.config/alacritty/colorschemes/Hund.yml deleted file mode 100644 index 5713876..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Hund.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x161616' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x222222' - red: '0xe84f4f' - green: '0xb7ce42' - yellow: '0xfea63c' - blue: '0x66aabb' - magenta: '0xb7416e' - cyan: '0x6d878d' - white: '0xdddddd' - - # Bright colors - bright: - black: '0x666666' - red: '0xd23d3d' - green: '0xbde077' - yellow: '0xffe863' - blue: '0xaaccbb' - magenta: '0xe16a98' - cyan: '0x42717b' - white: '0xcccccc' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Hybrid.yml b/Themes/Everforest/.config/alacritty/colorschemes/Hybrid.yml deleted file mode 100644 index ed246f6..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Hybrid.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1d1f21' - foreground: '0xc5c8c6' - - # Normal colors - normal: - black: '0x282a2e' - red: '0xa54242' - green: '0x8c9440' - yellow: '0xde935f' - blue: '0x5f819d' - magenta: '0x85678f' - cyan: '0x5e8d87' - white: '0x707880' - - # Bright colors - bright: - black: '0x373b41' - red: '0xcc6666' - green: '0xb5bd68' - yellow: '0xf0c674' - blue: '0x81a2be' - magenta: '0xb294bb' - cyan: '0x8abeb7' - white: '0xc5c8c6' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Hyper.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Hyper.yaml deleted file mode 100644 index 5b84d66..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Hyper.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Hyper) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xffffff' - cursor: - text: '0xF81CE5' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xfe0100' - green: '0x33ff00' - yellow: '0xfeff00' - blue: '0x0066ff' - magenta: '0xcc00ff' - cyan: '0x00ffff' - white: '0xd0d0d0' - - # Bright colors - bright: - black: '0x808080' - red: '0xfe0100' - green: '0x33ff00' - yellow: '0xfeff00' - blue: '0x0066ff' - magenta: '0xcc00ff' - cyan: '0x00ffff' - white: '0xFFFFFF' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Invisibone.yml b/Themes/Everforest/.config/alacritty/colorschemes/Invisibone.yml deleted file mode 100644 index dfbf7c5..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Invisibone.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x232323' - foreground: '0xa0a0a0' - - # Normal colors - normal: - black: '0x303030' - red: '0xd370a3' - green: '0x6d9e3f' - yellow: '0xb58858' - blue: '0x6095c5' - magenta: '0xac7bde' - cyan: '0x3ba275' - white: '0xcfcfcf' - - # Bright colors - bright: - black: '0x686868' - red: '0xffa7da' - green: '0xa3d572' - yellow: '0xefbd8b' - blue: '0x98cbfe' - magenta: '0xe5b0ff' - cyan: '0x75daa9' - white: '0xffffff' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Iterm.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Iterm.yaml deleted file mode 100644 index 2c31223..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Iterm.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (iTerm 2 default theme) -colors: - # Default colors - primary: - background: '0x101421' - foreground: '0xfffbf6' - - # Normal colors - normal: - black: '0x2e2e2e' - red: '0xeb4129' - green: '0xabe047' - yellow: '0xf6c744' - blue: '0x47a0f3' - magenta: '0x7b5cb0' - cyan: '0x64dbed' - white: '0xe5e9f0' - - # Bright colors - bright: - black: '0x565656' - red: '0xec5357' - green: '0xc0e17d' - yellow: '0xf9da6a' - blue: '0x49a4f8' - magenta: '0xa47de9' - cyan: '0x99faf2' - white: '0xffffff' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Jmbi.yml b/Themes/Everforest/.config/alacritty/colorschemes/Jmbi.yml deleted file mode 100644 index 945a3ff..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Jmbi.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1e1e1e' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x5a7260' - red: '0x8f423c' - green: '0xbbbb88' - yellow: '0xf9d25b' - blue: '0xe0ba69' - magenta: '0x709289' - cyan: '0xd13516' - white: '0xefe2e0' - - # Bright colors - bright: - black: '0x8da691' - red: '0xeeaa88' - green: '0xccc68d' - yellow: '0xeedd99' - blue: '0xc9b957' - magenta: '0xffcbab' - cyan: '0xc25431' - white: '0xf9f1ed' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Kasugano.yml b/Themes/Everforest/.config/alacritty/colorschemes/Kasugano.yml deleted file mode 100644 index 33f3f67..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Kasugano.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1b1b1b' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x3d3d3d' - red: '0x6673bf' - green: '0x3ea290' - yellow: '0xb0ead9' - blue: '0x31658c' - magenta: '0x596196' - cyan: '0x8292b2' - white: '0xc8cacc' - - # Bright colors - bright: - black: '0x4d4d4d' - red: '0x899aff' - green: '0x52ad91' - yellow: '0x98c9bb' - blue: '0x477ab3' - magenta: '0x7882bf' - cyan: '0x95a7cc' - white: '0xedeff2' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Konsole_linux.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Konsole_linux.yaml deleted file mode 100644 index b4f3e2f..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Konsole_linux.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Color theme ported from Konsole: Linux colors -colors: - primary: - foreground: '0xe3e3e3' - bright_foreground: '0xffffff' - dim_foreground: '0xe3e3e3' - background: '0x1f1f1f' - bright_background: '0x686868' # not sure - dim_background: '0x1f1f1f' # not sure - - cursor: - text: '0x191622' - cursor: '0xf8f8f2' - - search: - matches: - foreground: '0xb2b2b2' - background: '0xb26818' - focused_match: - foreground: CellBackground - background: CellForeground - - normal: - black: '0x000000' - red: '0xb21818' - green: '0x18b218' - yellow: '0xb26818' - blue: '0x1818b2' - magenta: '0xb218b2' - cyan: '0x18b2b2' - white: '0xb2b2b2' - - bright: - black: '0x686868' - red: '0xff5454' - green: '0x54ff54' - yellow: '0xffff54' - blue: '0x5454ff' - magenta: '0xff54ff' - cyan: '0x54ffff' - white: '0xffffff' - - dim: - black: '0x000000' - red: '0xb21818' - green: '0x18b218' - yellow: '0xb26818' - blue: '0x1818b2' - magenta: '0xb218b2' - cyan: '0x18b2b2' - white: '0xb2b2b2' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Low_contrast.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Low_contrast.yaml deleted file mode 100644 index 35bbb4e..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Low_contrast.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Dim) -colors: - # Default colors - primary: - background: '0x333333' - foreground: '0xdddddd' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xaaaaaa' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xbb0000' - green: '0x00bb00' - yellow: '0xbbbb00' - blue: '0x0000bb' - magenta: '0xbb00bb' - cyan: '0x00bbbb' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x000000' - red: '0xbb0000' - green: '0x00bb00' - yellow: '0xbbbb00' - blue: '0x0000bb' - magenta: '0xbb00bb' - cyan: '0x00bbbb' - white: '0xbbbbbb' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Material_theme.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Material_theme.yaml deleted file mode 100644 index 400c5f6..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Material_theme.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) -colors: - # Default colors - primary: - background: '0x1e282d' - foreground: '0xc4c7d1' - - # Normal colors - normal: - black: '0x666666' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x80cbc4' - magenta: '0xff2f90' - cyan: '0xaeddff' - white: '0xffffff' - - # Bright colors - bright: - black: '0xff262b' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x7dc6bf' - magenta: '0x6c71c4' - cyan: '0x35434d' - white: '0xffffff' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Material_theme_mod.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Material_theme_mod.yaml deleted file mode 100644 index cb68fbd..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Material_theme_mod.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) -colors: - # Default colors - primary: - background: '0x1e282d' - foreground: '0xc4c7d1' - - # Normal colors - normal: - black: '0x666666' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x80cbc4' - magenta: '0xff2f90' - cyan: '0xaeddff' - white: '0xffffff' - - # Bright colors - bright: - black: '0xa1a1a1' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x7dc6bf' - magenta: '0x6c71c4' - cyan: '0x35434d' - white: '0xffffff' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Monokai.yml b/Themes/Everforest/.config/alacritty/colorschemes/Monokai.yml deleted file mode 100644 index 7600a5f..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Monokai.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x272822' - foreground: '0xf1ebeb' - - # Normal colors - normal: - black: '0x48483e' - red: '0xdc2566' - green: '0x8fc029' - yellow: '0xd4c96e' - blue: '0x55bcce' - magenta: '0x9358fe' - cyan: '0x56b7a5' - white: '0xacada1' - - # Bright colors - bright: - black: '0x76715e' - red: '0xfa2772' - green: '0xa7e22e' - yellow: '0xe7db75' - blue: '0x66d9ee' - magenta: '0xae82ff' - cyan: '0x66efd5' - white: '0xcfd0c2' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Navy.yml b/Themes/Everforest/.config/alacritty/colorschemes/Navy.yml deleted file mode 100644 index 07d2fe4..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Navy.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x021b21' - foreground: '0xe8dfd6' - - # Normal colors - normal: - black: '0x032c36' - red: '0xc2454e' - green: '0x7cbf9e' - yellow: '0x8a7a63' - blue: '0x2e3340' - magenta: '0xff5879' - cyan: '0x44b5b1' - white: '0xf2f1b9' - - # Bright colors - bright: - black: '0x065f73' - red: '0xef5847' - green: '0xa2d9b1' - yellow: '0xbeb090' - blue: '0x61778d' - magenta: '0xff99a1' - cyan: '0x9ed9d8' - white: '0xf6f6c9' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Nord.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Nord.yaml deleted file mode 100644 index 4e8d093..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Nord.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Nord) -colors: - # Default colors - primary: - background: '0x2E3440' - foreground: '0xD8DEE9' - - # Normal colors - normal: - black: '0x3B4252' - red: '0xBF616A' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x88C0D0' - white: '0xE5E9F0' - - # Bright colors - bright: - black: '0x4C566A' - red: '0xBF616A' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x8FBCBB' - white: '0xECEFF4' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Oceanic_next.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Oceanic_next.yaml deleted file mode 100644 index 9bad83f..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Oceanic_next.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Oceanic Next) -colors: - # Default colors - primary: - background: '0x1b2b34' - foreground: '0xd8dee9' - - # Normal colors - normal: - black: '0x29414f' - red: '0xec5f67' - green: '0x99c794' - yellow: '0xfac863' - blue: '0x6699cc' - magenta: '0xc594c5' - cyan: '0x5fb3b3' - white: '0x65737e' - - # Bright colors - bright: - black: '0x405860' - red: '0xec5f67' - green: '0x99c794' - yellow: '0xfac863' - blue: '0x6699cc' - magenta: '0xc594c5' - cyan: '0x5fb3b3' - white: '0xadb5c0' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Omni.yml b/Themes/Everforest/.config/alacritty/colorschemes/Omni.yml deleted file mode 100644 index 91570e1..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Omni.yml +++ /dev/null @@ -1,38 +0,0 @@ -colors: - primary: - background: '0x191622' - foreground: '0xe1e1e6' - - cursor: - text: '0x191622' - cursor: '0xf8f8f2' - - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xeffa78' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8d79ba' - white: '0xbfbfbf' - - bright: - black: '0x4d4d4d' - red: '0xff6e67' - green: '0x5af78e' - yellow: '0xeaf08d' - blue: '0xcaa9fa' - magenta: '0xff92d0' - cyan: '0xaa91e3' - white: '0xe6e6e6' - - dim: - black: '0x000000' - red: '0xa90000' - green: '0x049f2b' - yellow: '0xa3b106' - blue: '0x530aba' - magenta: '0xbb006b' - cyan: '0x433364' - white: '0x5f5f5f' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/One_dark.yaml b/Themes/Everforest/.config/alacritty/colorschemes/One_dark.yaml deleted file mode 100644 index a54e040..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/One_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (One Dark) -colors: - # Default colors - primary: - background: '0x1e2127' - foreground: '0xabb2bf' - - # Normal colors - normal: - black: '0x1e2127' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0xabb2bf' - - # Bright colors - bright: - black: '0x5c6370' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Palenight.yml b/Themes/Everforest/.config/alacritty/colorschemes/Palenight.yml deleted file mode 100644 index f65206a..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Palenight.yml +++ /dev/null @@ -1,30 +0,0 @@ -# iTerm2 Material Design - Palenight theme for Alacritty -# Source : https://github.com/JonathanSpeek/palenight-iterm2 - -colors: - # Default colors - primary: - background: '0x292d3e' - foreground: '0xd0d0d0' - - # Normal colors - normal: - black: '0x292d3e' - red: '0xf07178' - green: '0xc3e88d' - yellow: '0xffcb6b' - blue: '0x82aaff' - magenta: '0xc792ea' - cyan: '0x89ddff' - white: '0xd0d0d0' - - # Bright colors - bright: - black: '0x434758' - red: '0xff8b92' - green: '0xddffa7' - yellow: '0xffe585' - blue: '0x9cc4ff' - magenta: '0xe1acff' - cyan: '0xa3f7ff' - white: '0xffffff' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Papercolor_light.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Papercolor_light.yaml deleted file mode 100644 index 5770b1d..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Papercolor_light.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (PaperColor - Light) -colors: - # Default colors - primary: - background: '0xeeeeee' - foreground: '0x878787' - - cursor: - text: '0xeeeeee' - cursor: '0x878787' - - # Normal colors - normal: - black: '0xeeeeee' - red: '0xaf0000' - green: '0x008700' - yellow: '0x5f8700' - blue: '0x0087af' - magenta: '0x878787' - cyan: '0x005f87' - white: '0x444444' - - # Bright colors - bright: - black: '0xbcbcbc' - red: '0xd70000' - green: '0xd70087' - yellow: '0x8700af' - blue: '0xd75f00' - magenta: '0xd75f00' - cyan: '0x005faf' - white: '0x005f87' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Pastel.yml b/Themes/Everforest/.config/alacritty/colorschemes/Pastel.yml deleted file mode 100644 index f5fd63c..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Pastel.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x151515' - foreground: '0x888888' - - # Normal colors - normal: - black: '0x292929' - red: '0xcf6a4c' - green: '0x19cb00' - yellow: '0xfad07a' - blue: '0x8197bf' - magenta: '0x8787af' - cyan: '0x668799' - white: '0x888888' - - # Bright colors - bright: - black: '0x525252' - red: '0xff9d80' - green: '0x23fd00' - yellow: '0xffefbf' - blue: '0xaccaff' - magenta: '0xc4c4ff' - cyan: '0x80bfaf' - white: '0xe8e8d3' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Pencil_dark.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Pencil_dark.yaml deleted file mode 100644 index 9bb2a13..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Pencil_dark.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Pencil Dark) -colors: - # Default Colors - primary: - background: '0x212121' - foreground: '0xf1f1f1' - # Normal colors - normal: - black: '0x212121' - red: '0xc30771' - green: '0x10a778' - yellow: '0xa89c14' - blue: '0x008ec4' - magenta: '0x523c79' - cyan: '0x20a5ba' - white: '0xe0e0e0' - # Bright colors - bright: - black: '0x818181' - red: '0xfb007a' - green: '0x5fd7af' - yellow: '0xf3e430' - blue: '0x20bbfc' - magenta: '0x6855de' - cyan: '0x4fb8cc' - white: '0xf1f1f1' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Pencil_light.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Pencil_light.yaml deleted file mode 100644 index 10db04d..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Pencil_light.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Pencil Light) -colors: - # Default Colors - primary: - background: '0xf1f1f1' - foreground: '0x424242' - # Normal colors - normal: - black: '0x212121' - red: '0xc30771' - green: '0x10a778' - yellow: '0xa89c14' - blue: '0x008ec4' - magenta: '0x523c79' - cyan: '0x20a5ba' - white: '0xe0e0e0' - # Bright colors - bright: - black: '0x212121' - red: '0xfb007a' - green: '0x5fd7af' - yellow: '0xf3e430' - blue: '0x20bbfc' - magenta: '0x6855de' - cyan: '0x4fb8cc' - white: '0xf1f1f1' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Remedy_dark.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Remedy_dark.yaml deleted file mode 100644 index 0cd339f..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Remedy_dark.yaml +++ /dev/null @@ -1,38 +0,0 @@ -colors: - # Default colors - primary: - background: '0x2c2b2a' - foreground: '0xf9e7c4' - - dim_foreground: '0x685E4A' - bright_foreground: '0x1C1508' - dim_background: '0x202322' - bright_background: '0x353433' - - # Cursor colors - cursor: - text: '0xf9e7c4' - cursor: '0xf9e7c4' - - # Normal colors - normal: - black: '0x282a2e' - blue: '0x5f819d' - cyan: '0x5e8d87' - green: '0x8c9440' - magenta: '0x85678f' - orange: '0xcc6953' - red: '0xa54242' - white: '0x707880' - yellow: '0xde935f' - - # Bright colors - bright: - black: '0x373b41' - blue: '0x81a2be' - cyan: '0x8abeb7' - green: '0xb5bd68' - magenta: '0xb294bb' - red: '0xcc6666' - white: '0xc5c8c6' - yellow: '0xf0c674' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Snazzy.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Snazzy.yaml deleted file mode 100644 index aacebd0..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Snazzy.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Snazzy) -colors: - # Default colors - primary: - background: '0x282a36' - foreground: '0xeff0eb' - - # Normal colors - normal: - black: '0x282a36' - red: '0xff5c57' - green: '0x5af78e' - yellow: '0xf3f99d' - blue: '0x57c7ff' - magenta: '0xff6ac1' - cyan: '0x9aedfe' - white: '0xf1f1f0' - - # Bright colors - bright: - black: '0x686868' - red: '0xff5c57' - green: '0x5af78e' - yellow: '0xf3f99d' - blue: '0x57c7ff' - magenta: '0xff6ac1' - cyan: '0x9aedfe' - white: '0xf1f1f0' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Solarized_dark.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Solarized_dark.yaml deleted file mode 100644 index 0055c81..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Solarized_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Solarized Dark) -colors: - # Default colors - primary: - background: '0x002b36' - foreground: '0x839496' - - # Normal colors - normal: - black: '0x073642' - red: '0xdc322f' - green: '0x859900' - yellow: '0xb58900' - blue: '0x268bd2' - magenta: '0xd33682' - cyan: '0x2aa198' - white: '0xeee8d5' - - # Bright colors - bright: - black: '0x002b36' - red: '0xcb4b16' - green: '0x586e75' - yellow: '0x657b83' - blue: '0x839496' - magenta: '0x6c71c4' - cyan: '0x93a1a1' - white: '0xfdf6e3' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Solarized_light.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Solarized_light.yaml deleted file mode 100644 index 6a5acd9..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Solarized_light.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Solarized Light) -colors: - # Default colors - primary: - background: '0xfdf6e3' - foreground: '0x586e75' - - # Normal colors - normal: - black: '0x073642' - red: '0xdc322f' - green: '0x859900' - yellow: '0xb58900' - blue: '0x268bd2' - magenta: '0xd33682' - cyan: '0x2aa198' - white: '0xeee8d5' - - # Bright colors - bright: - black: '0x002b36' - red: '0xcb4b16' - green: '0x586e75' - yellow: '0x657b83' - blue: '0x839496' - magenta: '0x6c71c4' - cyan: '0x93a1a1' - white: '0xfdf6e3' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Sweetlove.yml b/Themes/Everforest/.config/alacritty/colorschemes/Sweetlove.yml deleted file mode 100644 index 3233ecd..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Sweetlove.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1f1f1f' - foreground: '0xc0b18b' - - # Normal colors - normal: - black: '0x4a3637' - red: '0xd17b49' - green: '0x7b8748' - yellow: '0xaf865a' - blue: '0x535c5c' - magenta: '0x775759' - cyan: '0x6d715e' - white: '0xc0b18b' - - # Bright colors - bright: - black: '0x402e2e' - red: '0xac5d2f' - green: '0x647035' - yellow: '0x8f6840' - blue: '0x444b4b' - magenta: '0x614445' - cyan: '0x585c49' - white: '0x978965' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Taerminal.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Taerminal.yaml deleted file mode 100644 index 9dc804c..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Taerminal.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Taerminal) -colors: - # Default colors - primary: - background: '0x26282a' - foreground: '0xf0f0f0' - cursor: - background: '0xf0f0f0' - foreground: '0x26282a' - - # Normal colors - normal: - black: '0x26282a' - red: '0xff8878' - green: '0xb4fb73' - yellow: '0xfffcb7' - blue: '0x8bbce5' - magenta: '0xffb2fe' - cyan: '0xa2e1f8' - white: '0xf1f1f1' - - # Bright colors - bright: - black: '0x6f6f6f' - red: '0xfe978b' - green: '0xd6fcba' - yellow: '0xfffed5' - blue: '0xc2e3ff' - magenta: '0xffc6ff' - cyan: '0xc0e9f8' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Tango_dark.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Tango_dark.yaml deleted file mode 100644 index e91733d..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Tango_dark.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# GNOME Terminal Tango Dark -colors: - primary: - background: '0x2e3436' - foreground: '0xd3d7cf' - - normal: - black: '0x2e3436' - red: '0xcc0000' - green: '0x4e9a06' - yellow: '0xc4a000' - blue: '0x3465a4' - magenta: '0x75507b' - cyan: '0x06989a' - white: '0xd3d7cf' - - bright: - black: '0x555753' - red: '0xef2929' - green: '0x8ae234' - yellow: '0xfce94f' - blue: '0x729fcf' - magenta: '0xad7fa8' - cyan: '0x34e2e2' - white: '0xeeeeec' - diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Tender.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Tender.yaml deleted file mode 100644 index ffcacf7..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Tender.yaml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x282828' - foreground: '0xeeeeee' - - # Normal colors - normal: - black: '0x282828' - red: '0xf43753' - green: '0xc9d05c' - yellow: '0xffc24b' - blue: '0xb3deef' - magenta: '0xd3b987' - cyan: '0x73cef4' - white: '0xeeeeee' - - # Bright colors - bright: - black: '0x4c4c4c' - red: '0xf43753' - green: '0xc9d05c' - yellow: '0xffc24b' - blue: '0xb3deef' - magenta: '0xd3b987' - cyan: '0x73cef4' - white: '0xfeffff' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Terminal_app.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Terminal_app.yaml deleted file mode 100644 index bc2c434..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Terminal_app.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Terminal.app) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xb6b6b6' - - # Normal colors - normal: - black: '0x000000' - red: '0x990000' - green: '0x00a600' - yellow: '0x999900' - blue: '0x0000b2' - magenta: '0xb200b2' - cyan: '0x00a6b2' - white: '0xbfbfbf' - - # Bright colors - bright: - black: '0x666666' - red: '0xe50000' - green: '0x00d900' - yellow: '0xe5e500' - blue: '0x0000ff' - magenta: '0xe500e5' - cyan: '0x00e5e5' - white: '0xe5e5e5' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Thelovelace.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Thelovelace.yaml deleted file mode 100644 index 4d73889..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Thelovelace.yaml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1D1F28' - foreground: '0xFDFDFD' - - # Normal colors - normal: - # Bright colors - black: '0x282A36' - red: '0xF37F97' - green: '0x5ADECD' - yellow: '0xF2A272' - blue: '0x8897F4' - magenta: '0xC574DD' - cyan: '0x79E6F3' - white: '0xFDFDFD' - bright: - black: '0x414458' - red: '0xFF4971' - green: '0x18E3C8' - yellow: '0xEBCB8B' - blue: '0xFF8037' - magenta: '0x556FFF' - cyan: '0x3FDCEE' - white: '0xBEBEC1' - indexed_colors: [] diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Tokyo_night.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Tokyo_night.yaml deleted file mode 100644 index a88fd9b..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Tokyo_night.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night) -# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme -colors: - # Default colors - primary: - background: '0x1a1b26' - foreground: '0xa9b1d6' - - # Normal colors - normal: - black: '0x32344a' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xad8ee6' - cyan: '0x449dab' - white: '0x787c99' - - # Bright colors - bright: - black: '0x444b6a' - red: '0xff7a93' - green: '0xb9f27c' - yellow: '0xff9e64' - blue: '0x7da6ff' - magenta: '0xbb9af7' - cyan: '0x0db9d7' - white: '0xacb0d0' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Tokyo_night_storm.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Tokyo_night_storm.yaml deleted file mode 100644 index a64cf4a..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Tokyo_night_storm.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night: Storm variant) -# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme -colors: - # Default colors - primary: - background: '0x24283b' - foreground: '0xa9b1d6' - - # Normal colors - normal: - black: '0x32344a' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xad8ee6' - cyan: '0x449dab' - white: '0x9699a8' - - # Bright colors - bright: - black: '0x444b6a' - red: '0xff7a93' - green: '0xb9f27c' - yellow: '0xff9e64' - blue: '0x7da6ff' - magenta: '0xbb9af7' - cyan: '0x0db9d7' - white: '0xacb0d0' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Tomorrow_night.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Tomorrow_night.yaml deleted file mode 100644 index 36bafba..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Tomorrow_night.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Tomorrow Night) -colors: - # Default colors - primary: - background: '0x1d1f21' - foreground: '0xc5c8c6' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x1d1f21' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x1d1f21' - red: '0xcc6666' - green: '0xb5bd68' - yellow: '0xe6c547' - blue: '0x81a2be' - magenta: '0xb294bb' - cyan: '0x70c0ba' - white: '0x373b41' - - # Bright colors - bright: - black: '0x666666' - red: '0xff3334' - green: '0x9ec400' - yellow: '0xf0c674' - blue: '0x81a2be' - magenta: '0xb77ee0' - cyan: '0x54ced6' - white: '0x282a2e' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml deleted file mode 100644 index 55b25d0..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Tomorrow Night Bright) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xeaeaea' - - # Normal colors - normal: - black: '0x000000' - red: '0xd54e53' - green: '0xb9ca4a' - yellow: '0xe6c547' - blue: '0x7aa6da' - magenta: '0xc397d8' - cyan: '0x70c0ba' - white: '0x424242' - - # Bright colors - bright: - black: '0x666666' - red: '0xff3334' - green: '0x9ec400' - yellow: '0xe7c547' - blue: '0x7aa6da' - magenta: '0xb77ee0' - cyan: '0x54ced6' - white: '0x2a2a2a' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Vacuous.yml b/Themes/Everforest/.config/alacritty/colorschemes/Vacuous.yml deleted file mode 100644 index 022a7d0..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Vacuous.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x101010' - foreground: '0xd2c5bc' - - # Normal colors - normal: - black: '0x202020' - red: '0xb91e2e' - green: '0x81957c' - yellow: '0xf9bb80' - blue: '0x356579' - magenta: '0x2d2031' - cyan: '0x0b3452' - white: '0x909090' - - # Bright colors - bright: - black: '0x606060' - red: '0xd14548' - green: '0xa7b79a' - yellow: '0xfae3a0' - blue: '0x7491a1' - magenta: '0x87314e' - cyan: '0x0f829d' - white: '0xfff0f0' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Visibone.yml b/Themes/Everforest/.config/alacritty/colorschemes/Visibone.yml deleted file mode 100644 index 2315047..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Visibone.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x333333' - foreground: '0xcccccc' - - # Normal colors - normal: - black: '0x666666' - red: '0xcc6699' - green: '0x99cc66' - yellow: '0xcc9966' - blue: '0x6699cc' - magenta: '0x9966cc' - cyan: '0x66cc99' - white: '0xcccccc' - - # Bright colors - bright: - black: '0x999999' - red: '0xff99cc' - green: '0xccff99' - yellow: '0xffcc99' - blue: '0x99ccff' - magenta: '0xcc99ff' - cyan: '0x99ffcc' - white: '0xffffff' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Wombat.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Wombat.yaml deleted file mode 100644 index 844e65f..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Wombat.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Wombat) -colors: - # Default colors - primary: - background: '0x1f1f1f' - foreground: '0xe5e1d8' - - # Normal colors - normal: - black: '0x000000' - red: '0xf7786d' - green: '0xbde97c' - yellow: '0xefdfac' - blue: '0x6ebaf8' - magenta: '0xef88ff' - cyan: '0x90fdf8' - white: '0xe5e1d8' - - # Bright colors - bright: - black: '0xb4b4b4' - red: '0xf99f92' - green: '0xe3f7a1' - yellow: '0xf2e9bf' - blue: '0xb3d2ff' - magenta: '0xe5bdff' - cyan: '0xc2fefa' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Xterm.yaml b/Themes/Everforest/.config/alacritty/colorschemes/Xterm.yaml deleted file mode 100644 index 7f336e4..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Xterm.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# XTerm's default colors -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xffffff' - # Normal colors - normal: - black: '0x000000' - red: '0xcd0000' - green: '0x00cd00' - yellow: '0xcdcd00' - blue: '0x0000ee' - magenta: '0xcd00cd' - cyan: '0x00cdcd' - white: '0xe5e5e5' - - # Bright colors - bright: - black: '0x7f7f7f' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x5c5cff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' diff --git a/Themes/Everforest/.config/alacritty/colorschemes/Yousai.yml b/Themes/Everforest/.config/alacritty/colorschemes/Yousai.yml deleted file mode 100644 index 292bedf..0000000 --- a/Themes/Everforest/.config/alacritty/colorschemes/Yousai.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0xf5e7de' - foreground: '0x34302d' - - # Normal colors - normal: - black: '0x666661' - red: '0x992e2e' - green: '0x4c3226' - yellow: '0xa67c53' - blue: '0x4c7399' - magenta: '0xbf9986' - cyan: '0xd97742' - white: '0x34302d' - - # Bright colors - bright: - black: '0x7f7f7a' - red: '0xb23636' - green: '0x664233' - yellow: '0xbf8f60' - blue: '0x5986b2' - magenta: '0xd9ae98' - cyan: '0xf2854a' - white: '0x4c4742' diff --git a/Themes/Everforest/.config/alacritty/fonts.yml b/Themes/Everforest/.config/alacritty/fonts.yml old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/cava/config b/Themes/Everforest/.config/cava/config old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/dunst/dunstrc b/Themes/Everforest/.config/dunst/dunstrc old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/picom/picom.conf b/Themes/Everforest/.config/picom/picom.conf old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/1.png b/Themes/Everforest/.config/qtile/Assets/1.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/2.png b/Themes/Everforest/.config/qtile/Assets/2.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/3.png b/Themes/Everforest/.config/qtile/Assets/3.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/4.png b/Themes/Everforest/.config/qtile/Assets/4.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/5.png b/Themes/Everforest/.config/qtile/Assets/5.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/6.png b/Themes/Everforest/.config/qtile/Assets/6.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Battery/battery-caution-charging.png b/Themes/Everforest/.config/qtile/Assets/Battery/battery-caution-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Battery/battery-caution.png b/Themes/Everforest/.config/qtile/Assets/Battery/battery-caution.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Battery/battery-full-charged.png b/Themes/Everforest/.config/qtile/Assets/Battery/battery-full-charged.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Battery/battery-full-charging.png b/Themes/Everforest/.config/qtile/Assets/Battery/battery-full-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Battery/battery-full.png b/Themes/Everforest/.config/qtile/Assets/Battery/battery-full.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Battery/battery-good-charging.png b/Themes/Everforest/.config/qtile/Assets/Battery/battery-good-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Battery/battery-good.png b/Themes/Everforest/.config/qtile/Assets/Battery/battery-good.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Battery/battery-low-charging.png b/Themes/Everforest/.config/qtile/Assets/Battery/battery-low-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Battery/battery-low.png b/Themes/Everforest/.config/qtile/Assets/Battery/battery-low.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Battery/battery-missing.png b/Themes/Everforest/.config/qtile/Assets/Battery/battery-missing.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Misc/clock.png b/Themes/Everforest/.config/qtile/Assets/Misc/clock.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Misc/ram.png b/Themes/Everforest/.config/qtile/Assets/Misc/ram.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Volume/audio-volume-high.png b/Themes/Everforest/.config/qtile/Assets/Volume/audio-volume-high.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Volume/audio-volume-low.png b/Themes/Everforest/.config/qtile/Assets/Volume/audio-volume-low.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Volume/audio-volume-medium.png b/Themes/Everforest/.config/qtile/Assets/Volume/audio-volume-medium.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/Volume/audio-volume-muted.png b/Themes/Everforest/.config/qtile/Assets/Volume/audio-volume-muted.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/launch_Icon.png b/Themes/Everforest/.config/qtile/Assets/launch_Icon.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/layout.png b/Themes/Everforest/.config/qtile/Assets/layout.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/Assets/search.png b/Themes/Everforest/.config/qtile/Assets/search.png old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/__pycache__/config.cpython-310.pyc b/Themes/Everforest/.config/qtile/__pycache__/config.cpython-310.pyc old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/qtile/autostart_once.sh b/Themes/Everforest/.config/qtile/autostart_once.sh index 4da305b..f0ae4c0 100755 --- a/Themes/Everforest/.config/qtile/autostart_once.sh +++ b/Themes/Everforest/.config/qtile/autostart_once.sh @@ -1,12 +1,11 @@ -#!/usr/bin/bash +#!/bin/bash + +# Apply wallpaper using wal wal -b 232A2E -i ~/Wallpaper/fog_forest_2.png && -sleep 4 && + +# Start picom picom --config ~/.config/picom/picom.conf & -## AUTO START APPLICATIONS/sCRIPTS -# examples: -#chromium & -#pactl set-sink-port 0 analog-output-headphones & -##ADD YOUT STUFF BELOW! + diff --git a/Themes/Everforest/.config/qtile/config.py b/Themes/Everforest/.config/qtile/config.py old mode 100644 new mode 100755 index a046675..161b172 --- a/Themes/Everforest/.config/qtile/config.py +++ b/Themes/Everforest/.config/qtile/config.py @@ -498,15 +498,12 @@ floating_layout = layout.Floating( -from libqtile import hook -# some other imports import os import subprocess # stuff @hook.subscribe.startup_once -def autostart_once(): - subprocess.run('/home/unreal/.config/qtile/autostart_once.sh')# path to my script, under my user directory - subprocess.call([home]) +def autostart(): + subprocess.call([os.path.expanduser('~/.config/qtile/autostart_once.sh')]) auto_fullscreen = True focus_on_window_activation = "smart" diff --git a/Themes/Everforest/.config/rofi/config.rasi b/Themes/Everforest/.config/rofi/config.rasi old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/rofi/power.rasi b/Themes/Everforest/.config/rofi/power.rasi old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/rofi/scripts/Everforest b/Themes/Everforest/.config/rofi/scripts/Everforest old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/rofi/scripts/Natura b/Themes/Everforest/.config/rofi/scripts/Natura old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/rofi/scripts/Sakura b/Themes/Everforest/.config/rofi/scripts/Sakura old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/Extensions/adblock.js b/Themes/Everforest/.config/spicetify/Extensions/adblock.js old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/Extensions/dribbblish.js b/Themes/Everforest/.config/spicetify/Extensions/dribbblish.js old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/Themes/Dribbblish/README.md b/Themes/Everforest/.config/spicetify/Themes/Dribbblish/README.md old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayMedium.woff2 b/Themes/Everforest/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayMedium.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayRegular.woff2 b/Themes/Everforest/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayRegular.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/Roboto.woff2 b/Themes/Everforest/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/Roboto.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/RobotoMedium.woff2 b/Themes/Everforest/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/RobotoMedium.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/Themes/Dribbblish/color.ini b/Themes/Everforest/.config/spicetify/Themes/Dribbblish/color.ini old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/Themes/Dribbblish/dribbblish.js b/Themes/Everforest/.config/spicetify/Themes/Dribbblish/dribbblish.js old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/Themes/Dribbblish/images/tracklist-row-song-fallback.svg b/Themes/Everforest/.config/spicetify/Themes/Dribbblish/images/tracklist-row-song-fallback.svg old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/Themes/Dribbblish/user.css b/Themes/Everforest/.config/spicetify/Themes/Dribbblish/user.css old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/Themes/manifest.json b/Themes/Everforest/.config/spicetify/Themes/manifest.json old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/spicetify/config-xpui.ini b/Themes/Everforest/.config/spicetify/config-xpui.ini old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.config/starship.toml b/Themes/Everforest/.config/starship.toml old mode 100644 new mode 100755 diff --git a/Themes/Everforest/.zshrc b/Themes/Everforest/.zshrc old mode 100644 new mode 100755 diff --git a/Themes/Everforest/Wallpaper/fog_forest_2.png b/Themes/Everforest/Wallpaper/fog_forest_2.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/alacritty/alacritty.yml b/Themes/Natura/.config/alacritty/alacritty.yml old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/alacritty/colors.yml b/Themes/Natura/.config/alacritty/colors.yml old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/alacritty/colorschemes/Afterglow.yaml b/Themes/Natura/.config/alacritty/colorschemes/Afterglow.yaml deleted file mode 100644 index 44a97d8..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Afterglow.yaml +++ /dev/null @@ -1,48 +0,0 @@ -colors: - # Default colors - primary: - background: '0x2c2c2c' - foreground: '0xd6d6d6' - - dim_foreground: '0xdbdbdb' - bright_foreground: '0xd9d9d9' - dim_background: '0x202020' # not sure - bright_background: '0x3a3a3a' # not sure - - # Cursor colors - cursor: - text: '0x2c2c2c' - cursor: '0xd9d9d9' - - # Normal colors - normal: - black: '0x1c1c1c' - red: '0xbc5653' - green: '0x909d63' - yellow: '0xebc17a' - blue: '0x7eaac7' - magenta: '0xaa6292' - cyan: '0x86d3ce' - white: '0xcacaca' - - # Bright colors - bright: - black: '0x636363' - red: '0xbc5653' - green: '0x909d63' - yellow: '0xebc17a' - blue: '0x7eaac7' - magenta: '0xaa6292' - cyan: '0x86d3ce' - white: '0xf7f7f7' - - # Dim colors - dim: - black: '0x232323' - red: '0x74423f' - green: '0x5e6547' - yellow: '0x8b7653' - blue: '0x556b79' - magenta: '0x6e4962' - cyan: '0x5c8482' - white: '0x828282' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Argonaut.yaml b/Themes/Natura/.config/alacritty/colorschemes/Argonaut.yaml deleted file mode 100644 index db7678b..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Argonaut.yaml +++ /dev/null @@ -1,32 +0,0 @@ -colors: - # Default colors - primary: - background: '0x292C3E' - foreground: '0xEBEBEB' - - # Cursor colors - cursor: - text: '0xFF261E' - cursor: '0xFF261E' - - # Normal colors - normal: - black: '0x0d0d0d' - red: '0xFF301B' - green: '0xA0E521' - yellow: '0xFFC620' - blue: '0x1BA6FA' - magenta: '0x8763B8' - cyan: '0x21DEEF' - white: '0xEBEBEB' - - # Bright colors - bright: - black: '0x6D7070' - red: '0xFF4352' - green: '0xB8E466' - yellow: '0xFFD750' - blue: '0x1BA6FA' - magenta: '0xA578EA' - cyan: '0x73FBF1' - white: '0xFEFEF8' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Ayu_dark.yaml b/Themes/Natura/.config/alacritty/colorschemes/Ayu_dark.yaml deleted file mode 100644 index c0fa142..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Ayu_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Ayu Dark) -colors: - # Default colors - primary: - background: '0x0A0E14' - foreground: '0xB3B1AD' - - # Normal colors - normal: - black: '0x01060E' - red: '0xEA6C73' - green: '0x91B362' - yellow: '0xF9AF4F' - blue: '0x53BDFA' - magenta: '0xFAE994' - cyan: '0x90E1C6' - white: '0xC7C7C7' - - # Bright colors - bright: - black: '0x686868' - red: '0xF07178' - green: '0xC2D94C' - yellow: '0xFFB454' - blue: '0x59C2FF' - magenta: '0xFFEE99' - cyan: '0x95E6CB' - white: '0xFFFFFF' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Base16_default_dark.yaml b/Themes/Natura/.config/alacritty/colorschemes/Base16_default_dark.yaml deleted file mode 100644 index 28aa143..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Base16_default_dark.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Base16 Default Dark) -colors: - # Default colors - primary: - background: '0x181818' - foreground: '0xd8d8d8' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xd8d8d8' - cursor: '0xd8d8d8' - - # Normal colors - normal: - black: '0x181818' - red: '0xab4642' - green: '0xa1b56c' - yellow: '0xf7ca88' - blue: '0x7cafc2' - magenta: '0xba8baf' - cyan: '0x86c1b9' - white: '0xd8d8d8' - - # Bright colors - bright: - black: '0x585858' - red: '0xab4642' - green: '0xa1b56c' - yellow: '0xf7ca88' - blue: '0x7cafc2' - magenta: '0xba8baf' - cyan: '0x86c1b9' - white: '0xf8f8f8' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Blood_moon.yaml b/Themes/Natura/.config/alacritty/colorschemes/Blood_moon.yaml deleted file mode 100644 index 9ae3be1..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Blood_moon.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Blood Moon) -colors: - # Default colors - primary: - background: '0x10100E' - foreground: '0xC6C6C4' - - # Normal colors - normal: - black: '0x10100E' - red: '0xC40233' - green: '0x009F6B' - yellow: '0xFFD700' - blue: '0x0087BD' - magenta: '0x9A4EAE' - cyan: '0x20B2AA' - white: '0xC6C6C4' - - # Bright colors - bright: - black: '0x696969' - red: '0xFF2400' - green: '0x03C03C' - yellow: '0xFDFF00' - blue: '0x007FFF' - magenta: '0xFF1493' - cyan: '0x00CCCC' - white: '0xFFFAFA' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Breeze.yaml b/Themes/Natura/.config/alacritty/colorschemes/Breeze.yaml deleted file mode 100644 index 62bad22..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Breeze.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# KDE Breeze (Ported from Konsole) -colors: - # Default colors - primary: - background: '0x232627' - foreground: '0xfcfcfc' - - dim_foreground: '0xeff0f1' - bright_foreground: '0xffffff' - dim_background: '0x31363b' - bright_background: '0x000000' - - # Normal colors - normal: - black: '0x232627' - red: '0xed1515' - green: '0x11d116' - yellow: '0xf67400' - blue: '0x1d99f3' - magenta: '0x9b59b6' - cyan: '0x1abc9c' - white: '0xfcfcfc' - - # Bright colors - bright: - black: '0x7f8c8d' - red: '0xc0392b' - green: '0x1cdc9a' - yellow: '0xfdbc4b' - blue: '0x3daee9' - magenta: '0x8e44ad' - cyan: '0x16a085' - white: '0xffffff' - - # Dim colors - dim: - black: '0x31363b' - red: '0x783228' - green: '0x17a262' - yellow: '0xb65619' - blue: '0x1b668f' - magenta: '0x614a73' - cyan: '0x186c60' - white: '0x63686d' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Bright.yml b/Themes/Natura/.config/alacritty/colorschemes/Bright.yml deleted file mode 100644 index 6c2c0d2..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Bright.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0xf3f3f3' - foreground: '0x707070' - - # Normal colors - normal: - black: '0xd3d3d3' - red: '0xef6b7b' - green: '0xa1d569' - yellow: '0xf59335' - blue: '0x4ec2e8' - magenta: '0xfec7cd' - cyan: '0x95c1c0' - white: '0x707070' - - # Bright colors - bright: - black: '0xb3b3b3' - red: '0xed5466' - green: '0xafdb80' - yellow: '0xf59335' - blue: '0x5dc7ea' - magenta: '0xd2a4b4' - cyan: '0x75a1a0' - white: '0x909090' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Campbell.yaml b/Themes/Natura/.config/alacritty/colorschemes/Campbell.yaml deleted file mode 100644 index 95dba05..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Campbell.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Campbell (Windows 10 default) -colors: - # Default colors - primary: - background: '0x0c0c0c' - foreground: '0xcccccc' - - # Normal colors - normal: - black: '0x0c0c0c' - red: '0xc50f1f' - green: '0x13a10e' - yellow: '0xc19c00' - blue: '0x0037da' - magenta: '0x881798' - cyan: '0x3a96dd' - white: '0xcccccc' - - # Bright colors - bright: - black: '0x767676' - red: '0xe74856' - green: '0x16c60c' - yellow: '0xf9f1a5' - blue: '0x3b78ff' - magenta: '0xb4009e' - cyan: '0x61d6d6' - white: '0xf2f2f2' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Challenger_deep.yaml b/Themes/Natura/.config/alacritty/colorschemes/Challenger_deep.yaml deleted file mode 100644 index 4030163..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Challenger_deep.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Challenger Deep) -colors: - # Default colors - primary: - background: '0x1e1c31' - foreground: '0xcbe1e7' - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xff271d' - cursor: '0xfbfcfc' - # Normal colors - normal: - black: '0x141228' - red: '0xff5458' - green: '0x62d196' - yellow: '0xffb378' - blue: '0x65b2ff' - magenta: '0x906cff' - cyan: '0x63f2f1' - white: '0xa6b3cc' - # Bright colors - bright: - black: '0x565575' - red: '0xff8080' - green: '0x95ffa4' - yellow: '0xffe9aa' - blue: '0x91ddff' - magenta: '0xc991e1' - cyan: '0xaaffe4' - white: '0xcbe3e7' - diff --git a/Themes/Natura/.config/alacritty/colorschemes/Cobalt2.yaml b/Themes/Natura/.config/alacritty/colorschemes/Cobalt2.yaml deleted file mode 100644 index 576a502..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Cobalt2.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# From the famous Cobalt2 sublime theme -# Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2 -colors: - # Default colors - primary: - background: '0x122637' - foreground: '0xffffff' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x122637' - cursor: '0xf0cb09' - - # Normal colors - normal: - black: '0x000000' - red: '0xff0000' - green: '0x37dd21' - yellow: '0xfee409' - blue: '0x1460d2' - magenta: '0xff005d' - cyan: '0x00bbbb' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x545454' - red: '0xf40d17' - green: '0x3bcf1d' - yellow: '0xecc809' - blue: '0x5555ff' - magenta: '0xff55ff' - cyan: '0x6ae3f9' - white: '0xffffff' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Cyber_punk_neon.yaml b/Themes/Natura/.config/alacritty/colorschemes/Cyber_punk_neon.yaml deleted file mode 100644 index 5292ddd..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Cyber_punk_neon.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Cyber Punk Neon -# Source: https://github.com/Roboron3042/Cyberpunk-Neon -colors: - # Default colors - primary: - background: "0x000b1e" - foreground: "0x0abdc6" - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: "0x000b1e" - cursor: "0x0abdc6" - - # Normal colors - normal: - black: "0x123e7c" - red: "0xff0000" - green: "0xd300c4" - yellow: "0xf57800" - blue: "0x123e7c" - magenta: "0x711c91" - cyan: "0x0abdc6" - white: "0xd7d7d5" - - # Bright colors - bright: - black: "0x1c61c2" - red: "0xff0000" - green: "0xd300c4" - yellow: "0xf57800" - blue: "0x00ff00" - magenta: "0x711c91" - cyan: "0x0abdc6" - white: "0xd7d7d5" diff --git a/Themes/Natura/.config/alacritty/colorschemes/Dark_pastels.yaml b/Themes/Natura/.config/alacritty/colorschemes/Dark_pastels.yaml deleted file mode 100644 index 97eb7f9..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Dark_pastels.yaml +++ /dev/null @@ -1,29 +0,0 @@ - -# Colors (Konsole's Dark Pastels) -colors: - # Default colors - primary: - background: '0x2C2C2C' - foreground: '0xDCDCCC' - - # Normal colors - normal: - black: '0x3F3F3F' - red: '0x705050' - green: '0x60B48A' - yellow: '0xDFAF8F' - blue: '0x9AB8D7' - magenta: '0xDC8CC3' - cyan: '0x8CD0D3' - white: '0xDCDCCC' - - # Bright colors - bright: - black: '0x709080' - red: '0xDCA3A3' - green: '0x72D5A3' - yellow: '0xF0DFAF' - blue: '0x94BFF3' - magenta: '0xEC93D3' - cyan: '0x93E0E3' - white: '0xFFFFFF' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Dawn.yml b/Themes/Natura/.config/alacritty/colorschemes/Dawn.yml deleted file mode 100644 index d6dab0a..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Dawn.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x181b20' - foreground: '0x9b9081' - - # Normal colors - normal: - black: '0x353535' - red: '0x744b40' - green: '0x6d6137' - yellow: '0x765636' - blue: '0x61564b' - magenta: '0x6b4a49' - cyan: '0x435861' - white: '0xb3b3b3' - - # Bright colors - bright: - black: '0x5f5f5f' - red: '0x785850' - green: '0x6f6749' - yellow: '0x776049' - blue: '0x696057' - magenta: '0x6f5a59' - cyan: '0x525f66' - white: '0xcdcdcd' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Doom_one.yml b/Themes/Natura/.config/alacritty/colorschemes/Doom_one.yml deleted file mode 100644 index cdbdaf4..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Doom_one.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Colors (Doom One) -colors: - # Default colors - primary: - background: '0x282c34' - foreground: '0xbbc2cf' - - # Normal colors - normal: - black: '0x282c34' - red: '0xff6c6b' - green: '0x98be65' - yellow: '0xecbe7b' - blue: '0x51afef' - magenta: '0xc678dd' - cyan: '0x46d9ff' - white: '0xbbc2cf' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Dracula.yaml b/Themes/Natura/.config/alacritty/colorschemes/Dracula.yaml deleted file mode 100644 index f5026c1..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Dracula.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Dracula) -colors: - # Default colors - primary: - background: '0x282a36' - foreground: '0xf8f8f2' - - # Normal colors - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x555555' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xcaa9fa' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Erosion.yml b/Themes/Natura/.config/alacritty/colorschemes/Erosion.yml deleted file mode 100644 index 133fc4c..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Erosion.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x181512' - foreground: '0xbea492' - - # Normal colors - normal: - black: '0x332d29' - red: '0x8c644c' - green: '0x746c48' - yellow: '0x908a66' - blue: '0x646a6d' - magenta: '0x605655' - cyan: '0x4b5c5e' - white: '0x504339' - - # Bright colors - bright: - black: '0x817267' - red: '0x9f7155' - green: '0x857b52' - yellow: '0x9c956e' - blue: '0x71777a' - magenta: '0x656565' - cyan: '0x556d70' - white: '0x9a875f' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Falcon.yaml b/Themes/Natura/.config/alacritty/colorschemes/Falcon.yaml deleted file mode 100644 index 33c267b..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Falcon.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# falcon colorscheme for alacritty -# by fenetikm, https://github.com/fenetikm/falcon -colors: - # Default colors - primary: - background: '0x020221' - foreground: '0xb4b4b9' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x020221' - cursor: '0xffe8c0' - - # Normal colors - normal: - black: '0x000004' - red: '0xff3600' - green: '0x718e3f' - yellow: '0xffc552' - blue: '0x635196' - magenta: '0xff761a' - cyan: '0x34bfa4' - white: '0xb4b4b9' - - # Bright colors - bright: - black: '0x020221' - red: '0xff8e78' - green: '0xb1bf75' - yellow: '0xffd392' - blue: '0x99a4bc' - magenta: '0xffb07b' - cyan: '0x8bccbf' - white: '0xf8f8ff' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Flat_remix.yml b/Themes/Natura/.config/alacritty/colorschemes/Flat_remix.yml deleted file mode 100644 index 5105553..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Flat_remix.yml +++ /dev/null @@ -1,25 +0,0 @@ -colors: - primary: - background: '0x272a34' - foreground: '0xFFFFFF' - - normal: - black: '0x1F2229' - red: '0xEC0101' - green: '0x47D4B9' - yellow: '0xFF8A18' - blue: '0x277FFF' - magenta: '0xD71655' - cyan: '0x05A1F7' - white: '0xFFFFFF' - - - bright: - black: '0x1F2229' - red: '0xD41919' - green: '0x5EBDAB' - yellow: '0xFEA44C' - blue: '0x367bf0' - magenta: '0xBF2E5D' - cyan: '0x49AEE6' - white: '0xFFFFFF' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Gotham.yaml b/Themes/Natura/.config/alacritty/colorschemes/Gotham.yaml deleted file mode 100644 index f58f9a3..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Gotham.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Gotham) -colors: - # Default colors - primary: - background: '0x0a0f14' - foreground: '0x98d1ce' - - # Normal colors - normal: - black: '0x0a0f14' - red: '0xc33027' - green: '0x26a98b' - yellow: '0xedb54b' - blue: '0x195465' - magenta: '0x4e5165' - cyan: '0x33859d' - white: '0x98d1ce' - - # Bright colors - bright: - black: '0x10151b' - red: '0xd26939' - green: '0x081f2d' - yellow: '0x245361' - blue: '0x093748' - magenta: '0x888ba5' - cyan: '0x599caa' - white: '0xd3ebe9' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Gruvbox_dark.yaml b/Themes/Natura/.config/alacritty/colorschemes/Gruvbox_dark.yaml deleted file mode 100644 index d9c604f..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Gruvbox_dark.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox dark) -colors: - # Default colors - primary: - # hard contrast: background = '0x1d2021' - background: '0x282828' - # soft contrast: background = '0x32302f' - foreground: '0xebdbb2' - - # Normal colors - normal: - black: '0x282828' - red: '0xcc241d' - green: '0x98971a' - yellow: '0xd79921' - blue: '0x458588' - magenta: '0xb16286' - cyan: '0x689d6a' - white: '0xa89984' - - # Bright colors - bright: - black: '0x928374' - red: '0xfb4934' - green: '0xb8bb26' - yellow: '0xfabd2f' - blue: '0x83a598' - magenta: '0xd3869b' - cyan: '0x8ec07c' - white: '0xebdbb2' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Gruvbox_light.yaml b/Themes/Natura/.config/alacritty/colorschemes/Gruvbox_light.yaml deleted file mode 100644 index d679c3c..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Gruvbox_light.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox light) -colors: - # Default colors - primary: - # hard contrast: background = '0xf9f5d7' - background: '0xfbf1c7' - # soft contrast: background = '0xf2e5bc' - foreground: '0x3c3836' - - # Normal colors - normal: - black: '0xfbf1c7' - red: '0xcc241d' - green: '0x98971a' - yellow: '0xd79921' - blue: '0x458588' - magenta: '0xb16286' - cyan: '0x689d6a' - white: '0x7c6f64' - - # Bright colors - bright: - black: '0x928374' - red: '0x9d0006' - green: '0x79740e' - yellow: '0xb57614' - blue: '0x076678' - magenta: '0x8f3f71' - cyan: '0x427b58' - white: '0x3c3836' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Gruvbox_material.yml b/Themes/Natura/.config/alacritty/colorschemes/Gruvbox_material.yml deleted file mode 100644 index 397b03f..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Gruvbox_material.yml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Gruvbox Material Dark Medium) -colors: - primary: - background: '0x282828' - foreground: '0xdfbf8e' - - normal: - black: '0x665c54' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe78a4e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - - bright: - black: '0x928374' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe3a84e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - diff --git a/Themes/Natura/.config/alacritty/colorschemes/High_contrast.yaml b/Themes/Natura/.config/alacritty/colorschemes/High_contrast.yaml deleted file mode 100644 index cd4cdb7..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/High_contrast.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (High Contrast) -colors: - # Default colors - primary: - background: '0x444444' - foreground: '0xdddddd' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xaaaaaa' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x0000ff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' - - # Bright colors - bright: - black: '0x000000' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x0000ff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Horizon_dark.yaml b/Themes/Natura/.config/alacritty/colorschemes/Horizon_dark.yaml deleted file mode 100644 index d6e29fd..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Horizon_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Horizon Dark) -colors: - # Primary colors - primary: - background: '0x1c1e26' - foreground: '0xe0e0e0' - - # Normal colors - normal: - black: '0x16161c' - red: '0xe95678' - green: '0x29d398' - yellow: '0xfab795' - blue: '0x26bbd9' - magenta: '0xee64ac' - cyan: '0x59e1e3' - white: '0xd5d8da' - - # Bright colors - bright: - black: '0x5b5858' - red: '0xec6a88' - green: '0x3fdaa4' - yellow: '0xfbc3a7' - blue: '0x3fc4de' - magenta: '0xf075b5' - cyan: '0x6be4e6' - white: '0xd5d8da' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Hund.yml b/Themes/Natura/.config/alacritty/colorschemes/Hund.yml deleted file mode 100644 index 5713876..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Hund.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x161616' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x222222' - red: '0xe84f4f' - green: '0xb7ce42' - yellow: '0xfea63c' - blue: '0x66aabb' - magenta: '0xb7416e' - cyan: '0x6d878d' - white: '0xdddddd' - - # Bright colors - bright: - black: '0x666666' - red: '0xd23d3d' - green: '0xbde077' - yellow: '0xffe863' - blue: '0xaaccbb' - magenta: '0xe16a98' - cyan: '0x42717b' - white: '0xcccccc' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Hybrid.yml b/Themes/Natura/.config/alacritty/colorschemes/Hybrid.yml deleted file mode 100644 index ed246f6..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Hybrid.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1d1f21' - foreground: '0xc5c8c6' - - # Normal colors - normal: - black: '0x282a2e' - red: '0xa54242' - green: '0x8c9440' - yellow: '0xde935f' - blue: '0x5f819d' - magenta: '0x85678f' - cyan: '0x5e8d87' - white: '0x707880' - - # Bright colors - bright: - black: '0x373b41' - red: '0xcc6666' - green: '0xb5bd68' - yellow: '0xf0c674' - blue: '0x81a2be' - magenta: '0xb294bb' - cyan: '0x8abeb7' - white: '0xc5c8c6' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Hyper.yaml b/Themes/Natura/.config/alacritty/colorschemes/Hyper.yaml deleted file mode 100644 index 5b84d66..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Hyper.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Hyper) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xffffff' - cursor: - text: '0xF81CE5' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xfe0100' - green: '0x33ff00' - yellow: '0xfeff00' - blue: '0x0066ff' - magenta: '0xcc00ff' - cyan: '0x00ffff' - white: '0xd0d0d0' - - # Bright colors - bright: - black: '0x808080' - red: '0xfe0100' - green: '0x33ff00' - yellow: '0xfeff00' - blue: '0x0066ff' - magenta: '0xcc00ff' - cyan: '0x00ffff' - white: '0xFFFFFF' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Invisibone.yml b/Themes/Natura/.config/alacritty/colorschemes/Invisibone.yml deleted file mode 100644 index dfbf7c5..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Invisibone.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x232323' - foreground: '0xa0a0a0' - - # Normal colors - normal: - black: '0x303030' - red: '0xd370a3' - green: '0x6d9e3f' - yellow: '0xb58858' - blue: '0x6095c5' - magenta: '0xac7bde' - cyan: '0x3ba275' - white: '0xcfcfcf' - - # Bright colors - bright: - black: '0x686868' - red: '0xffa7da' - green: '0xa3d572' - yellow: '0xefbd8b' - blue: '0x98cbfe' - magenta: '0xe5b0ff' - cyan: '0x75daa9' - white: '0xffffff' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Iterm.yaml b/Themes/Natura/.config/alacritty/colorschemes/Iterm.yaml deleted file mode 100644 index 2c31223..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Iterm.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (iTerm 2 default theme) -colors: - # Default colors - primary: - background: '0x101421' - foreground: '0xfffbf6' - - # Normal colors - normal: - black: '0x2e2e2e' - red: '0xeb4129' - green: '0xabe047' - yellow: '0xf6c744' - blue: '0x47a0f3' - magenta: '0x7b5cb0' - cyan: '0x64dbed' - white: '0xe5e9f0' - - # Bright colors - bright: - black: '0x565656' - red: '0xec5357' - green: '0xc0e17d' - yellow: '0xf9da6a' - blue: '0x49a4f8' - magenta: '0xa47de9' - cyan: '0x99faf2' - white: '0xffffff' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Jmbi.yml b/Themes/Natura/.config/alacritty/colorschemes/Jmbi.yml deleted file mode 100644 index 945a3ff..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Jmbi.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1e1e1e' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x5a7260' - red: '0x8f423c' - green: '0xbbbb88' - yellow: '0xf9d25b' - blue: '0xe0ba69' - magenta: '0x709289' - cyan: '0xd13516' - white: '0xefe2e0' - - # Bright colors - bright: - black: '0x8da691' - red: '0xeeaa88' - green: '0xccc68d' - yellow: '0xeedd99' - blue: '0xc9b957' - magenta: '0xffcbab' - cyan: '0xc25431' - white: '0xf9f1ed' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Kasugano.yml b/Themes/Natura/.config/alacritty/colorschemes/Kasugano.yml deleted file mode 100644 index 33f3f67..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Kasugano.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1b1b1b' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x3d3d3d' - red: '0x6673bf' - green: '0x3ea290' - yellow: '0xb0ead9' - blue: '0x31658c' - magenta: '0x596196' - cyan: '0x8292b2' - white: '0xc8cacc' - - # Bright colors - bright: - black: '0x4d4d4d' - red: '0x899aff' - green: '0x52ad91' - yellow: '0x98c9bb' - blue: '0x477ab3' - magenta: '0x7882bf' - cyan: '0x95a7cc' - white: '0xedeff2' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Konsole_linux.yaml b/Themes/Natura/.config/alacritty/colorschemes/Konsole_linux.yaml deleted file mode 100644 index b4f3e2f..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Konsole_linux.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Color theme ported from Konsole: Linux colors -colors: - primary: - foreground: '0xe3e3e3' - bright_foreground: '0xffffff' - dim_foreground: '0xe3e3e3' - background: '0x1f1f1f' - bright_background: '0x686868' # not sure - dim_background: '0x1f1f1f' # not sure - - cursor: - text: '0x191622' - cursor: '0xf8f8f2' - - search: - matches: - foreground: '0xb2b2b2' - background: '0xb26818' - focused_match: - foreground: CellBackground - background: CellForeground - - normal: - black: '0x000000' - red: '0xb21818' - green: '0x18b218' - yellow: '0xb26818' - blue: '0x1818b2' - magenta: '0xb218b2' - cyan: '0x18b2b2' - white: '0xb2b2b2' - - bright: - black: '0x686868' - red: '0xff5454' - green: '0x54ff54' - yellow: '0xffff54' - blue: '0x5454ff' - magenta: '0xff54ff' - cyan: '0x54ffff' - white: '0xffffff' - - dim: - black: '0x000000' - red: '0xb21818' - green: '0x18b218' - yellow: '0xb26818' - blue: '0x1818b2' - magenta: '0xb218b2' - cyan: '0x18b2b2' - white: '0xb2b2b2' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Low_contrast.yaml b/Themes/Natura/.config/alacritty/colorschemes/Low_contrast.yaml deleted file mode 100644 index 35bbb4e..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Low_contrast.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Dim) -colors: - # Default colors - primary: - background: '0x333333' - foreground: '0xdddddd' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xaaaaaa' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xbb0000' - green: '0x00bb00' - yellow: '0xbbbb00' - blue: '0x0000bb' - magenta: '0xbb00bb' - cyan: '0x00bbbb' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x000000' - red: '0xbb0000' - green: '0x00bb00' - yellow: '0xbbbb00' - blue: '0x0000bb' - magenta: '0xbb00bb' - cyan: '0x00bbbb' - white: '0xbbbbbb' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Material_theme.yaml b/Themes/Natura/.config/alacritty/colorschemes/Material_theme.yaml deleted file mode 100644 index 400c5f6..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Material_theme.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) -colors: - # Default colors - primary: - background: '0x1e282d' - foreground: '0xc4c7d1' - - # Normal colors - normal: - black: '0x666666' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x80cbc4' - magenta: '0xff2f90' - cyan: '0xaeddff' - white: '0xffffff' - - # Bright colors - bright: - black: '0xff262b' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x7dc6bf' - magenta: '0x6c71c4' - cyan: '0x35434d' - white: '0xffffff' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Material_theme_mod.yaml b/Themes/Natura/.config/alacritty/colorschemes/Material_theme_mod.yaml deleted file mode 100644 index cb68fbd..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Material_theme_mod.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) -colors: - # Default colors - primary: - background: '0x1e282d' - foreground: '0xc4c7d1' - - # Normal colors - normal: - black: '0x666666' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x80cbc4' - magenta: '0xff2f90' - cyan: '0xaeddff' - white: '0xffffff' - - # Bright colors - bright: - black: '0xa1a1a1' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x7dc6bf' - magenta: '0x6c71c4' - cyan: '0x35434d' - white: '0xffffff' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Monokai.yml b/Themes/Natura/.config/alacritty/colorschemes/Monokai.yml deleted file mode 100644 index 7600a5f..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Monokai.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x272822' - foreground: '0xf1ebeb' - - # Normal colors - normal: - black: '0x48483e' - red: '0xdc2566' - green: '0x8fc029' - yellow: '0xd4c96e' - blue: '0x55bcce' - magenta: '0x9358fe' - cyan: '0x56b7a5' - white: '0xacada1' - - # Bright colors - bright: - black: '0x76715e' - red: '0xfa2772' - green: '0xa7e22e' - yellow: '0xe7db75' - blue: '0x66d9ee' - magenta: '0xae82ff' - cyan: '0x66efd5' - white: '0xcfd0c2' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Navy.yml b/Themes/Natura/.config/alacritty/colorschemes/Navy.yml deleted file mode 100644 index 07d2fe4..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Navy.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x021b21' - foreground: '0xe8dfd6' - - # Normal colors - normal: - black: '0x032c36' - red: '0xc2454e' - green: '0x7cbf9e' - yellow: '0x8a7a63' - blue: '0x2e3340' - magenta: '0xff5879' - cyan: '0x44b5b1' - white: '0xf2f1b9' - - # Bright colors - bright: - black: '0x065f73' - red: '0xef5847' - green: '0xa2d9b1' - yellow: '0xbeb090' - blue: '0x61778d' - magenta: '0xff99a1' - cyan: '0x9ed9d8' - white: '0xf6f6c9' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Nord.yaml b/Themes/Natura/.config/alacritty/colorschemes/Nord.yaml deleted file mode 100644 index 4e8d093..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Nord.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Nord) -colors: - # Default colors - primary: - background: '0x2E3440' - foreground: '0xD8DEE9' - - # Normal colors - normal: - black: '0x3B4252' - red: '0xBF616A' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x88C0D0' - white: '0xE5E9F0' - - # Bright colors - bright: - black: '0x4C566A' - red: '0xBF616A' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x8FBCBB' - white: '0xECEFF4' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Oceanic_next.yaml b/Themes/Natura/.config/alacritty/colorschemes/Oceanic_next.yaml deleted file mode 100644 index 9bad83f..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Oceanic_next.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Oceanic Next) -colors: - # Default colors - primary: - background: '0x1b2b34' - foreground: '0xd8dee9' - - # Normal colors - normal: - black: '0x29414f' - red: '0xec5f67' - green: '0x99c794' - yellow: '0xfac863' - blue: '0x6699cc' - magenta: '0xc594c5' - cyan: '0x5fb3b3' - white: '0x65737e' - - # Bright colors - bright: - black: '0x405860' - red: '0xec5f67' - green: '0x99c794' - yellow: '0xfac863' - blue: '0x6699cc' - magenta: '0xc594c5' - cyan: '0x5fb3b3' - white: '0xadb5c0' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Omni.yml b/Themes/Natura/.config/alacritty/colorschemes/Omni.yml deleted file mode 100644 index 91570e1..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Omni.yml +++ /dev/null @@ -1,38 +0,0 @@ -colors: - primary: - background: '0x191622' - foreground: '0xe1e1e6' - - cursor: - text: '0x191622' - cursor: '0xf8f8f2' - - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xeffa78' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8d79ba' - white: '0xbfbfbf' - - bright: - black: '0x4d4d4d' - red: '0xff6e67' - green: '0x5af78e' - yellow: '0xeaf08d' - blue: '0xcaa9fa' - magenta: '0xff92d0' - cyan: '0xaa91e3' - white: '0xe6e6e6' - - dim: - black: '0x000000' - red: '0xa90000' - green: '0x049f2b' - yellow: '0xa3b106' - blue: '0x530aba' - magenta: '0xbb006b' - cyan: '0x433364' - white: '0x5f5f5f' diff --git a/Themes/Natura/.config/alacritty/colorschemes/One_dark.yaml b/Themes/Natura/.config/alacritty/colorschemes/One_dark.yaml deleted file mode 100644 index a54e040..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/One_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (One Dark) -colors: - # Default colors - primary: - background: '0x1e2127' - foreground: '0xabb2bf' - - # Normal colors - normal: - black: '0x1e2127' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0xabb2bf' - - # Bright colors - bright: - black: '0x5c6370' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Palenight.yml b/Themes/Natura/.config/alacritty/colorschemes/Palenight.yml deleted file mode 100644 index f65206a..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Palenight.yml +++ /dev/null @@ -1,30 +0,0 @@ -# iTerm2 Material Design - Palenight theme for Alacritty -# Source : https://github.com/JonathanSpeek/palenight-iterm2 - -colors: - # Default colors - primary: - background: '0x292d3e' - foreground: '0xd0d0d0' - - # Normal colors - normal: - black: '0x292d3e' - red: '0xf07178' - green: '0xc3e88d' - yellow: '0xffcb6b' - blue: '0x82aaff' - magenta: '0xc792ea' - cyan: '0x89ddff' - white: '0xd0d0d0' - - # Bright colors - bright: - black: '0x434758' - red: '0xff8b92' - green: '0xddffa7' - yellow: '0xffe585' - blue: '0x9cc4ff' - magenta: '0xe1acff' - cyan: '0xa3f7ff' - white: '0xffffff' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Papercolor_light.yaml b/Themes/Natura/.config/alacritty/colorschemes/Papercolor_light.yaml deleted file mode 100644 index 5770b1d..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Papercolor_light.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (PaperColor - Light) -colors: - # Default colors - primary: - background: '0xeeeeee' - foreground: '0x878787' - - cursor: - text: '0xeeeeee' - cursor: '0x878787' - - # Normal colors - normal: - black: '0xeeeeee' - red: '0xaf0000' - green: '0x008700' - yellow: '0x5f8700' - blue: '0x0087af' - magenta: '0x878787' - cyan: '0x005f87' - white: '0x444444' - - # Bright colors - bright: - black: '0xbcbcbc' - red: '0xd70000' - green: '0xd70087' - yellow: '0x8700af' - blue: '0xd75f00' - magenta: '0xd75f00' - cyan: '0x005faf' - white: '0x005f87' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Pastel.yml b/Themes/Natura/.config/alacritty/colorschemes/Pastel.yml deleted file mode 100644 index f5fd63c..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Pastel.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x151515' - foreground: '0x888888' - - # Normal colors - normal: - black: '0x292929' - red: '0xcf6a4c' - green: '0x19cb00' - yellow: '0xfad07a' - blue: '0x8197bf' - magenta: '0x8787af' - cyan: '0x668799' - white: '0x888888' - - # Bright colors - bright: - black: '0x525252' - red: '0xff9d80' - green: '0x23fd00' - yellow: '0xffefbf' - blue: '0xaccaff' - magenta: '0xc4c4ff' - cyan: '0x80bfaf' - white: '0xe8e8d3' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Pencil_dark.yaml b/Themes/Natura/.config/alacritty/colorschemes/Pencil_dark.yaml deleted file mode 100644 index 9bb2a13..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Pencil_dark.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Pencil Dark) -colors: - # Default Colors - primary: - background: '0x212121' - foreground: '0xf1f1f1' - # Normal colors - normal: - black: '0x212121' - red: '0xc30771' - green: '0x10a778' - yellow: '0xa89c14' - blue: '0x008ec4' - magenta: '0x523c79' - cyan: '0x20a5ba' - white: '0xe0e0e0' - # Bright colors - bright: - black: '0x818181' - red: '0xfb007a' - green: '0x5fd7af' - yellow: '0xf3e430' - blue: '0x20bbfc' - magenta: '0x6855de' - cyan: '0x4fb8cc' - white: '0xf1f1f1' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Pencil_light.yaml b/Themes/Natura/.config/alacritty/colorschemes/Pencil_light.yaml deleted file mode 100644 index 10db04d..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Pencil_light.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Pencil Light) -colors: - # Default Colors - primary: - background: '0xf1f1f1' - foreground: '0x424242' - # Normal colors - normal: - black: '0x212121' - red: '0xc30771' - green: '0x10a778' - yellow: '0xa89c14' - blue: '0x008ec4' - magenta: '0x523c79' - cyan: '0x20a5ba' - white: '0xe0e0e0' - # Bright colors - bright: - black: '0x212121' - red: '0xfb007a' - green: '0x5fd7af' - yellow: '0xf3e430' - blue: '0x20bbfc' - magenta: '0x6855de' - cyan: '0x4fb8cc' - white: '0xf1f1f1' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Remedy_dark.yaml b/Themes/Natura/.config/alacritty/colorschemes/Remedy_dark.yaml deleted file mode 100644 index 0cd339f..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Remedy_dark.yaml +++ /dev/null @@ -1,38 +0,0 @@ -colors: - # Default colors - primary: - background: '0x2c2b2a' - foreground: '0xf9e7c4' - - dim_foreground: '0x685E4A' - bright_foreground: '0x1C1508' - dim_background: '0x202322' - bright_background: '0x353433' - - # Cursor colors - cursor: - text: '0xf9e7c4' - cursor: '0xf9e7c4' - - # Normal colors - normal: - black: '0x282a2e' - blue: '0x5f819d' - cyan: '0x5e8d87' - green: '0x8c9440' - magenta: '0x85678f' - orange: '0xcc6953' - red: '0xa54242' - white: '0x707880' - yellow: '0xde935f' - - # Bright colors - bright: - black: '0x373b41' - blue: '0x81a2be' - cyan: '0x8abeb7' - green: '0xb5bd68' - magenta: '0xb294bb' - red: '0xcc6666' - white: '0xc5c8c6' - yellow: '0xf0c674' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Snazzy.yaml b/Themes/Natura/.config/alacritty/colorschemes/Snazzy.yaml deleted file mode 100644 index aacebd0..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Snazzy.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Snazzy) -colors: - # Default colors - primary: - background: '0x282a36' - foreground: '0xeff0eb' - - # Normal colors - normal: - black: '0x282a36' - red: '0xff5c57' - green: '0x5af78e' - yellow: '0xf3f99d' - blue: '0x57c7ff' - magenta: '0xff6ac1' - cyan: '0x9aedfe' - white: '0xf1f1f0' - - # Bright colors - bright: - black: '0x686868' - red: '0xff5c57' - green: '0x5af78e' - yellow: '0xf3f99d' - blue: '0x57c7ff' - magenta: '0xff6ac1' - cyan: '0x9aedfe' - white: '0xf1f1f0' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Solarized_dark.yaml b/Themes/Natura/.config/alacritty/colorschemes/Solarized_dark.yaml deleted file mode 100644 index 0055c81..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Solarized_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Solarized Dark) -colors: - # Default colors - primary: - background: '0x002b36' - foreground: '0x839496' - - # Normal colors - normal: - black: '0x073642' - red: '0xdc322f' - green: '0x859900' - yellow: '0xb58900' - blue: '0x268bd2' - magenta: '0xd33682' - cyan: '0x2aa198' - white: '0xeee8d5' - - # Bright colors - bright: - black: '0x002b36' - red: '0xcb4b16' - green: '0x586e75' - yellow: '0x657b83' - blue: '0x839496' - magenta: '0x6c71c4' - cyan: '0x93a1a1' - white: '0xfdf6e3' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Solarized_light.yaml b/Themes/Natura/.config/alacritty/colorschemes/Solarized_light.yaml deleted file mode 100644 index 6a5acd9..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Solarized_light.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Solarized Light) -colors: - # Default colors - primary: - background: '0xfdf6e3' - foreground: '0x586e75' - - # Normal colors - normal: - black: '0x073642' - red: '0xdc322f' - green: '0x859900' - yellow: '0xb58900' - blue: '0x268bd2' - magenta: '0xd33682' - cyan: '0x2aa198' - white: '0xeee8d5' - - # Bright colors - bright: - black: '0x002b36' - red: '0xcb4b16' - green: '0x586e75' - yellow: '0x657b83' - blue: '0x839496' - magenta: '0x6c71c4' - cyan: '0x93a1a1' - white: '0xfdf6e3' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Sweetlove.yml b/Themes/Natura/.config/alacritty/colorschemes/Sweetlove.yml deleted file mode 100644 index 3233ecd..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Sweetlove.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1f1f1f' - foreground: '0xc0b18b' - - # Normal colors - normal: - black: '0x4a3637' - red: '0xd17b49' - green: '0x7b8748' - yellow: '0xaf865a' - blue: '0x535c5c' - magenta: '0x775759' - cyan: '0x6d715e' - white: '0xc0b18b' - - # Bright colors - bright: - black: '0x402e2e' - red: '0xac5d2f' - green: '0x647035' - yellow: '0x8f6840' - blue: '0x444b4b' - magenta: '0x614445' - cyan: '0x585c49' - white: '0x978965' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Taerminal.yaml b/Themes/Natura/.config/alacritty/colorschemes/Taerminal.yaml deleted file mode 100644 index 9dc804c..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Taerminal.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Taerminal) -colors: - # Default colors - primary: - background: '0x26282a' - foreground: '0xf0f0f0' - cursor: - background: '0xf0f0f0' - foreground: '0x26282a' - - # Normal colors - normal: - black: '0x26282a' - red: '0xff8878' - green: '0xb4fb73' - yellow: '0xfffcb7' - blue: '0x8bbce5' - magenta: '0xffb2fe' - cyan: '0xa2e1f8' - white: '0xf1f1f1' - - # Bright colors - bright: - black: '0x6f6f6f' - red: '0xfe978b' - green: '0xd6fcba' - yellow: '0xfffed5' - blue: '0xc2e3ff' - magenta: '0xffc6ff' - cyan: '0xc0e9f8' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Tango_dark.yaml b/Themes/Natura/.config/alacritty/colorschemes/Tango_dark.yaml deleted file mode 100644 index e91733d..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Tango_dark.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# GNOME Terminal Tango Dark -colors: - primary: - background: '0x2e3436' - foreground: '0xd3d7cf' - - normal: - black: '0x2e3436' - red: '0xcc0000' - green: '0x4e9a06' - yellow: '0xc4a000' - blue: '0x3465a4' - magenta: '0x75507b' - cyan: '0x06989a' - white: '0xd3d7cf' - - bright: - black: '0x555753' - red: '0xef2929' - green: '0x8ae234' - yellow: '0xfce94f' - blue: '0x729fcf' - magenta: '0xad7fa8' - cyan: '0x34e2e2' - white: '0xeeeeec' - diff --git a/Themes/Natura/.config/alacritty/colorschemes/Tender.yaml b/Themes/Natura/.config/alacritty/colorschemes/Tender.yaml deleted file mode 100644 index ffcacf7..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Tender.yaml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x282828' - foreground: '0xeeeeee' - - # Normal colors - normal: - black: '0x282828' - red: '0xf43753' - green: '0xc9d05c' - yellow: '0xffc24b' - blue: '0xb3deef' - magenta: '0xd3b987' - cyan: '0x73cef4' - white: '0xeeeeee' - - # Bright colors - bright: - black: '0x4c4c4c' - red: '0xf43753' - green: '0xc9d05c' - yellow: '0xffc24b' - blue: '0xb3deef' - magenta: '0xd3b987' - cyan: '0x73cef4' - white: '0xfeffff' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Terminal_app.yaml b/Themes/Natura/.config/alacritty/colorschemes/Terminal_app.yaml deleted file mode 100644 index bc2c434..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Terminal_app.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Terminal.app) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xb6b6b6' - - # Normal colors - normal: - black: '0x000000' - red: '0x990000' - green: '0x00a600' - yellow: '0x999900' - blue: '0x0000b2' - magenta: '0xb200b2' - cyan: '0x00a6b2' - white: '0xbfbfbf' - - # Bright colors - bright: - black: '0x666666' - red: '0xe50000' - green: '0x00d900' - yellow: '0xe5e500' - blue: '0x0000ff' - magenta: '0xe500e5' - cyan: '0x00e5e5' - white: '0xe5e5e5' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Thelovelace.yaml b/Themes/Natura/.config/alacritty/colorschemes/Thelovelace.yaml deleted file mode 100644 index 4d73889..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Thelovelace.yaml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1D1F28' - foreground: '0xFDFDFD' - - # Normal colors - normal: - # Bright colors - black: '0x282A36' - red: '0xF37F97' - green: '0x5ADECD' - yellow: '0xF2A272' - blue: '0x8897F4' - magenta: '0xC574DD' - cyan: '0x79E6F3' - white: '0xFDFDFD' - bright: - black: '0x414458' - red: '0xFF4971' - green: '0x18E3C8' - yellow: '0xEBCB8B' - blue: '0xFF8037' - magenta: '0x556FFF' - cyan: '0x3FDCEE' - white: '0xBEBEC1' - indexed_colors: [] diff --git a/Themes/Natura/.config/alacritty/colorschemes/Tokyo_night.yaml b/Themes/Natura/.config/alacritty/colorschemes/Tokyo_night.yaml deleted file mode 100644 index a88fd9b..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Tokyo_night.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night) -# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme -colors: - # Default colors - primary: - background: '0x1a1b26' - foreground: '0xa9b1d6' - - # Normal colors - normal: - black: '0x32344a' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xad8ee6' - cyan: '0x449dab' - white: '0x787c99' - - # Bright colors - bright: - black: '0x444b6a' - red: '0xff7a93' - green: '0xb9f27c' - yellow: '0xff9e64' - blue: '0x7da6ff' - magenta: '0xbb9af7' - cyan: '0x0db9d7' - white: '0xacb0d0' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Tokyo_night_storm.yaml b/Themes/Natura/.config/alacritty/colorschemes/Tokyo_night_storm.yaml deleted file mode 100644 index a64cf4a..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Tokyo_night_storm.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night: Storm variant) -# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme -colors: - # Default colors - primary: - background: '0x24283b' - foreground: '0xa9b1d6' - - # Normal colors - normal: - black: '0x32344a' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xad8ee6' - cyan: '0x449dab' - white: '0x9699a8' - - # Bright colors - bright: - black: '0x444b6a' - red: '0xff7a93' - green: '0xb9f27c' - yellow: '0xff9e64' - blue: '0x7da6ff' - magenta: '0xbb9af7' - cyan: '0x0db9d7' - white: '0xacb0d0' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Tomorrow_night.yaml b/Themes/Natura/.config/alacritty/colorschemes/Tomorrow_night.yaml deleted file mode 100644 index 36bafba..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Tomorrow_night.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Tomorrow Night) -colors: - # Default colors - primary: - background: '0x1d1f21' - foreground: '0xc5c8c6' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x1d1f21' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x1d1f21' - red: '0xcc6666' - green: '0xb5bd68' - yellow: '0xe6c547' - blue: '0x81a2be' - magenta: '0xb294bb' - cyan: '0x70c0ba' - white: '0x373b41' - - # Bright colors - bright: - black: '0x666666' - red: '0xff3334' - green: '0x9ec400' - yellow: '0xf0c674' - blue: '0x81a2be' - magenta: '0xb77ee0' - cyan: '0x54ced6' - white: '0x282a2e' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml b/Themes/Natura/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml deleted file mode 100644 index 55b25d0..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Tomorrow Night Bright) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xeaeaea' - - # Normal colors - normal: - black: '0x000000' - red: '0xd54e53' - green: '0xb9ca4a' - yellow: '0xe6c547' - blue: '0x7aa6da' - magenta: '0xc397d8' - cyan: '0x70c0ba' - white: '0x424242' - - # Bright colors - bright: - black: '0x666666' - red: '0xff3334' - green: '0x9ec400' - yellow: '0xe7c547' - blue: '0x7aa6da' - magenta: '0xb77ee0' - cyan: '0x54ced6' - white: '0x2a2a2a' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Vacuous.yml b/Themes/Natura/.config/alacritty/colorschemes/Vacuous.yml deleted file mode 100644 index 022a7d0..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Vacuous.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x101010' - foreground: '0xd2c5bc' - - # Normal colors - normal: - black: '0x202020' - red: '0xb91e2e' - green: '0x81957c' - yellow: '0xf9bb80' - blue: '0x356579' - magenta: '0x2d2031' - cyan: '0x0b3452' - white: '0x909090' - - # Bright colors - bright: - black: '0x606060' - red: '0xd14548' - green: '0xa7b79a' - yellow: '0xfae3a0' - blue: '0x7491a1' - magenta: '0x87314e' - cyan: '0x0f829d' - white: '0xfff0f0' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Visibone.yml b/Themes/Natura/.config/alacritty/colorschemes/Visibone.yml deleted file mode 100644 index 2315047..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Visibone.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x333333' - foreground: '0xcccccc' - - # Normal colors - normal: - black: '0x666666' - red: '0xcc6699' - green: '0x99cc66' - yellow: '0xcc9966' - blue: '0x6699cc' - magenta: '0x9966cc' - cyan: '0x66cc99' - white: '0xcccccc' - - # Bright colors - bright: - black: '0x999999' - red: '0xff99cc' - green: '0xccff99' - yellow: '0xffcc99' - blue: '0x99ccff' - magenta: '0xcc99ff' - cyan: '0x99ffcc' - white: '0xffffff' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Wombat.yaml b/Themes/Natura/.config/alacritty/colorschemes/Wombat.yaml deleted file mode 100644 index 844e65f..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Wombat.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Wombat) -colors: - # Default colors - primary: - background: '0x1f1f1f' - foreground: '0xe5e1d8' - - # Normal colors - normal: - black: '0x000000' - red: '0xf7786d' - green: '0xbde97c' - yellow: '0xefdfac' - blue: '0x6ebaf8' - magenta: '0xef88ff' - cyan: '0x90fdf8' - white: '0xe5e1d8' - - # Bright colors - bright: - black: '0xb4b4b4' - red: '0xf99f92' - green: '0xe3f7a1' - yellow: '0xf2e9bf' - blue: '0xb3d2ff' - magenta: '0xe5bdff' - cyan: '0xc2fefa' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Natura/.config/alacritty/colorschemes/Xterm.yaml b/Themes/Natura/.config/alacritty/colorschemes/Xterm.yaml deleted file mode 100644 index 7f336e4..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Xterm.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# XTerm's default colors -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xffffff' - # Normal colors - normal: - black: '0x000000' - red: '0xcd0000' - green: '0x00cd00' - yellow: '0xcdcd00' - blue: '0x0000ee' - magenta: '0xcd00cd' - cyan: '0x00cdcd' - white: '0xe5e5e5' - - # Bright colors - bright: - black: '0x7f7f7f' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x5c5cff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' diff --git a/Themes/Natura/.config/alacritty/colorschemes/Yousai.yml b/Themes/Natura/.config/alacritty/colorschemes/Yousai.yml deleted file mode 100644 index 292bedf..0000000 --- a/Themes/Natura/.config/alacritty/colorschemes/Yousai.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0xf5e7de' - foreground: '0x34302d' - - # Normal colors - normal: - black: '0x666661' - red: '0x992e2e' - green: '0x4c3226' - yellow: '0xa67c53' - blue: '0x4c7399' - magenta: '0xbf9986' - cyan: '0xd97742' - white: '0x34302d' - - # Bright colors - bright: - black: '0x7f7f7a' - red: '0xb23636' - green: '0x664233' - yellow: '0xbf8f60' - blue: '0x5986b2' - magenta: '0xd9ae98' - cyan: '0xf2854a' - white: '0x4c4742' diff --git a/Themes/Natura/.config/alacritty/fonts.yml b/Themes/Natura/.config/alacritty/fonts.yml old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/cava/config b/Themes/Natura/.config/cava/config old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/dunst/dunstrc b/Themes/Natura/.config/dunst/dunstrc old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/picom/picom.conf b/Themes/Natura/.config/picom/picom.conf old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/1.png b/Themes/Natura/.config/qtile/Assets/1.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/2.png b/Themes/Natura/.config/qtile/Assets/2.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/3.png b/Themes/Natura/.config/qtile/Assets/3.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/4.png b/Themes/Natura/.config/qtile/Assets/4.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/5.png b/Themes/Natura/.config/qtile/Assets/5.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/6.png b/Themes/Natura/.config/qtile/Assets/6.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Battery/battery-caution-charging.png b/Themes/Natura/.config/qtile/Assets/Battery/battery-caution-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Battery/battery-caution.png b/Themes/Natura/.config/qtile/Assets/Battery/battery-caution.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Battery/battery-full-charged.png b/Themes/Natura/.config/qtile/Assets/Battery/battery-full-charged.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Battery/battery-full-charging.png b/Themes/Natura/.config/qtile/Assets/Battery/battery-full-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Battery/battery-full.png b/Themes/Natura/.config/qtile/Assets/Battery/battery-full.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Battery/battery-good-charging.png b/Themes/Natura/.config/qtile/Assets/Battery/battery-good-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Battery/battery-good.png b/Themes/Natura/.config/qtile/Assets/Battery/battery-good.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Battery/battery-low-charging.png b/Themes/Natura/.config/qtile/Assets/Battery/battery-low-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Battery/battery-low.png b/Themes/Natura/.config/qtile/Assets/Battery/battery-low.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Battery/battery-missing.png b/Themes/Natura/.config/qtile/Assets/Battery/battery-missing.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Misc/clock.png b/Themes/Natura/.config/qtile/Assets/Misc/clock.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Misc/ram.png b/Themes/Natura/.config/qtile/Assets/Misc/ram.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Volume/audio-volume-high.png b/Themes/Natura/.config/qtile/Assets/Volume/audio-volume-high.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Volume/audio-volume-low.png b/Themes/Natura/.config/qtile/Assets/Volume/audio-volume-low.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Volume/audio-volume-medium.png b/Themes/Natura/.config/qtile/Assets/Volume/audio-volume-medium.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/Volume/audio-volume-muted.png b/Themes/Natura/.config/qtile/Assets/Volume/audio-volume-muted.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/launch_Icon.png b/Themes/Natura/.config/qtile/Assets/launch_Icon.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/layout.png b/Themes/Natura/.config/qtile/Assets/layout.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/Assets/search.png b/Themes/Natura/.config/qtile/Assets/search.png old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/qtile/autostart_once.sh b/Themes/Natura/.config/qtile/autostart_once.sh old mode 100644 new mode 100755 index 91f2e00..ff25ca5 --- a/Themes/Natura/.config/qtile/autostart_once.sh +++ b/Themes/Natura/.config/qtile/autostart_once.sh @@ -1,11 +1,8 @@ -#!/usr/bin/bash +#!/bin/bash + +# Apply wallpaper using wal wal -i ~/Wallpaper/claudio-testa-FrlCwXwbwkk-unsplash.jpg && -sleep 4 && + +# Start picom picom --config ~/.config/picom/picom.conf & -## AUTO START APPLICATIONS/sCRIPTS -# examples: -#chromium & -#pactl set-sink-port 0 analog-output-headphones & -##ADD YOUT STUFF BELOW! - diff --git a/Themes/Natura/.config/qtile/config.py b/Themes/Natura/.config/qtile/config.py old mode 100644 new mode 100755 index 3da2fec..b9db272 --- a/Themes/Natura/.config/qtile/config.py +++ b/Themes/Natura/.config/qtile/config.py @@ -501,15 +501,12 @@ floating_layout = layout.Floating( -from libqtile import hook -# some other imports import os import subprocess # stuff @hook.subscribe.startup_once -def autostart_once(): - subprocess.run('~/.config/qtile/autostart_once.sh') - subprocess.call([home]) +def autostart(): + subprocess.call([os.path.expanduser('~/.config/qtile/autostart_once.sh')]) auto_fullscreen = True focus_on_window_activation = "smart" diff --git a/Themes/Natura/.config/rofi/config.rasi b/Themes/Natura/.config/rofi/config.rasi old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/rofi/power.rasi b/Themes/Natura/.config/rofi/power.rasi old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/rofi/scripts/Everforest b/Themes/Natura/.config/rofi/scripts/Everforest old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/rofi/scripts/Natura b/Themes/Natura/.config/rofi/scripts/Natura old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/rofi/scripts/Sakura b/Themes/Natura/.config/rofi/scripts/Sakura old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/Extensions/adblock.js b/Themes/Natura/.config/spicetify/Extensions/adblock.js old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/Extensions/dribbblish.js b/Themes/Natura/.config/spicetify/Extensions/dribbblish.js old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/Themes/Dribbblish/README.md b/Themes/Natura/.config/spicetify/Themes/Dribbblish/README.md old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayMedium.woff2 b/Themes/Natura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayMedium.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayRegular.woff2 b/Themes/Natura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayRegular.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/Roboto.woff2 b/Themes/Natura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/Roboto.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/RobotoMedium.woff2 b/Themes/Natura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/RobotoMedium.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/Themes/Dribbblish/color.ini b/Themes/Natura/.config/spicetify/Themes/Dribbblish/color.ini old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/Themes/Dribbblish/dribbblish.js b/Themes/Natura/.config/spicetify/Themes/Dribbblish/dribbblish.js old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/Themes/Dribbblish/images/tracklist-row-song-fallback.svg b/Themes/Natura/.config/spicetify/Themes/Dribbblish/images/tracklist-row-song-fallback.svg old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/Themes/Dribbblish/user.css b/Themes/Natura/.config/spicetify/Themes/Dribbblish/user.css old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/Themes/manifest.json b/Themes/Natura/.config/spicetify/Themes/manifest.json old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/spicetify/config-xpui.ini b/Themes/Natura/.config/spicetify/config-xpui.ini old mode 100644 new mode 100755 diff --git a/Themes/Natura/.config/starship.toml b/Themes/Natura/.config/starship.toml old mode 100644 new mode 100755 diff --git a/Themes/Natura/.zshrc b/Themes/Natura/.zshrc old mode 100644 new mode 100755 diff --git a/Themes/Natura/Wallpaper/claudio-testa-FrlCwXwbwkk-unsplash.jpg b/Themes/Natura/Wallpaper/claudio-testa-FrlCwXwbwkk-unsplash.jpg old mode 100644 new mode 100755 diff --git a/Themes/Natura/Wallpaper/pexels-elijah-o'donnell-3473569 (1).jpg b/Themes/Natura/Wallpaper/pexels-elijah-o'donnell-3473569 (1).jpg old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/alacritty/alacritty.yml b/Themes/Sakura/.config/alacritty/alacritty.yml old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/alacritty/colors.yml b/Themes/Sakura/.config/alacritty/colors.yml old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Afterglow.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Afterglow.yaml deleted file mode 100644 index 44a97d8..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Afterglow.yaml +++ /dev/null @@ -1,48 +0,0 @@ -colors: - # Default colors - primary: - background: '0x2c2c2c' - foreground: '0xd6d6d6' - - dim_foreground: '0xdbdbdb' - bright_foreground: '0xd9d9d9' - dim_background: '0x202020' # not sure - bright_background: '0x3a3a3a' # not sure - - # Cursor colors - cursor: - text: '0x2c2c2c' - cursor: '0xd9d9d9' - - # Normal colors - normal: - black: '0x1c1c1c' - red: '0xbc5653' - green: '0x909d63' - yellow: '0xebc17a' - blue: '0x7eaac7' - magenta: '0xaa6292' - cyan: '0x86d3ce' - white: '0xcacaca' - - # Bright colors - bright: - black: '0x636363' - red: '0xbc5653' - green: '0x909d63' - yellow: '0xebc17a' - blue: '0x7eaac7' - magenta: '0xaa6292' - cyan: '0x86d3ce' - white: '0xf7f7f7' - - # Dim colors - dim: - black: '0x232323' - red: '0x74423f' - green: '0x5e6547' - yellow: '0x8b7653' - blue: '0x556b79' - magenta: '0x6e4962' - cyan: '0x5c8482' - white: '0x828282' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Argonaut.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Argonaut.yaml deleted file mode 100644 index db7678b..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Argonaut.yaml +++ /dev/null @@ -1,32 +0,0 @@ -colors: - # Default colors - primary: - background: '0x292C3E' - foreground: '0xEBEBEB' - - # Cursor colors - cursor: - text: '0xFF261E' - cursor: '0xFF261E' - - # Normal colors - normal: - black: '0x0d0d0d' - red: '0xFF301B' - green: '0xA0E521' - yellow: '0xFFC620' - blue: '0x1BA6FA' - magenta: '0x8763B8' - cyan: '0x21DEEF' - white: '0xEBEBEB' - - # Bright colors - bright: - black: '0x6D7070' - red: '0xFF4352' - green: '0xB8E466' - yellow: '0xFFD750' - blue: '0x1BA6FA' - magenta: '0xA578EA' - cyan: '0x73FBF1' - white: '0xFEFEF8' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Ayu_dark.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Ayu_dark.yaml deleted file mode 100644 index c0fa142..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Ayu_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Ayu Dark) -colors: - # Default colors - primary: - background: '0x0A0E14' - foreground: '0xB3B1AD' - - # Normal colors - normal: - black: '0x01060E' - red: '0xEA6C73' - green: '0x91B362' - yellow: '0xF9AF4F' - blue: '0x53BDFA' - magenta: '0xFAE994' - cyan: '0x90E1C6' - white: '0xC7C7C7' - - # Bright colors - bright: - black: '0x686868' - red: '0xF07178' - green: '0xC2D94C' - yellow: '0xFFB454' - blue: '0x59C2FF' - magenta: '0xFFEE99' - cyan: '0x95E6CB' - white: '0xFFFFFF' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Base16_default_dark.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Base16_default_dark.yaml deleted file mode 100644 index 28aa143..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Base16_default_dark.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Base16 Default Dark) -colors: - # Default colors - primary: - background: '0x181818' - foreground: '0xd8d8d8' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xd8d8d8' - cursor: '0xd8d8d8' - - # Normal colors - normal: - black: '0x181818' - red: '0xab4642' - green: '0xa1b56c' - yellow: '0xf7ca88' - blue: '0x7cafc2' - magenta: '0xba8baf' - cyan: '0x86c1b9' - white: '0xd8d8d8' - - # Bright colors - bright: - black: '0x585858' - red: '0xab4642' - green: '0xa1b56c' - yellow: '0xf7ca88' - blue: '0x7cafc2' - magenta: '0xba8baf' - cyan: '0x86c1b9' - white: '0xf8f8f8' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Blood_moon.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Blood_moon.yaml deleted file mode 100644 index 9ae3be1..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Blood_moon.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Blood Moon) -colors: - # Default colors - primary: - background: '0x10100E' - foreground: '0xC6C6C4' - - # Normal colors - normal: - black: '0x10100E' - red: '0xC40233' - green: '0x009F6B' - yellow: '0xFFD700' - blue: '0x0087BD' - magenta: '0x9A4EAE' - cyan: '0x20B2AA' - white: '0xC6C6C4' - - # Bright colors - bright: - black: '0x696969' - red: '0xFF2400' - green: '0x03C03C' - yellow: '0xFDFF00' - blue: '0x007FFF' - magenta: '0xFF1493' - cyan: '0x00CCCC' - white: '0xFFFAFA' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Breeze.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Breeze.yaml deleted file mode 100644 index 62bad22..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Breeze.yaml +++ /dev/null @@ -1,44 +0,0 @@ -# KDE Breeze (Ported from Konsole) -colors: - # Default colors - primary: - background: '0x232627' - foreground: '0xfcfcfc' - - dim_foreground: '0xeff0f1' - bright_foreground: '0xffffff' - dim_background: '0x31363b' - bright_background: '0x000000' - - # Normal colors - normal: - black: '0x232627' - red: '0xed1515' - green: '0x11d116' - yellow: '0xf67400' - blue: '0x1d99f3' - magenta: '0x9b59b6' - cyan: '0x1abc9c' - white: '0xfcfcfc' - - # Bright colors - bright: - black: '0x7f8c8d' - red: '0xc0392b' - green: '0x1cdc9a' - yellow: '0xfdbc4b' - blue: '0x3daee9' - magenta: '0x8e44ad' - cyan: '0x16a085' - white: '0xffffff' - - # Dim colors - dim: - black: '0x31363b' - red: '0x783228' - green: '0x17a262' - yellow: '0xb65619' - blue: '0x1b668f' - magenta: '0x614a73' - cyan: '0x186c60' - white: '0x63686d' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Bright.yml b/Themes/Sakura/.config/alacritty/colorschemes/Bright.yml deleted file mode 100644 index 6c2c0d2..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Bright.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0xf3f3f3' - foreground: '0x707070' - - # Normal colors - normal: - black: '0xd3d3d3' - red: '0xef6b7b' - green: '0xa1d569' - yellow: '0xf59335' - blue: '0x4ec2e8' - magenta: '0xfec7cd' - cyan: '0x95c1c0' - white: '0x707070' - - # Bright colors - bright: - black: '0xb3b3b3' - red: '0xed5466' - green: '0xafdb80' - yellow: '0xf59335' - blue: '0x5dc7ea' - magenta: '0xd2a4b4' - cyan: '0x75a1a0' - white: '0x909090' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Campbell.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Campbell.yaml deleted file mode 100644 index 95dba05..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Campbell.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Campbell (Windows 10 default) -colors: - # Default colors - primary: - background: '0x0c0c0c' - foreground: '0xcccccc' - - # Normal colors - normal: - black: '0x0c0c0c' - red: '0xc50f1f' - green: '0x13a10e' - yellow: '0xc19c00' - blue: '0x0037da' - magenta: '0x881798' - cyan: '0x3a96dd' - white: '0xcccccc' - - # Bright colors - bright: - black: '0x767676' - red: '0xe74856' - green: '0x16c60c' - yellow: '0xf9f1a5' - blue: '0x3b78ff' - magenta: '0xb4009e' - cyan: '0x61d6d6' - white: '0xf2f2f2' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Challenger_deep.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Challenger_deep.yaml deleted file mode 100644 index 4030163..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Challenger_deep.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Challenger Deep) -colors: - # Default colors - primary: - background: '0x1e1c31' - foreground: '0xcbe1e7' - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xff271d' - cursor: '0xfbfcfc' - # Normal colors - normal: - black: '0x141228' - red: '0xff5458' - green: '0x62d196' - yellow: '0xffb378' - blue: '0x65b2ff' - magenta: '0x906cff' - cyan: '0x63f2f1' - white: '0xa6b3cc' - # Bright colors - bright: - black: '0x565575' - red: '0xff8080' - green: '0x95ffa4' - yellow: '0xffe9aa' - blue: '0x91ddff' - magenta: '0xc991e1' - cyan: '0xaaffe4' - white: '0xcbe3e7' - diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Cobalt2.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Cobalt2.yaml deleted file mode 100644 index 576a502..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Cobalt2.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# From the famous Cobalt2 sublime theme -# Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2 -colors: - # Default colors - primary: - background: '0x122637' - foreground: '0xffffff' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x122637' - cursor: '0xf0cb09' - - # Normal colors - normal: - black: '0x000000' - red: '0xff0000' - green: '0x37dd21' - yellow: '0xfee409' - blue: '0x1460d2' - magenta: '0xff005d' - cyan: '0x00bbbb' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x545454' - red: '0xf40d17' - green: '0x3bcf1d' - yellow: '0xecc809' - blue: '0x5555ff' - magenta: '0xff55ff' - cyan: '0x6ae3f9' - white: '0xffffff' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Cyber_punk_neon.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Cyber_punk_neon.yaml deleted file mode 100644 index 5292ddd..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Cyber_punk_neon.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# Cyber Punk Neon -# Source: https://github.com/Roboron3042/Cyberpunk-Neon -colors: - # Default colors - primary: - background: "0x000b1e" - foreground: "0x0abdc6" - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: "0x000b1e" - cursor: "0x0abdc6" - - # Normal colors - normal: - black: "0x123e7c" - red: "0xff0000" - green: "0xd300c4" - yellow: "0xf57800" - blue: "0x123e7c" - magenta: "0x711c91" - cyan: "0x0abdc6" - white: "0xd7d7d5" - - # Bright colors - bright: - black: "0x1c61c2" - red: "0xff0000" - green: "0xd300c4" - yellow: "0xf57800" - blue: "0x00ff00" - magenta: "0x711c91" - cyan: "0x0abdc6" - white: "0xd7d7d5" diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Dark_pastels.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Dark_pastels.yaml deleted file mode 100644 index 97eb7f9..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Dark_pastels.yaml +++ /dev/null @@ -1,29 +0,0 @@ - -# Colors (Konsole's Dark Pastels) -colors: - # Default colors - primary: - background: '0x2C2C2C' - foreground: '0xDCDCCC' - - # Normal colors - normal: - black: '0x3F3F3F' - red: '0x705050' - green: '0x60B48A' - yellow: '0xDFAF8F' - blue: '0x9AB8D7' - magenta: '0xDC8CC3' - cyan: '0x8CD0D3' - white: '0xDCDCCC' - - # Bright colors - bright: - black: '0x709080' - red: '0xDCA3A3' - green: '0x72D5A3' - yellow: '0xF0DFAF' - blue: '0x94BFF3' - magenta: '0xEC93D3' - cyan: '0x93E0E3' - white: '0xFFFFFF' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Dawn.yml b/Themes/Sakura/.config/alacritty/colorschemes/Dawn.yml deleted file mode 100644 index d6dab0a..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Dawn.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x181b20' - foreground: '0x9b9081' - - # Normal colors - normal: - black: '0x353535' - red: '0x744b40' - green: '0x6d6137' - yellow: '0x765636' - blue: '0x61564b' - magenta: '0x6b4a49' - cyan: '0x435861' - white: '0xb3b3b3' - - # Bright colors - bright: - black: '0x5f5f5f' - red: '0x785850' - green: '0x6f6749' - yellow: '0x776049' - blue: '0x696057' - magenta: '0x6f5a59' - cyan: '0x525f66' - white: '0xcdcdcd' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Doom_one.yml b/Themes/Sakura/.config/alacritty/colorschemes/Doom_one.yml deleted file mode 100644 index cdbdaf4..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Doom_one.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Colors (Doom One) -colors: - # Default colors - primary: - background: '0x282c34' - foreground: '0xbbc2cf' - - # Normal colors - normal: - black: '0x282c34' - red: '0xff6c6b' - green: '0x98be65' - yellow: '0xecbe7b' - blue: '0x51afef' - magenta: '0xc678dd' - cyan: '0x46d9ff' - white: '0xbbc2cf' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Dracula.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Dracula.yaml deleted file mode 100644 index f5026c1..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Dracula.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Dracula) -colors: - # Default colors - primary: - background: '0x282a36' - foreground: '0xf8f8f2' - - # Normal colors - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x555555' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xf1fa8c' - blue: '0xcaa9fa' - magenta: '0xff79c6' - cyan: '0x8be9fd' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Erosion.yml b/Themes/Sakura/.config/alacritty/colorschemes/Erosion.yml deleted file mode 100644 index 133fc4c..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Erosion.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x181512' - foreground: '0xbea492' - - # Normal colors - normal: - black: '0x332d29' - red: '0x8c644c' - green: '0x746c48' - yellow: '0x908a66' - blue: '0x646a6d' - magenta: '0x605655' - cyan: '0x4b5c5e' - white: '0x504339' - - # Bright colors - bright: - black: '0x817267' - red: '0x9f7155' - green: '0x857b52' - yellow: '0x9c956e' - blue: '0x71777a' - magenta: '0x656565' - cyan: '0x556d70' - white: '0x9a875f' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Falcon.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Falcon.yaml deleted file mode 100644 index 33c267b..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Falcon.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# falcon colorscheme for alacritty -# by fenetikm, https://github.com/fenetikm/falcon -colors: - # Default colors - primary: - background: '0x020221' - foreground: '0xb4b4b9' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x020221' - cursor: '0xffe8c0' - - # Normal colors - normal: - black: '0x000004' - red: '0xff3600' - green: '0x718e3f' - yellow: '0xffc552' - blue: '0x635196' - magenta: '0xff761a' - cyan: '0x34bfa4' - white: '0xb4b4b9' - - # Bright colors - bright: - black: '0x020221' - red: '0xff8e78' - green: '0xb1bf75' - yellow: '0xffd392' - blue: '0x99a4bc' - magenta: '0xffb07b' - cyan: '0x8bccbf' - white: '0xf8f8ff' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Flat_remix.yml b/Themes/Sakura/.config/alacritty/colorschemes/Flat_remix.yml deleted file mode 100644 index 5105553..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Flat_remix.yml +++ /dev/null @@ -1,25 +0,0 @@ -colors: - primary: - background: '0x272a34' - foreground: '0xFFFFFF' - - normal: - black: '0x1F2229' - red: '0xEC0101' - green: '0x47D4B9' - yellow: '0xFF8A18' - blue: '0x277FFF' - magenta: '0xD71655' - cyan: '0x05A1F7' - white: '0xFFFFFF' - - - bright: - black: '0x1F2229' - red: '0xD41919' - green: '0x5EBDAB' - yellow: '0xFEA44C' - blue: '0x367bf0' - magenta: '0xBF2E5D' - cyan: '0x49AEE6' - white: '0xFFFFFF' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Gotham.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Gotham.yaml deleted file mode 100644 index f58f9a3..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Gotham.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Gotham) -colors: - # Default colors - primary: - background: '0x0a0f14' - foreground: '0x98d1ce' - - # Normal colors - normal: - black: '0x0a0f14' - red: '0xc33027' - green: '0x26a98b' - yellow: '0xedb54b' - blue: '0x195465' - magenta: '0x4e5165' - cyan: '0x33859d' - white: '0x98d1ce' - - # Bright colors - bright: - black: '0x10151b' - red: '0xd26939' - green: '0x081f2d' - yellow: '0x245361' - blue: '0x093748' - magenta: '0x888ba5' - cyan: '0x599caa' - white: '0xd3ebe9' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Gruvbox_dark.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Gruvbox_dark.yaml deleted file mode 100644 index d9c604f..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Gruvbox_dark.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox dark) -colors: - # Default colors - primary: - # hard contrast: background = '0x1d2021' - background: '0x282828' - # soft contrast: background = '0x32302f' - foreground: '0xebdbb2' - - # Normal colors - normal: - black: '0x282828' - red: '0xcc241d' - green: '0x98971a' - yellow: '0xd79921' - blue: '0x458588' - magenta: '0xb16286' - cyan: '0x689d6a' - white: '0xa89984' - - # Bright colors - bright: - black: '0x928374' - red: '0xfb4934' - green: '0xb8bb26' - yellow: '0xfabd2f' - blue: '0x83a598' - magenta: '0xd3869b' - cyan: '0x8ec07c' - white: '0xebdbb2' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Gruvbox_light.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Gruvbox_light.yaml deleted file mode 100644 index d679c3c..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Gruvbox_light.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox light) -colors: - # Default colors - primary: - # hard contrast: background = '0xf9f5d7' - background: '0xfbf1c7' - # soft contrast: background = '0xf2e5bc' - foreground: '0x3c3836' - - # Normal colors - normal: - black: '0xfbf1c7' - red: '0xcc241d' - green: '0x98971a' - yellow: '0xd79921' - blue: '0x458588' - magenta: '0xb16286' - cyan: '0x689d6a' - white: '0x7c6f64' - - # Bright colors - bright: - black: '0x928374' - red: '0x9d0006' - green: '0x79740e' - yellow: '0xb57614' - blue: '0x076678' - magenta: '0x8f3f71' - cyan: '0x427b58' - white: '0x3c3836' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Gruvbox_material.yml b/Themes/Sakura/.config/alacritty/colorschemes/Gruvbox_material.yml deleted file mode 100644 index 397b03f..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Gruvbox_material.yml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Gruvbox Material Dark Medium) -colors: - primary: - background: '0x282828' - foreground: '0xdfbf8e' - - normal: - black: '0x665c54' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe78a4e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - - bright: - black: '0x928374' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe3a84e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - diff --git a/Themes/Sakura/.config/alacritty/colorschemes/High_contrast.yaml b/Themes/Sakura/.config/alacritty/colorschemes/High_contrast.yaml deleted file mode 100644 index cd4cdb7..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/High_contrast.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (High Contrast) -colors: - # Default colors - primary: - background: '0x444444' - foreground: '0xdddddd' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xaaaaaa' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x0000ff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' - - # Bright colors - bright: - black: '0x000000' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x0000ff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Horizon_dark.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Horizon_dark.yaml deleted file mode 100644 index d6e29fd..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Horizon_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Horizon Dark) -colors: - # Primary colors - primary: - background: '0x1c1e26' - foreground: '0xe0e0e0' - - # Normal colors - normal: - black: '0x16161c' - red: '0xe95678' - green: '0x29d398' - yellow: '0xfab795' - blue: '0x26bbd9' - magenta: '0xee64ac' - cyan: '0x59e1e3' - white: '0xd5d8da' - - # Bright colors - bright: - black: '0x5b5858' - red: '0xec6a88' - green: '0x3fdaa4' - yellow: '0xfbc3a7' - blue: '0x3fc4de' - magenta: '0xf075b5' - cyan: '0x6be4e6' - white: '0xd5d8da' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Hund.yml b/Themes/Sakura/.config/alacritty/colorschemes/Hund.yml deleted file mode 100644 index 5713876..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Hund.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x161616' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x222222' - red: '0xe84f4f' - green: '0xb7ce42' - yellow: '0xfea63c' - blue: '0x66aabb' - magenta: '0xb7416e' - cyan: '0x6d878d' - white: '0xdddddd' - - # Bright colors - bright: - black: '0x666666' - red: '0xd23d3d' - green: '0xbde077' - yellow: '0xffe863' - blue: '0xaaccbb' - magenta: '0xe16a98' - cyan: '0x42717b' - white: '0xcccccc' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Hybrid.yml b/Themes/Sakura/.config/alacritty/colorschemes/Hybrid.yml deleted file mode 100644 index ed246f6..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Hybrid.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1d1f21' - foreground: '0xc5c8c6' - - # Normal colors - normal: - black: '0x282a2e' - red: '0xa54242' - green: '0x8c9440' - yellow: '0xde935f' - blue: '0x5f819d' - magenta: '0x85678f' - cyan: '0x5e8d87' - white: '0x707880' - - # Bright colors - bright: - black: '0x373b41' - red: '0xcc6666' - green: '0xb5bd68' - yellow: '0xf0c674' - blue: '0x81a2be' - magenta: '0xb294bb' - cyan: '0x8abeb7' - white: '0xc5c8c6' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Hyper.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Hyper.yaml deleted file mode 100644 index 5b84d66..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Hyper.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Hyper) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xffffff' - cursor: - text: '0xF81CE5' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xfe0100' - green: '0x33ff00' - yellow: '0xfeff00' - blue: '0x0066ff' - magenta: '0xcc00ff' - cyan: '0x00ffff' - white: '0xd0d0d0' - - # Bright colors - bright: - black: '0x808080' - red: '0xfe0100' - green: '0x33ff00' - yellow: '0xfeff00' - blue: '0x0066ff' - magenta: '0xcc00ff' - cyan: '0x00ffff' - white: '0xFFFFFF' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Invisibone.yml b/Themes/Sakura/.config/alacritty/colorschemes/Invisibone.yml deleted file mode 100644 index dfbf7c5..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Invisibone.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x232323' - foreground: '0xa0a0a0' - - # Normal colors - normal: - black: '0x303030' - red: '0xd370a3' - green: '0x6d9e3f' - yellow: '0xb58858' - blue: '0x6095c5' - magenta: '0xac7bde' - cyan: '0x3ba275' - white: '0xcfcfcf' - - # Bright colors - bright: - black: '0x686868' - red: '0xffa7da' - green: '0xa3d572' - yellow: '0xefbd8b' - blue: '0x98cbfe' - magenta: '0xe5b0ff' - cyan: '0x75daa9' - white: '0xffffff' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Iterm.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Iterm.yaml deleted file mode 100644 index 2c31223..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Iterm.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (iTerm 2 default theme) -colors: - # Default colors - primary: - background: '0x101421' - foreground: '0xfffbf6' - - # Normal colors - normal: - black: '0x2e2e2e' - red: '0xeb4129' - green: '0xabe047' - yellow: '0xf6c744' - blue: '0x47a0f3' - magenta: '0x7b5cb0' - cyan: '0x64dbed' - white: '0xe5e9f0' - - # Bright colors - bright: - black: '0x565656' - red: '0xec5357' - green: '0xc0e17d' - yellow: '0xf9da6a' - blue: '0x49a4f8' - magenta: '0xa47de9' - cyan: '0x99faf2' - white: '0xffffff' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Jmbi.yml b/Themes/Sakura/.config/alacritty/colorschemes/Jmbi.yml deleted file mode 100644 index 945a3ff..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Jmbi.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1e1e1e' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x5a7260' - red: '0x8f423c' - green: '0xbbbb88' - yellow: '0xf9d25b' - blue: '0xe0ba69' - magenta: '0x709289' - cyan: '0xd13516' - white: '0xefe2e0' - - # Bright colors - bright: - black: '0x8da691' - red: '0xeeaa88' - green: '0xccc68d' - yellow: '0xeedd99' - blue: '0xc9b957' - magenta: '0xffcbab' - cyan: '0xc25431' - white: '0xf9f1ed' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Kasugano.yml b/Themes/Sakura/.config/alacritty/colorschemes/Kasugano.yml deleted file mode 100644 index 33f3f67..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Kasugano.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1b1b1b' - foreground: '0xffffff' - - # Normal colors - normal: - black: '0x3d3d3d' - red: '0x6673bf' - green: '0x3ea290' - yellow: '0xb0ead9' - blue: '0x31658c' - magenta: '0x596196' - cyan: '0x8292b2' - white: '0xc8cacc' - - # Bright colors - bright: - black: '0x4d4d4d' - red: '0x899aff' - green: '0x52ad91' - yellow: '0x98c9bb' - blue: '0x477ab3' - magenta: '0x7882bf' - cyan: '0x95a7cc' - white: '0xedeff2' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Konsole_linux.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Konsole_linux.yaml deleted file mode 100644 index b4f3e2f..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Konsole_linux.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# Color theme ported from Konsole: Linux colors -colors: - primary: - foreground: '0xe3e3e3' - bright_foreground: '0xffffff' - dim_foreground: '0xe3e3e3' - background: '0x1f1f1f' - bright_background: '0x686868' # not sure - dim_background: '0x1f1f1f' # not sure - - cursor: - text: '0x191622' - cursor: '0xf8f8f2' - - search: - matches: - foreground: '0xb2b2b2' - background: '0xb26818' - focused_match: - foreground: CellBackground - background: CellForeground - - normal: - black: '0x000000' - red: '0xb21818' - green: '0x18b218' - yellow: '0xb26818' - blue: '0x1818b2' - magenta: '0xb218b2' - cyan: '0x18b2b2' - white: '0xb2b2b2' - - bright: - black: '0x686868' - red: '0xff5454' - green: '0x54ff54' - yellow: '0xffff54' - blue: '0x5454ff' - magenta: '0xff54ff' - cyan: '0x54ffff' - white: '0xffffff' - - dim: - black: '0x000000' - red: '0xb21818' - green: '0x18b218' - yellow: '0xb26818' - blue: '0x1818b2' - magenta: '0xb218b2' - cyan: '0x18b2b2' - white: '0xb2b2b2' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Low_contrast.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Low_contrast.yaml deleted file mode 100644 index 35bbb4e..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Low_contrast.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Dim) -colors: - # Default colors - primary: - background: '0x333333' - foreground: '0xdddddd' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0xaaaaaa' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x000000' - red: '0xbb0000' - green: '0x00bb00' - yellow: '0xbbbb00' - blue: '0x0000bb' - magenta: '0xbb00bb' - cyan: '0x00bbbb' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x000000' - red: '0xbb0000' - green: '0x00bb00' - yellow: '0xbbbb00' - blue: '0x0000bb' - magenta: '0xbb00bb' - cyan: '0x00bbbb' - white: '0xbbbbbb' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Material_theme.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Material_theme.yaml deleted file mode 100644 index 400c5f6..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Material_theme.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) -colors: - # Default colors - primary: - background: '0x1e282d' - foreground: '0xc4c7d1' - - # Normal colors - normal: - black: '0x666666' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x80cbc4' - magenta: '0xff2f90' - cyan: '0xaeddff' - white: '0xffffff' - - # Bright colors - bright: - black: '0xff262b' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x7dc6bf' - magenta: '0x6c71c4' - cyan: '0x35434d' - white: '0xffffff' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Material_theme_mod.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Material_theme_mod.yaml deleted file mode 100644 index cb68fbd..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Material_theme_mod.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) -colors: - # Default colors - primary: - background: '0x1e282d' - foreground: '0xc4c7d1' - - # Normal colors - normal: - black: '0x666666' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x80cbc4' - magenta: '0xff2f90' - cyan: '0xaeddff' - white: '0xffffff' - - # Bright colors - bright: - black: '0xa1a1a1' - red: '0xeb606b' - green: '0xc3e88d' - yellow: '0xf7eb95' - blue: '0x7dc6bf' - magenta: '0x6c71c4' - cyan: '0x35434d' - white: '0xffffff' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Monokai.yml b/Themes/Sakura/.config/alacritty/colorschemes/Monokai.yml deleted file mode 100644 index 7600a5f..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Monokai.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x272822' - foreground: '0xf1ebeb' - - # Normal colors - normal: - black: '0x48483e' - red: '0xdc2566' - green: '0x8fc029' - yellow: '0xd4c96e' - blue: '0x55bcce' - magenta: '0x9358fe' - cyan: '0x56b7a5' - white: '0xacada1' - - # Bright colors - bright: - black: '0x76715e' - red: '0xfa2772' - green: '0xa7e22e' - yellow: '0xe7db75' - blue: '0x66d9ee' - magenta: '0xae82ff' - cyan: '0x66efd5' - white: '0xcfd0c2' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Navy.yml b/Themes/Sakura/.config/alacritty/colorschemes/Navy.yml deleted file mode 100644 index 07d2fe4..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Navy.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x021b21' - foreground: '0xe8dfd6' - - # Normal colors - normal: - black: '0x032c36' - red: '0xc2454e' - green: '0x7cbf9e' - yellow: '0x8a7a63' - blue: '0x2e3340' - magenta: '0xff5879' - cyan: '0x44b5b1' - white: '0xf2f1b9' - - # Bright colors - bright: - black: '0x065f73' - red: '0xef5847' - green: '0xa2d9b1' - yellow: '0xbeb090' - blue: '0x61778d' - magenta: '0xff99a1' - cyan: '0x9ed9d8' - white: '0xf6f6c9' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Nord.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Nord.yaml deleted file mode 100644 index 4e8d093..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Nord.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Nord) -colors: - # Default colors - primary: - background: '0x2E3440' - foreground: '0xD8DEE9' - - # Normal colors - normal: - black: '0x3B4252' - red: '0xBF616A' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x88C0D0' - white: '0xE5E9F0' - - # Bright colors - bright: - black: '0x4C566A' - red: '0xBF616A' - green: '0xA3BE8C' - yellow: '0xEBCB8B' - blue: '0x81A1C1' - magenta: '0xB48EAD' - cyan: '0x8FBCBB' - white: '0xECEFF4' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Oceanic_next.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Oceanic_next.yaml deleted file mode 100644 index 9bad83f..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Oceanic_next.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Oceanic Next) -colors: - # Default colors - primary: - background: '0x1b2b34' - foreground: '0xd8dee9' - - # Normal colors - normal: - black: '0x29414f' - red: '0xec5f67' - green: '0x99c794' - yellow: '0xfac863' - blue: '0x6699cc' - magenta: '0xc594c5' - cyan: '0x5fb3b3' - white: '0x65737e' - - # Bright colors - bright: - black: '0x405860' - red: '0xec5f67' - green: '0x99c794' - yellow: '0xfac863' - blue: '0x6699cc' - magenta: '0xc594c5' - cyan: '0x5fb3b3' - white: '0xadb5c0' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Omni.yml b/Themes/Sakura/.config/alacritty/colorschemes/Omni.yml deleted file mode 100644 index 91570e1..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Omni.yml +++ /dev/null @@ -1,38 +0,0 @@ -colors: - primary: - background: '0x191622' - foreground: '0xe1e1e6' - - cursor: - text: '0x191622' - cursor: '0xf8f8f2' - - normal: - black: '0x000000' - red: '0xff5555' - green: '0x50fa7b' - yellow: '0xeffa78' - blue: '0xbd93f9' - magenta: '0xff79c6' - cyan: '0x8d79ba' - white: '0xbfbfbf' - - bright: - black: '0x4d4d4d' - red: '0xff6e67' - green: '0x5af78e' - yellow: '0xeaf08d' - blue: '0xcaa9fa' - magenta: '0xff92d0' - cyan: '0xaa91e3' - white: '0xe6e6e6' - - dim: - black: '0x000000' - red: '0xa90000' - green: '0x049f2b' - yellow: '0xa3b106' - blue: '0x530aba' - magenta: '0xbb006b' - cyan: '0x433364' - white: '0x5f5f5f' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/One_dark.yaml b/Themes/Sakura/.config/alacritty/colorschemes/One_dark.yaml deleted file mode 100644 index a54e040..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/One_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (One Dark) -colors: - # Default colors - primary: - background: '0x1e2127' - foreground: '0xabb2bf' - - # Normal colors - normal: - black: '0x1e2127' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0xabb2bf' - - # Bright colors - bright: - black: '0x5c6370' - red: '0xe06c75' - green: '0x98c379' - yellow: '0xd19a66' - blue: '0x61afef' - magenta: '0xc678dd' - cyan: '0x56b6c2' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Palenight.yml b/Themes/Sakura/.config/alacritty/colorschemes/Palenight.yml deleted file mode 100644 index f65206a..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Palenight.yml +++ /dev/null @@ -1,30 +0,0 @@ -# iTerm2 Material Design - Palenight theme for Alacritty -# Source : https://github.com/JonathanSpeek/palenight-iterm2 - -colors: - # Default colors - primary: - background: '0x292d3e' - foreground: '0xd0d0d0' - - # Normal colors - normal: - black: '0x292d3e' - red: '0xf07178' - green: '0xc3e88d' - yellow: '0xffcb6b' - blue: '0x82aaff' - magenta: '0xc792ea' - cyan: '0x89ddff' - white: '0xd0d0d0' - - # Bright colors - bright: - black: '0x434758' - red: '0xff8b92' - green: '0xddffa7' - yellow: '0xffe585' - blue: '0x9cc4ff' - magenta: '0xe1acff' - cyan: '0xa3f7ff' - white: '0xffffff' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Papercolor_light.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Papercolor_light.yaml deleted file mode 100644 index 5770b1d..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Papercolor_light.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# Colors (PaperColor - Light) -colors: - # Default colors - primary: - background: '0xeeeeee' - foreground: '0x878787' - - cursor: - text: '0xeeeeee' - cursor: '0x878787' - - # Normal colors - normal: - black: '0xeeeeee' - red: '0xaf0000' - green: '0x008700' - yellow: '0x5f8700' - blue: '0x0087af' - magenta: '0x878787' - cyan: '0x005f87' - white: '0x444444' - - # Bright colors - bright: - black: '0xbcbcbc' - red: '0xd70000' - green: '0xd70087' - yellow: '0x8700af' - blue: '0xd75f00' - magenta: '0xd75f00' - cyan: '0x005faf' - white: '0x005f87' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Pastel.yml b/Themes/Sakura/.config/alacritty/colorschemes/Pastel.yml deleted file mode 100644 index f5fd63c..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Pastel.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x151515' - foreground: '0x888888' - - # Normal colors - normal: - black: '0x292929' - red: '0xcf6a4c' - green: '0x19cb00' - yellow: '0xfad07a' - blue: '0x8197bf' - magenta: '0x8787af' - cyan: '0x668799' - white: '0x888888' - - # Bright colors - bright: - black: '0x525252' - red: '0xff9d80' - green: '0x23fd00' - yellow: '0xffefbf' - blue: '0xaccaff' - magenta: '0xc4c4ff' - cyan: '0x80bfaf' - white: '0xe8e8d3' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Pencil_dark.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Pencil_dark.yaml deleted file mode 100644 index 9bb2a13..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Pencil_dark.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Pencil Dark) -colors: - # Default Colors - primary: - background: '0x212121' - foreground: '0xf1f1f1' - # Normal colors - normal: - black: '0x212121' - red: '0xc30771' - green: '0x10a778' - yellow: '0xa89c14' - blue: '0x008ec4' - magenta: '0x523c79' - cyan: '0x20a5ba' - white: '0xe0e0e0' - # Bright colors - bright: - black: '0x818181' - red: '0xfb007a' - green: '0x5fd7af' - yellow: '0xf3e430' - blue: '0x20bbfc' - magenta: '0x6855de' - cyan: '0x4fb8cc' - white: '0xf1f1f1' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Pencil_light.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Pencil_light.yaml deleted file mode 100644 index 10db04d..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Pencil_light.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Pencil Light) -colors: - # Default Colors - primary: - background: '0xf1f1f1' - foreground: '0x424242' - # Normal colors - normal: - black: '0x212121' - red: '0xc30771' - green: '0x10a778' - yellow: '0xa89c14' - blue: '0x008ec4' - magenta: '0x523c79' - cyan: '0x20a5ba' - white: '0xe0e0e0' - # Bright colors - bright: - black: '0x212121' - red: '0xfb007a' - green: '0x5fd7af' - yellow: '0xf3e430' - blue: '0x20bbfc' - magenta: '0x6855de' - cyan: '0x4fb8cc' - white: '0xf1f1f1' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Remedy_dark.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Remedy_dark.yaml deleted file mode 100644 index 0cd339f..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Remedy_dark.yaml +++ /dev/null @@ -1,38 +0,0 @@ -colors: - # Default colors - primary: - background: '0x2c2b2a' - foreground: '0xf9e7c4' - - dim_foreground: '0x685E4A' - bright_foreground: '0x1C1508' - dim_background: '0x202322' - bright_background: '0x353433' - - # Cursor colors - cursor: - text: '0xf9e7c4' - cursor: '0xf9e7c4' - - # Normal colors - normal: - black: '0x282a2e' - blue: '0x5f819d' - cyan: '0x5e8d87' - green: '0x8c9440' - magenta: '0x85678f' - orange: '0xcc6953' - red: '0xa54242' - white: '0x707880' - yellow: '0xde935f' - - # Bright colors - bright: - black: '0x373b41' - blue: '0x81a2be' - cyan: '0x8abeb7' - green: '0xb5bd68' - magenta: '0xb294bb' - red: '0xcc6666' - white: '0xc5c8c6' - yellow: '0xf0c674' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Snazzy.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Snazzy.yaml deleted file mode 100644 index aacebd0..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Snazzy.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Snazzy) -colors: - # Default colors - primary: - background: '0x282a36' - foreground: '0xeff0eb' - - # Normal colors - normal: - black: '0x282a36' - red: '0xff5c57' - green: '0x5af78e' - yellow: '0xf3f99d' - blue: '0x57c7ff' - magenta: '0xff6ac1' - cyan: '0x9aedfe' - white: '0xf1f1f0' - - # Bright colors - bright: - black: '0x686868' - red: '0xff5c57' - green: '0x5af78e' - yellow: '0xf3f99d' - blue: '0x57c7ff' - magenta: '0xff6ac1' - cyan: '0x9aedfe' - white: '0xf1f1f0' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Solarized_dark.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Solarized_dark.yaml deleted file mode 100644 index 0055c81..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Solarized_dark.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Solarized Dark) -colors: - # Default colors - primary: - background: '0x002b36' - foreground: '0x839496' - - # Normal colors - normal: - black: '0x073642' - red: '0xdc322f' - green: '0x859900' - yellow: '0xb58900' - blue: '0x268bd2' - magenta: '0xd33682' - cyan: '0x2aa198' - white: '0xeee8d5' - - # Bright colors - bright: - black: '0x002b36' - red: '0xcb4b16' - green: '0x586e75' - yellow: '0x657b83' - blue: '0x839496' - magenta: '0x6c71c4' - cyan: '0x93a1a1' - white: '0xfdf6e3' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Solarized_light.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Solarized_light.yaml deleted file mode 100644 index 6a5acd9..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Solarized_light.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Solarized Light) -colors: - # Default colors - primary: - background: '0xfdf6e3' - foreground: '0x586e75' - - # Normal colors - normal: - black: '0x073642' - red: '0xdc322f' - green: '0x859900' - yellow: '0xb58900' - blue: '0x268bd2' - magenta: '0xd33682' - cyan: '0x2aa198' - white: '0xeee8d5' - - # Bright colors - bright: - black: '0x002b36' - red: '0xcb4b16' - green: '0x586e75' - yellow: '0x657b83' - blue: '0x839496' - magenta: '0x6c71c4' - cyan: '0x93a1a1' - white: '0xfdf6e3' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Sweetlove.yml b/Themes/Sakura/.config/alacritty/colorschemes/Sweetlove.yml deleted file mode 100644 index 3233ecd..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Sweetlove.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1f1f1f' - foreground: '0xc0b18b' - - # Normal colors - normal: - black: '0x4a3637' - red: '0xd17b49' - green: '0x7b8748' - yellow: '0xaf865a' - blue: '0x535c5c' - magenta: '0x775759' - cyan: '0x6d715e' - white: '0xc0b18b' - - # Bright colors - bright: - black: '0x402e2e' - red: '0xac5d2f' - green: '0x647035' - yellow: '0x8f6840' - blue: '0x444b4b' - magenta: '0x614445' - cyan: '0x585c49' - white: '0x978965' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Taerminal.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Taerminal.yaml deleted file mode 100644 index 9dc804c..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Taerminal.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Taerminal) -colors: - # Default colors - primary: - background: '0x26282a' - foreground: '0xf0f0f0' - cursor: - background: '0xf0f0f0' - foreground: '0x26282a' - - # Normal colors - normal: - black: '0x26282a' - red: '0xff8878' - green: '0xb4fb73' - yellow: '0xfffcb7' - blue: '0x8bbce5' - magenta: '0xffb2fe' - cyan: '0xa2e1f8' - white: '0xf1f1f1' - - # Bright colors - bright: - black: '0x6f6f6f' - red: '0xfe978b' - green: '0xd6fcba' - yellow: '0xfffed5' - blue: '0xc2e3ff' - magenta: '0xffc6ff' - cyan: '0xc0e9f8' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Tango_dark.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Tango_dark.yaml deleted file mode 100644 index e91733d..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Tango_dark.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# GNOME Terminal Tango Dark -colors: - primary: - background: '0x2e3436' - foreground: '0xd3d7cf' - - normal: - black: '0x2e3436' - red: '0xcc0000' - green: '0x4e9a06' - yellow: '0xc4a000' - blue: '0x3465a4' - magenta: '0x75507b' - cyan: '0x06989a' - white: '0xd3d7cf' - - bright: - black: '0x555753' - red: '0xef2929' - green: '0x8ae234' - yellow: '0xfce94f' - blue: '0x729fcf' - magenta: '0xad7fa8' - cyan: '0x34e2e2' - white: '0xeeeeec' - diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Tender.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Tender.yaml deleted file mode 100644 index ffcacf7..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Tender.yaml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x282828' - foreground: '0xeeeeee' - - # Normal colors - normal: - black: '0x282828' - red: '0xf43753' - green: '0xc9d05c' - yellow: '0xffc24b' - blue: '0xb3deef' - magenta: '0xd3b987' - cyan: '0x73cef4' - white: '0xeeeeee' - - # Bright colors - bright: - black: '0x4c4c4c' - red: '0xf43753' - green: '0xc9d05c' - yellow: '0xffc24b' - blue: '0xb3deef' - magenta: '0xd3b987' - cyan: '0x73cef4' - white: '0xfeffff' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Terminal_app.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Terminal_app.yaml deleted file mode 100644 index bc2c434..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Terminal_app.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Terminal.app) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xb6b6b6' - - # Normal colors - normal: - black: '0x000000' - red: '0x990000' - green: '0x00a600' - yellow: '0x999900' - blue: '0x0000b2' - magenta: '0xb200b2' - cyan: '0x00a6b2' - white: '0xbfbfbf' - - # Bright colors - bright: - black: '0x666666' - red: '0xe50000' - green: '0x00d900' - yellow: '0xe5e500' - blue: '0x0000ff' - magenta: '0xe500e5' - cyan: '0x00e5e5' - white: '0xe5e5e5' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Thelovelace.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Thelovelace.yaml deleted file mode 100644 index 4d73889..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Thelovelace.yaml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x1D1F28' - foreground: '0xFDFDFD' - - # Normal colors - normal: - # Bright colors - black: '0x282A36' - red: '0xF37F97' - green: '0x5ADECD' - yellow: '0xF2A272' - blue: '0x8897F4' - magenta: '0xC574DD' - cyan: '0x79E6F3' - white: '0xFDFDFD' - bright: - black: '0x414458' - red: '0xFF4971' - green: '0x18E3C8' - yellow: '0xEBCB8B' - blue: '0xFF8037' - magenta: '0x556FFF' - cyan: '0x3FDCEE' - white: '0xBEBEC1' - indexed_colors: [] diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Tokyo_night.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Tokyo_night.yaml deleted file mode 100644 index a88fd9b..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Tokyo_night.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night) -# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme -colors: - # Default colors - primary: - background: '0x1a1b26' - foreground: '0xa9b1d6' - - # Normal colors - normal: - black: '0x32344a' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xad8ee6' - cyan: '0x449dab' - white: '0x787c99' - - # Bright colors - bright: - black: '0x444b6a' - red: '0xff7a93' - green: '0xb9f27c' - yellow: '0xff9e64' - blue: '0x7da6ff' - magenta: '0xbb9af7' - cyan: '0x0db9d7' - white: '0xacb0d0' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Tokyo_night_storm.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Tokyo_night_storm.yaml deleted file mode 100644 index a64cf4a..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Tokyo_night_storm.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Tokyo Night: Storm variant) -# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme -colors: - # Default colors - primary: - background: '0x24283b' - foreground: '0xa9b1d6' - - # Normal colors - normal: - black: '0x32344a' - red: '0xf7768e' - green: '0x9ece6a' - yellow: '0xe0af68' - blue: '0x7aa2f7' - magenta: '0xad8ee6' - cyan: '0x449dab' - white: '0x9699a8' - - # Bright colors - bright: - black: '0x444b6a' - red: '0xff7a93' - green: '0xb9f27c' - yellow: '0xff9e64' - blue: '0x7da6ff' - magenta: '0xbb9af7' - cyan: '0x0db9d7' - white: '0xacb0d0' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Tomorrow_night.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Tomorrow_night.yaml deleted file mode 100644 index 36bafba..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Tomorrow_night.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Tomorrow Night) -colors: - # Default colors - primary: - background: '0x1d1f21' - foreground: '0xc5c8c6' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x1d1f21' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x1d1f21' - red: '0xcc6666' - green: '0xb5bd68' - yellow: '0xe6c547' - blue: '0x81a2be' - magenta: '0xb294bb' - cyan: '0x70c0ba' - white: '0x373b41' - - # Bright colors - bright: - black: '0x666666' - red: '0xff3334' - green: '0x9ec400' - yellow: '0xf0c674' - blue: '0x81a2be' - magenta: '0xb77ee0' - cyan: '0x54ced6' - white: '0x282a2e' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml deleted file mode 100644 index 55b25d0..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Tomorrow_night_bright.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Tomorrow Night Bright) -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xeaeaea' - - # Normal colors - normal: - black: '0x000000' - red: '0xd54e53' - green: '0xb9ca4a' - yellow: '0xe6c547' - blue: '0x7aa6da' - magenta: '0xc397d8' - cyan: '0x70c0ba' - white: '0x424242' - - # Bright colors - bright: - black: '0x666666' - red: '0xff3334' - green: '0x9ec400' - yellow: '0xe7c547' - blue: '0x7aa6da' - magenta: '0xb77ee0' - cyan: '0x54ced6' - white: '0x2a2a2a' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Vacuous.yml b/Themes/Sakura/.config/alacritty/colorschemes/Vacuous.yml deleted file mode 100644 index 022a7d0..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Vacuous.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x101010' - foreground: '0xd2c5bc' - - # Normal colors - normal: - black: '0x202020' - red: '0xb91e2e' - green: '0x81957c' - yellow: '0xf9bb80' - blue: '0x356579' - magenta: '0x2d2031' - cyan: '0x0b3452' - white: '0x909090' - - # Bright colors - bright: - black: '0x606060' - red: '0xd14548' - green: '0xa7b79a' - yellow: '0xfae3a0' - blue: '0x7491a1' - magenta: '0x87314e' - cyan: '0x0f829d' - white: '0xfff0f0' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Visibone.yml b/Themes/Sakura/.config/alacritty/colorschemes/Visibone.yml deleted file mode 100644 index 2315047..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Visibone.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0x333333' - foreground: '0xcccccc' - - # Normal colors - normal: - black: '0x666666' - red: '0xcc6699' - green: '0x99cc66' - yellow: '0xcc9966' - blue: '0x6699cc' - magenta: '0x9966cc' - cyan: '0x66cc99' - white: '0xcccccc' - - # Bright colors - bright: - black: '0x999999' - red: '0xff99cc' - green: '0xccff99' - yellow: '0xffcc99' - blue: '0x99ccff' - magenta: '0xcc99ff' - cyan: '0x99ffcc' - white: '0xffffff' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Wombat.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Wombat.yaml deleted file mode 100644 index 844e65f..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Wombat.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Wombat) -colors: - # Default colors - primary: - background: '0x1f1f1f' - foreground: '0xe5e1d8' - - # Normal colors - normal: - black: '0x000000' - red: '0xf7786d' - green: '0xbde97c' - yellow: '0xefdfac' - blue: '0x6ebaf8' - magenta: '0xef88ff' - cyan: '0x90fdf8' - white: '0xe5e1d8' - - # Bright colors - bright: - black: '0xb4b4b4' - red: '0xf99f92' - green: '0xe3f7a1' - yellow: '0xf2e9bf' - blue: '0xb3d2ff' - magenta: '0xe5bdff' - cyan: '0xc2fefa' - white: '0xffffff' \ No newline at end of file diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Xterm.yaml b/Themes/Sakura/.config/alacritty/colorschemes/Xterm.yaml deleted file mode 100644 index 7f336e4..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Xterm.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# XTerm's default colors -colors: - # Default colors - primary: - background: '0x000000' - foreground: '0xffffff' - # Normal colors - normal: - black: '0x000000' - red: '0xcd0000' - green: '0x00cd00' - yellow: '0xcdcd00' - blue: '0x0000ee' - magenta: '0xcd00cd' - cyan: '0x00cdcd' - white: '0xe5e5e5' - - # Bright colors - bright: - black: '0x7f7f7f' - red: '0xff0000' - green: '0x00ff00' - yellow: '0xffff00' - blue: '0x5c5cff' - magenta: '0xff00ff' - cyan: '0x00ffff' - white: '0xffffff' diff --git a/Themes/Sakura/.config/alacritty/colorschemes/Yousai.yml b/Themes/Sakura/.config/alacritty/colorschemes/Yousai.yml deleted file mode 100644 index 292bedf..0000000 --- a/Themes/Sakura/.config/alacritty/colorschemes/Yousai.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '0xf5e7de' - foreground: '0x34302d' - - # Normal colors - normal: - black: '0x666661' - red: '0x992e2e' - green: '0x4c3226' - yellow: '0xa67c53' - blue: '0x4c7399' - magenta: '0xbf9986' - cyan: '0xd97742' - white: '0x34302d' - - # Bright colors - bright: - black: '0x7f7f7a' - red: '0xb23636' - green: '0x664233' - yellow: '0xbf8f60' - blue: '0x5986b2' - magenta: '0xd9ae98' - cyan: '0xf2854a' - white: '0x4c4742' diff --git a/Themes/Sakura/.config/alacritty/fonts.yml b/Themes/Sakura/.config/alacritty/fonts.yml old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/cava/config b/Themes/Sakura/.config/cava/config old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/dunst/dunstrc b/Themes/Sakura/.config/dunst/dunstrc old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/picom/picom.conf b/Themes/Sakura/.config/picom/picom.conf old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/1.png b/Themes/Sakura/.config/qtile/Assets/1.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/2.png b/Themes/Sakura/.config/qtile/Assets/2.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/3.png b/Themes/Sakura/.config/qtile/Assets/3.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/4.png b/Themes/Sakura/.config/qtile/Assets/4.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/5.png b/Themes/Sakura/.config/qtile/Assets/5.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/6.png b/Themes/Sakura/.config/qtile/Assets/6.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Battery/battery-caution-charging.png b/Themes/Sakura/.config/qtile/Assets/Battery/battery-caution-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Battery/battery-caution.png b/Themes/Sakura/.config/qtile/Assets/Battery/battery-caution.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Battery/battery-full-charged.png b/Themes/Sakura/.config/qtile/Assets/Battery/battery-full-charged.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Battery/battery-full-charging.png b/Themes/Sakura/.config/qtile/Assets/Battery/battery-full-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Battery/battery-full.png b/Themes/Sakura/.config/qtile/Assets/Battery/battery-full.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Battery/battery-good-charging.png b/Themes/Sakura/.config/qtile/Assets/Battery/battery-good-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Battery/battery-good.png b/Themes/Sakura/.config/qtile/Assets/Battery/battery-good.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Battery/battery-low-charging.png b/Themes/Sakura/.config/qtile/Assets/Battery/battery-low-charging.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Battery/battery-low.png b/Themes/Sakura/.config/qtile/Assets/Battery/battery-low.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Battery/battery-missing.png b/Themes/Sakura/.config/qtile/Assets/Battery/battery-missing.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Misc/clock.png b/Themes/Sakura/.config/qtile/Assets/Misc/clock.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Misc/ram.png b/Themes/Sakura/.config/qtile/Assets/Misc/ram.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Volume/audio-volume-high.png b/Themes/Sakura/.config/qtile/Assets/Volume/audio-volume-high.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Volume/audio-volume-low.png b/Themes/Sakura/.config/qtile/Assets/Volume/audio-volume-low.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Volume/audio-volume-medium.png b/Themes/Sakura/.config/qtile/Assets/Volume/audio-volume-medium.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/Volume/audio-volume-muted.png b/Themes/Sakura/.config/qtile/Assets/Volume/audio-volume-muted.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/launch_Icon.png b/Themes/Sakura/.config/qtile/Assets/launch_Icon.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/layout.png b/Themes/Sakura/.config/qtile/Assets/layout.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/Assets/search.png b/Themes/Sakura/.config/qtile/Assets/search.png old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/qtile/autostart_once.sh b/Themes/Sakura/.config/qtile/autostart_once.sh index 0677e6c..b047ce5 100755 --- a/Themes/Sakura/.config/qtile/autostart_once.sh +++ b/Themes/Sakura/.config/qtile/autostart_once.sh @@ -1,6 +1,7 @@ -#!/usr/bin/bash +#!/bin/bash + +# Apply wallpaper using wal wal -b 282738 -i ~/Wallpaper/120_-_KnFPX73.jpg && -sleep 4 && + +# Start picom picom --config ~/.config/picom/picom.conf & -#chromium & -#pactl set-sink-port 0 analog-output-headphones & diff --git a/Themes/Sakura/.config/qtile/config.py b/Themes/Sakura/.config/qtile/config.py old mode 100644 new mode 100755 index ebed835..ffb1825 --- a/Themes/Sakura/.config/qtile/config.py +++ b/Themes/Sakura/.config/qtile/config.py @@ -501,15 +501,12 @@ floating_layout = layout.Floating( -from libqtile import hook -# some other imports import os import subprocess # stuff @hook.subscribe.startup_once -def autostart_once(): - subprocess.run('~/.config/qtile/autostart_once.sh')# path to my script, under my user directory - subprocess.call([home]) +def autostart(): + subprocess.call([os.path.expanduser('~/.config/qtile/autostart_once.sh')]) auto_fullscreen = True focus_on_window_activation = "smart" diff --git a/Themes/Sakura/.config/rofi/config.rasi b/Themes/Sakura/.config/rofi/config.rasi old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/rofi/power.rasi b/Themes/Sakura/.config/rofi/power.rasi old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/rofi/scripts/Everforest b/Themes/Sakura/.config/rofi/scripts/Everforest old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/rofi/scripts/Natura b/Themes/Sakura/.config/rofi/scripts/Natura old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/rofi/scripts/Sakura b/Themes/Sakura/.config/rofi/scripts/Sakura old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/Extensions/adblock.js b/Themes/Sakura/.config/spicetify/Extensions/adblock.js old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/Extensions/dribbblish.js b/Themes/Sakura/.config/spicetify/Extensions/dribbblish.js old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/Themes/Dribbblish/README.md b/Themes/Sakura/.config/spicetify/Themes/Dribbblish/README.md old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayMedium.woff2 b/Themes/Sakura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayMedium.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayRegular.woff2 b/Themes/Sakura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/GoogleSansDisplayRegular.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/Roboto.woff2 b/Themes/Sakura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/Roboto.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/RobotoMedium.woff2 b/Themes/Sakura/.config/spicetify/Themes/Dribbblish/assets/glue-resources/fonts/RobotoMedium.woff2 old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/Themes/Dribbblish/color.ini b/Themes/Sakura/.config/spicetify/Themes/Dribbblish/color.ini old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/Themes/Dribbblish/dribbblish.js b/Themes/Sakura/.config/spicetify/Themes/Dribbblish/dribbblish.js old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/Themes/Dribbblish/images/tracklist-row-song-fallback.svg b/Themes/Sakura/.config/spicetify/Themes/Dribbblish/images/tracklist-row-song-fallback.svg old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/Themes/Dribbblish/user.css b/Themes/Sakura/.config/spicetify/Themes/Dribbblish/user.css old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/Themes/manifest.json b/Themes/Sakura/.config/spicetify/Themes/manifest.json old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/spicetify/config-xpui.ini b/Themes/Sakura/.config/spicetify/config-xpui.ini old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.config/starship.toml b/Themes/Sakura/.config/starship.toml old mode 100644 new mode 100755 diff --git a/Themes/Sakura/.zshrc b/Themes/Sakura/.zshrc old mode 100644 new mode 100755 diff --git a/Themes/Sakura/Wallpaper/120_-_KnFPX73.jpg b/Themes/Sakura/Wallpaper/120_-_KnFPX73.jpg old mode 100644 new mode 100755 diff --git a/Wallpaper/Aesthetic2.png b/Wallpaper/Aesthetic2.png old mode 100644 new mode 100755