From 1e223270bb6acfaba0f64e2130e7c9d88ee54fb5 Mon Sep 17 00:00:00 2001 From: Deepankar Chakroborty Date: Thu, 14 Mar 2024 14:11:49 -0700 Subject: [PATCH] remove yml theme assets --- apply_theme.sh | 2 +- convert_to_toml.sh | 2 +- themes/argonaut.yml | 33 --------------------------- themes/ayuMirage.yml | 28 ----------------------- themes/birds_of_paradise.yml | 29 ------------------------ themes/bloodmoon.yml | 28 ----------------------- themes/breeze.yml | 44 ------------------------------------ themes/breeze2.yml | 44 ------------------------------------ themes/darktooth.yml | 40 -------------------------------- themes/dracula.yml | 28 ----------------------- themes/githubLight.yml | 33 --------------------------- themes/gruvbox.yml | 30 ------------------------ themes/hyper.yml | 33 --------------------------- themes/iterm2.yml | 28 ----------------------- themes/kitty.yml | 27 ---------------------- themes/material.yml | 28 ----------------------- themes/metrostyle.yml | 28 ----------------------- themes/monokaiSoda.yml | 28 ----------------------- themes/monokaiSoda2.yml | 28 ----------------------- themes/paperColorLight.yml | 34 ---------------------------- themes/paraisoDark.yml | 29 ------------------------ themes/pencilLight.yml | 31 ------------------------- themes/pop_OS.yml | 28 ----------------------- themes/robocopAlpha.yml | 27 ---------------------- themes/seabird.yml | 29 ------------------------ themes/spacemacsLight.yml | 32 -------------------------- themes/spacer.yml | 29 ------------------------ themes/terminalBasic.yml | 24 -------------------- themes/ubuntu.yml | 28 ----------------------- 29 files changed, 2 insertions(+), 830 deletions(-) delete mode 100644 themes/argonaut.yml delete mode 100644 themes/ayuMirage.yml delete mode 100644 themes/birds_of_paradise.yml delete mode 100644 themes/bloodmoon.yml delete mode 100644 themes/breeze.yml delete mode 100644 themes/breeze2.yml delete mode 100644 themes/darktooth.yml delete mode 100644 themes/dracula.yml delete mode 100644 themes/githubLight.yml delete mode 100644 themes/gruvbox.yml delete mode 100644 themes/hyper.yml delete mode 100644 themes/iterm2.yml delete mode 100644 themes/kitty.yml delete mode 100644 themes/material.yml delete mode 100644 themes/metrostyle.yml delete mode 100644 themes/monokaiSoda.yml delete mode 100644 themes/monokaiSoda2.yml delete mode 100644 themes/paperColorLight.yml delete mode 100644 themes/paraisoDark.yml delete mode 100644 themes/pencilLight.yml delete mode 100644 themes/pop_OS.yml delete mode 100644 themes/robocopAlpha.yml delete mode 100644 themes/seabird.yml delete mode 100644 themes/spacemacsLight.yml delete mode 100644 themes/spacer.yml delete mode 100644 themes/terminalBasic.yml delete mode 100644 themes/ubuntu.yml diff --git a/apply_theme.sh b/apply_theme.sh index dcbc0bf..8b362d5 100755 --- a/apply_theme.sh +++ b/apply_theme.sh @@ -6,7 +6,7 @@ # # Please read and abide by the terms of the included LICENSE. # # Copyright 2024, Deepankar Chakroborty, All rights reserved. # # -# # Version : 0.2 +# # Version : 0.3 # # Author : Deepankar Chakroborty (https://github.com/dchakro) # # Report issues: https://github.com/dchakro/alacritty_colors/issues # # License: https://github.com/dchakro/alacritty_colors/blob/master/LICENSE diff --git a/convert_to_toml.sh b/convert_to_toml.sh index 209df55..620a59e 100755 --- a/convert_to_toml.sh +++ b/convert_to_toml.sh @@ -6,7 +6,7 @@ # # Please read and abide by the terms of the included LICENSE. # # Copyright 2024, Deepankar Chakroborty, All rights reserved. # # -# # Version : 0.2 +# # Version : 0.3 # # Author : Deepankar Chakroborty (https://github.com/dchakro) # # Report issues: https://github.com/dchakro/alacritty_colors/issues # # License: https://github.com/dchakro/alacritty_colors/blob/master/LICENSE diff --git a/themes/argonaut.yml b/themes/argonaut.yml deleted file mode 100644 index 05466d0..0000000 --- a/themes/argonaut.yml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Argonaut) -colors: - # Default colors - primary: - background: '#292C3E' - foreground: '#EBEBEB' - - # Cursor colors - cursor: - text: '#FF261E' - cursor: '#FF261E' - - # Normal colors - normal: - black: '#0d0d0d' - red: '#FF301B' - green: '#A0E521' - yellow: '#FFC620' - blue: '#1BA6FA' - magenta: '#8763B8' - cyan: '#21DEEF' - white: '#EBEBEB' - - # Bright colors - bright: - black: '#6D7070' - red: '#FF4352' - green: '#B8E466' - yellow: '#FFD750' - blue: '#1BA6FA' - magenta: '#A578EA' - cyan: '#73FBF1' - white: '#FEFEF8' diff --git a/themes/ayuMirage.yml b/themes/ayuMirage.yml deleted file mode 100644 index f5f52a0..0000000 --- a/themes/ayuMirage.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Ayu Mirage) -colors: - # Default colors - primary: - background: '#202734' - foreground: '#CBCCC6' - - # Normal colors - normal: - black: '#191E2A' - red: '#FF3333' - green: '#BAE67E' - yellow: '#FFA759' - blue: '#73D0FF' - magenta: '#FFD580' - cyan: '#95E6CB' - white: '#C7C7C7' - - # Bright colors - bright: - black: '#686868' - red: '#F27983' - green: '#A6CC70' - yellow: '#FFCC66' - blue: '#5CCFE6' - magenta: '#FFEE99' - cyan: '#95E6CB' - white: '#FFFFFF' diff --git a/themes/birds_of_paradise.yml b/themes/birds_of_paradise.yml deleted file mode 100644 index 439aea8..0000000 --- a/themes/birds_of_paradise.yml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Birds of Paradise) -# Source: https://gogh-co.github.io/Gogh/ -colors: - # Default colors - primary: - background: '#2a1f1d' - foreground: '#e0dbb7' - - # Normal colors - normal: - black: '#573d26' - red: '#be2d26' - green: '#6ba18a' - yellow: '#e99d2a' - blue: '#5a86ad' - magenta: '#ac80a6' - cyan: '#74a6ad' - white: '#e0dbb7' - - # Bright colors - bright: - black: '#9b6c4a' - red: '#e84627' - green: '#95d8ba' - yellow: '#d0d150' - blue: '#b8d3ed' - magenta: '#d19ecb' - cyan: '#93cfd7' - white: '#fff9d5' diff --git a/themes/bloodmoon.yml b/themes/bloodmoon.yml deleted file mode 100644 index 6986275..0000000 --- a/themes/bloodmoon.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Blood Moon) -colors: - # Default colors - primary: - background: '#10100E' - foreground: '#C6C6C4' - - # Normal colors - normal: - black: '#10100E' - red: '#C40233' - green: '#009F6B' - yellow: '#FFD700' - blue: '#0087BD' - magenta: '#9A4EAE' - cyan: '#20B2AA' - white: '#C6C6C4' - - # Bright colors - bright: - black: '#696969' - red: '#FF2400' - green: '#03C03C' - yellow: '#FFD700' - blue: '#007FFF' - magenta: '#FF1493' - cyan: '#00CCCC' - white: '#FFFAFA' diff --git a/themes/breeze.yml b/themes/breeze.yml deleted file mode 100644 index 5287653..0000000 --- a/themes/breeze.yml +++ /dev/null @@ -1,44 +0,0 @@ -# KDE Breeze (Ported from Konsole) -colors: - # Default colors - primary: - background: '#232627' - foreground: '#fcfcfc' - - dim_foreground: '#eff0f1' - bright_foreground: '#ffffff' - dim_background: '#31363b' - bright_background: '#000000' - - # Normal colors - normal: - black: '#232627' - red: '#ed1515' - green: '#11d116' - yellow: '#f67400' - blue: '#1d99f3' - magenta: '#9b59b6' - cyan: '#1abc9c' - white: '#fcfcfc' - - # Bright colors - bright: - black: '#7f8c8d' - red: '#c0392b' - green: '#1cdc9a' - yellow: '#fdbc4b' - blue: '#3daee9' - magenta: '#8e44ad' - cyan: '#16a085' - white: '#ffffff' - - # Dim colors - dim: - black: '#31363b' - red: '#783228' - green: '#17a262' - yellow: '#b65619' - blue: '#1b668f' - magenta: '#614a73' - cyan: '#186c60' - white: '#63686d' diff --git a/themes/breeze2.yml b/themes/breeze2.yml deleted file mode 100644 index a0e60db..0000000 --- a/themes/breeze2.yml +++ /dev/null @@ -1,44 +0,0 @@ -# Breeze2 (robocopAlpha) -colors: - # Default colors - primary: - background: '#232627' - foreground: '#fcfcfc' - - dim_foreground: '#eff0f1' - bright_foreground: '#fcfcfc' - dim_background: '#31363b' - bright_background: '#000000' - - # Normal colors - normal: - black: '#232627' - red: '#ed1515' - green: '#11d116' - yellow: '#f67400' - blue: '#1d99f3' - magenta: '#9b59b6' - cyan: '#00ced1' - white: '#63686d' - - # Bright colors - bright: - black: '#7f8c8d' - red: '#ff4040' - green: '#19c68a' - yellow: '#fdbc4b' - blue: '#3daee9' - magenta: '#8e44ad' - cyan: '#00ced1' - white: '#808080' - - # Dim colors - dim: - black: '#31363b' - red: '#783228' - green: '#17a262' - yellow: '#b65619' - blue: '#1b668f' - magenta: '#614a73' - cyan: '#00ffff' - white: '#63686d' \ No newline at end of file diff --git a/themes/darktooth.yml b/themes/darktooth.yml deleted file mode 100644 index b893f77..0000000 --- a/themes/darktooth.yml +++ /dev/null @@ -1,40 +0,0 @@ -# Colors (Darktooth) -colors: - - # Default colors - primary: - background: '#282828' - foreground: '#fdf4c1' - - # Normal colors - normal: - black: '#282828' - red: '#9d0006' - green: '#79740e' - yellow: '#b57614' - blue: '#076678' - magenta: '#8f3f71' - cyan: '#00a7af' - white: '#fdf4c1' - - # Bright colors - bright: - black: '#32302f' - red: '#fb4933' - green: '#b8bb26' - yellow: '#fabd2f' - blue: '#83a598' - magenta: '#d3869b' - cyan: '#3fd7e5' - white: '#ffffc8' - - # Dim colors (Optional) - dim: - black: '#1d2021' - red: '#421e1e' - green: '#232b0f' - yellow: '#4d3b27' - blue: '#2b3c44' - magenta: '#4e3d45' - cyan: '#205161' - white: '#f4e8ba' diff --git a/themes/dracula.yml b/themes/dracula.yml deleted file mode 100644 index 1acdcd7..0000000 --- a/themes/dracula.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Dracula) -colors: - # Default colors - primary: - background: '#282a36' - foreground: '#f8f8f2' - - # Normal colors - normal: - black: '#000000' - red: '#ff5555' - green: '#50fa7b' - yellow: '#f1fa8c' - blue: '#caa9fa' - magenta: '#ff79c6' - cyan: '#8be9fd' - white: '#bfbfbf' - - # Bright colors - bright: - black: '#575b70' - red: '#ff6e67' - green: '#5af78e' - yellow: '#f4f99d' - blue: '#caa9fa' - magenta: '#ff92d0' - cyan: '#9aedfe' - white: '#e6e6e6' diff --git a/themes/githubLight.yml b/themes/githubLight.yml deleted file mode 100644 index ba39196..0000000 --- a/themes/githubLight.yml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Github Light) -# Source: https://github.com/projekt0n/github-theme-contrib/blob/main/alacritty/github_light.yml -colors: - # Default colors - primary: - background: '0xffffff' - foreground: '0x24292f' - - # Normal colors - normal: - black: '0x24292e' - red: '0xd73a49' - green: '0x28a745' - yellow: '0xdbab09' - blue: '0x0366d6' - magenta: '0x5a32a3' - cyan: '0x0598bc' - white: '0x6a737d' - - # Bright colors - bright: - black: '0x959da5' - red: '0xcb2431' - green: '0x22863a' - yellow: '0xb08800' - blue: '0x005cc5' - magenta: '0x5a32a3' - cyan: '0x3192aa' - white: '0xd1d5da' - - indexed_colors: - - { index: 16, color: '0xd18616' } - - { index: 17, color: '0xcb2431' } diff --git a/themes/gruvbox.yml b/themes/gruvbox.yml deleted file mode 100644 index d0611a8..0000000 --- a/themes/gruvbox.yml +++ /dev/null @@ -1,30 +0,0 @@ -# Colors (Gruvbox dark) -colors: - # Default colors - primary: - # hard contrast: background = '#1d2021' - background: '#282828' - # soft contrast: background = '#32302f' - foreground: '#ebdbb2' - - # Normal colors - normal: - black: '#282828' - red: '#cc241d' - green: '#98971a' - yellow: '#d79921' - blue: '#458588' - magenta: '#b16286' - cyan: '#689d6a' - white: '#a89984' - - # Bright colors - bright: - black: '#928374' - red: '#fb4934' - green: '#b8bb26' - yellow: '#fabd2f' - blue: '#83a598' - magenta: '#d3869b' - cyan: '#8ec07c' - white: '#ebdbb2' diff --git a/themes/hyper.yml b/themes/hyper.yml deleted file mode 100644 index 167df39..0000000 --- a/themes/hyper.yml +++ /dev/null @@ -1,33 +0,0 @@ -# Colors (Hyper) -colors: - # Default colors - primary: - background: '#000000' - foreground: '#ffffff' - cursor: - text: '#F81CE5' - cursor: '#ffffff' - - # Normal colors - normal: - black: '#000000' - red: '#fe0100' - green: '#33ff00' - yellow: '#FFD700' - # yellow: '#feff00' - blue: '#0066ff' - magenta: '#cc00ff' - cyan: '#00ffff' - white: '#d0d0d0' - - # Bright colors - bright: - black: '#808080' - red: '#fe0100' - green: '#33ff00' - yellow: '#FFD700' - # yellow: '#feff00' - blue: '#0066ff' - magenta: '#cc00ff' - cyan: '#00ffff' - white: '#FFFFFF' diff --git a/themes/iterm2.yml b/themes/iterm2.yml deleted file mode 100644 index c7a6f88..0000000 --- a/themes/iterm2.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (iTerm 2 default theme) -colors: - # Default colors - primary: - background: '#101421' - foreground: '#fffbf6' - - # Normal colors - normal: - black: '#2e2e2e' - red: '#eb4129' - green: '#abe047' - yellow: '#f6c744' - blue: '#47a0f3' - magenta: '#7b5cb0' - cyan: '#64dbed' - white: '#e5e9f0' - - # Bright colors - bright: - black: '#565656' - red: '#ec5357' - green: '#c0e17d' - yellow: '#f9da6a' - blue: '#49a4f8' - magenta: '#a47de9' - cyan: '#99faf2' - white: '#ffffff' diff --git a/themes/kitty.yml b/themes/kitty.yml deleted file mode 100644 index 32a5281..0000000 --- a/themes/kitty.yml +++ /dev/null @@ -1,27 +0,0 @@ -colors: - # Default colors - primary: - background: '#000000' - foreground: '#dddddd' - - # Normal colors - normal: - black: '#000000' - red: '#cc0403' - green: '#19cb00' - yellow: '#cecb00' - blue: '#0d73cc' - magenta: '#cb1ed1' - cyan: '#0dcdcd' - white: '#dddddd' - - # Bright colors - bright: - black: '#767676' - red: '#f2201f' - green: '#23fd00' - yellow: '#fffd00' - blue: '#1a8fff' - magenta: '#fd28ff' - cyan: '#14ffff' - white: '#ffffff' diff --git a/themes/material.yml b/themes/material.yml deleted file mode 100644 index ae10c91..0000000 --- a/themes/material.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Material Theme) -colors: - # Default colors - primary: - background: '#263238' - foreground: '#eeffff' - - # Normal colors - normal: - black: '#000000' - red: '#e53935' - green: '#91b859' - yellow: '#ffb62c' - blue: '#6182b8' - magenta: '#ff5370' - cyan: '#39adb5' - white: '#a0a0a0' - - # Bright colors - bright: - black: '#4e4e4e' - red: '#ff5370' - green: '#c3e88d' - yellow: '#ffcb6b' - blue: '#82aaff' - magenta: '#f07178' - cyan: '#89ddff' - white: '#ffffff' diff --git a/themes/metrostyle.yml b/themes/metrostyle.yml deleted file mode 100644 index c9f262b..0000000 --- a/themes/metrostyle.yml +++ /dev/null @@ -1,28 +0,0 @@ -# metrostyle colors -# based on: https://www.color-hex.com/color-palette/471 -colors: -# Default colors - primary: - background: '#fffdef' - foreground: '#000000' - - normal: - black: '#000000' - red: '#d41243' - green: '#8ec127' - yellow: '#f47835' - blue: '#0040db' - magenta: '#a200ff' - cyan: '#00aedb' - white: '#DDDDDD' - - # Bright colors - bright: - black: '#888888' - red: '#d41243' - green: '#8ec127' - yellow: '#f47835' - blue: '#0040db' - magenta: '#a200ff' - cyan: '#00aedb' - white: '#FFFFFF' \ No newline at end of file diff --git a/themes/monokaiSoda.yml b/themes/monokaiSoda.yml deleted file mode 100644 index 3dff99e..0000000 --- a/themes/monokaiSoda.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Monokai Soda) -colors: - # Default colors - primary: - background: '#1a1a1a' - foreground: '#c4c5b5' - - # Normal colors - normal: - black: '#1a1a1a' - red: '#f4005f' - green: '#98e024' - yellow: '#fa8419' - blue: '#9d65ff' - magenta: '#f4005f' - cyan: '#58d1eb' - white: '#c4c5b5' - - # Bright colors - bright: - black: '#625e4c' - red: '#f4005f' - green: '#98e024' - yellow: '#e0d561' - blue: '#9d65ff' - magenta: '#f4005f' - cyan: '#58d1eb' - white: '#f6f6ef' diff --git a/themes/monokaiSoda2.yml b/themes/monokaiSoda2.yml deleted file mode 100644 index 2b7f8d8..0000000 --- a/themes/monokaiSoda2.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Monokai Soda) -colors: - # Default colors - primary: - background: '#1a1a1a' - foreground: '#fafafa' - - # Normal colors - normal: - black: '#1a1a1a' - red: '#f4005f' - green: '#98e024' - yellow: '#fa8419' - blue: '#9d65ff' - magenta: '#f4005f' - cyan: '#58d1eb' - white: '#fafafa' - - # Bright colors - bright: - black: '#625e4c' - red: '#f4005f' - green: '#98e024' - yellow: '#e0d561' - blue: '#9d65ff' - magenta: '#f4005f' - cyan: '#58d1eb' - white: '#ffffff' diff --git a/themes/paperColorLight.yml b/themes/paperColorLight.yml deleted file mode 100644 index 296d9da..0000000 --- a/themes/paperColorLight.yml +++ /dev/null @@ -1,34 +0,0 @@ -# Colors (PaperColor Light) -# Source: https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L36 - -colors: - # Default colors - primary: - background: '0xeeeeee' - foreground: '0x444444' - cursor: - text: '0xeeeeee' - cursor: '0x444444' - - # 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/paraisoDark.yml b/themes/paraisoDark.yml deleted file mode 100644 index c92626a..0000000 --- a/themes/paraisoDark.yml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (ParaisoDark) -# Source: https://gogh-co.github.io/Gogh/ -colors: - # Default colors - primary: - background: '#2f1e2e' - foreground: '#edeceb' - - # Normal colors - normal: - black: '#000000' - red: '#ef6155' - green: '#48b685' - yellow: '#fec418' - blue: '#06b6ef' - magenta: '#815ba4' - cyan: '#5bc4bf' - white: '#edeceb' - - # Bright colors - bright: - black: '#776e71' - red: '#ef6155' - green: '#48b685' - yellow: '#fec418' - blue: '#06b6ef' - magenta: '#815ba4' - cyan: '#5bc4bf' - white: '#fcfcfb' diff --git a/themes/pencilLight.yml b/themes/pencilLight.yml deleted file mode 100644 index 8fab245..0000000 --- a/themes/pencilLight.yml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Pencil Light) -# Source: https://github.com/mattly/iterm-colors-pencil - -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' - \ No newline at end of file diff --git a/themes/pop_OS.yml b/themes/pop_OS.yml deleted file mode 100644 index 5ceaf7d..0000000 --- a/themes/pop_OS.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Pop OS) -colors: - # Default colors - primary: - background: '#333333' - foreground: '#F2F2F2' - - # Normal colors - normal: - black: '#333333' - red: '#CC0000' - green: '#4E9A06' - yellow: '#C4A000' - blue: '#3465A4' - magenta: '#75507B' - cyan: '#06989A' - white: '#D3D7CF' - - # Bright colors - bright: - black: '#88807C' - red: '#F15D22' - green: '#73C48F' - yellow: '#FFCE51' - blue: '#48B9C7' - magenta: '#AD7FA8' - cyan: '#34E2E2' - white: '#EEEEEC' diff --git a/themes/robocopAlpha.yml b/themes/robocopAlpha.yml deleted file mode 100644 index a488816..0000000 --- a/themes/robocopAlpha.yml +++ /dev/null @@ -1,27 +0,0 @@ -# RobocopAlpha colors -colors: -# Default colors - primary: - background: '#000000' - foreground: '#FFFFFF' - - normal: - black: '#000000' - red: '#FF2222' - green: '#22BB22' - yellow: '#BBBB22' - blue: '#2279FF' - magenta: '#BB22BB' - cyan: '#22BBBB' - white: '#DDDDDD' - - # Bright colors - bright: - black: '#888888' - red: '#FF2222' - green: '#22FF22' - yellow: '#FFFF22' - blue: '#2279FF' - magenta: '#FF22FF' - cyan: '#22FFFF' - white: '#FFFFFF' diff --git a/themes/seabird.yml b/themes/seabird.yml deleted file mode 100644 index 55bfe19..0000000 --- a/themes/seabird.yml +++ /dev/null @@ -1,29 +0,0 @@ -# Colors (Seabird) -colors: - # Default colors - primary: - background: '#ffffff' - # foreground: '#61707a' - foreground: '#1A1A1A' - - # Normal colors - normal: - black: '#0b141a' - red: '#ff4053' - green: '#11ab00' - yellow: '#bf8c00' - blue: '#0099ff' - magenta: '#9854ff' - cyan: '#00a5ab' - white: '#ffffff' - - # Bright colors - bright: - black: '#0b141a' - red: '#ff4053' - green: '#11ab00' - yellow: '#bf8c00' - blue: '#0099ff' - magenta: '#9854ff' - cyan: '#00a5ab' - white: '#ffffff' diff --git a/themes/spacemacsLight.yml b/themes/spacemacsLight.yml deleted file mode 100644 index f440bd0..0000000 --- a/themes/spacemacsLight.yml +++ /dev/null @@ -1,32 +0,0 @@ -# color (Spacemacs light) -colors: - primary: - foreground: '#64526F' - background: '#FAF7EE' - - cursor: - cursor: '#64526F' - text: '#FAF7EE' - normal: - black: '#FAF7EE' - red: '#DF201C' - green: '#009F6B' - # green: '#29A0AD' - yellow: '#DB742E' - blue: '#3980C2' - magenta: '#29A0AD' - # magenta: '#2C9473' - cyan: '#6B3062' - white: '#64526F' - - bright: - black: '#9F93A1' - red: '#DF201C' - green: '#009F6B' - # green: '#29A0AD' - yellow: '#DB742E' - blue: '#3980C2' - magenta: '#29A0AD' - # magenta: '#2C9473' - cyan: '#6B3062' - white: '#64526F' diff --git a/themes/spacer.yml b/themes/spacer.yml deleted file mode 100644 index 6f17dbc..0000000 --- a/themes/spacer.yml +++ /dev/null @@ -1,29 +0,0 @@ -# color (Spacer by robocopAlpha) -# Modified from spacemacs -colors: - primary: - foreground: '#7e688d' - background: '#FAF7EE' - - cursor: - cursor: '#64526F' - text: '#FAF7EE' - normal: - black: '#0A0A0A' - red: '#DF201C' - green: '#009F6B' - yellow: '#DB742E' - blue: '#3980C2' - magenta: '#6B3062' - cyan: '#29A0AD' - white: '#FFFFFF' - - bright: - black: '#0A0A0A' - red: '#DF201C' - green: '#009F6B' - yellow: '#DB742E' - blue: '#3980C2' - magenta: '#6B3062' - cyan: '#29A0AD' - white: '#FFFFFF' diff --git a/themes/terminalBasic.yml b/themes/terminalBasic.yml deleted file mode 100644 index 5461114..0000000 --- a/themes/terminalBasic.yml +++ /dev/null @@ -1,24 +0,0 @@ -# Colors (Terminal.app Basic) -colors: - primary: - background: '#FFFFFF' - foreground: '#000000' - normal: - black: '#000000' - red: '#990000' - green: '#00A600' - yellow: '#e1b600' - blue: '#0000B2' - magenta: '#B200B2' - cyan: '#00A6B2' - white: '#BFBFBF' - bright: - black: '#666666' - red: '#E50000' - green: '#00D900' - yellow: '#e1b600' - blue: '#0000FF' - magenta: '#E500E5' - cyan: '#00E5E5' - white: '#E5E5E5' - diff --git a/themes/ubuntu.yml b/themes/ubuntu.yml deleted file mode 100644 index 74a0719..0000000 --- a/themes/ubuntu.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Ubuntu) -colors: - # Default colors - primary: - background: '#300a24' - foreground: '#eeeeec' - - # Normal colors - normal: - black: '#2e3436' - red: '#cc0000' - green: '#4e9a06' - yellow: '#c4a000' - blue: '#3465a4' - magenta: '#75507b' - cyan: '#06989a' - white: '#d3d7cf' - - # Bright colors - bright: - black: '#555753' - red: '#ef2929' - green: '#8ae234' - yellow: '#fce94f' - blue: '#729fcf' - magenta: '#ad7fa8' - cyan: '#34e2e2' - white: '#eeeeec'