From 664014346a6b826622210e2c10eda75b9baa5ed0 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Tue, 19 Apr 2022 10:15:08 +0700 Subject: [PATCH] chore(config): remove github dark --- data/alacritty/github_dark.yml | 33 -------------------------- data/kitty/github_dark.conf | 43 ---------------------------------- 2 files changed, 76 deletions(-) delete mode 100644 data/alacritty/github_dark.yml delete mode 100644 data/kitty/github_dark.conf diff --git a/data/alacritty/github_dark.yml b/data/alacritty/github_dark.yml deleted file mode 100644 index 12e1390..0000000 --- a/data/alacritty/github_dark.yml +++ /dev/null @@ -1,33 +0,0 @@ -# https://github.com/projekt0n/github-nvim-theme -# github Alacritty Colors -colors: - # Default colors - primary: - background: '0x24292e' - foreground: '0xd1d5da' - - # Normal colors - normal: - black: '0x586069' - red: '0xea4a5a' - green: '0x34d058' - yellow: '0xffea7f' - blue: '0x2188ff' - magenta: '0xb392f0' - cyan: '0x39c5cf' - white: '0xd1d5da' - - # Bright colors - bright: - black: '0x959da5' - red: '0xf97583' - green: '0x85e89d' - yellow: '0xffea7f' - blue: '0x79b8ff' - magenta: '0xb392f0' - cyan: '0x56d4dd' - white: '0xfafbfc' - - indexed_colors: - - { index: 16, color: '0xd18616' } - - { index: 17, color: '0xf97583' } diff --git a/data/kitty/github_dark.conf b/data/kitty/github_dark.conf deleted file mode 100644 index 655af7e..0000000 --- a/data/kitty/github_dark.conf +++ /dev/null @@ -1,43 +0,0 @@ -# https://github.com/projekt0n/github-nvim-theme -# github colors for Kitty - -background #24292e -foreground #d1d5da -selection_background #284566 -selection_foreground #d1d5da -url_color #d1d5da -cursor #c8e1ff - -# Tabs -active_tab_background #2188ff -active_tab_foreground #1f2428 -inactive_tab_background #666666 -inactive_tab_foreground #1f2428 - -# Windows Border -active_border_color #444c56 -inactive_border_color #444c56 - -# normal -color0 #586069 -color1 #ea4a5a -color2 #34d058 -color3 #ffea7f -color4 #2188ff -color5 #b392f0 -color6 #39c5cf -color7 #d1d5da - -# bright -color8 #959da5 -color9 #f97583 -color10 #85e89d -color11 #ffea7f -color12 #79b8ff -color13 #b392f0 -color14 #56d4dd -color15 #fafbfc - -# extended colors -color16 #ffea7f -color17 #f97583