From c592fa0aca76ae2bd65a915d2df9152458ae8817 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 25 May 2025 19:14:02 +0530 Subject: changed alacritty theme, removed useless ones --- .config/alacritty/themes/molokai.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .config/alacritty/themes/molokai.yml (limited to '.config/alacritty/themes/molokai.yml') diff --git a/.config/alacritty/themes/molokai.yml b/.config/alacritty/themes/molokai.yml deleted file mode 100644 index b5bea8d..0000000 --- a/.config/alacritty/themes/molokai.yml +++ /dev/null @@ -1,34 +0,0 @@ -# Colors (Molokai) -colors: - # Default colors - primary: - background: '0x151515' - foreground: '0xeaeaea' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x000000' - cursor: '0xffffff' - - # Normal colors - normal: - black: '0x121212' - red: '0xfa2573' - # green: '0x98e123' # Correct Molokai colour - green: '0x9cff00' # Better looking colour - yellow: '0xdfd460' - blue: '0x1080d0' - magenta: '0x8700ff' - cyan: '0x43a8d0' - white: '0xbbbbbb' - - # Bright colors - bright: - black: '0x555555' - red: '0xf6669d' - green: '0xb1e05f' - yellow: '0xfff26d' - blue: '0x00afff' - magenta: '0xaf87ff' - cyan: '0x51ceff' - white: '0xffffff' -- cgit v1.2.3