From ceae010375308744bfe381ee2c8126dbcfefdf88 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 26 May 2024 20:06:47 +0300 Subject: Lots of visual changes and quality of life. Dunst configured correctly. NeoVim colorscheme configured better. Updates to many config files. Changes to be committed: modified: Vencord/settings/settings.json modified: X11/Xresources modified: X11/xinit new file: appimageupdate modified: btop/btop.conf modified: clockpower modified: dunst/dunstrc new file: dunst/launch.sh modified: keybinds modified: lock modified: nvim/colors/hybrid.vim new file: nvim/colors/hybrid.vim.bkup modified: nvim/init.vim new file: qBittorrent/ICEBERG.qbtheme new file: qBittorrent/ayuDark.qbtheme modified: zsh/aliases modified: zsh/env modified: zsh/zshrc --- X11/Xresources | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'X11/Xresources') diff --git a/X11/Xresources b/X11/Xresources index 745ed66..6a8423c 100644 --- a/X11/Xresources +++ b/X11/Xresources @@ -6,9 +6,8 @@ Xcursor.theme: SpaceKCursors *.font: "Inconsolata:pixelsize=17:antialias=true:autohint=true" ! special -*.foreground: #d9d5e6 *.background: #0a001f - +*.foreground: #d9d5e6 *.cursorColor: #d9d5e6 ! black @@ -16,8 +15,8 @@ Xcursor.theme: SpaceKCursors *.color8: #828ff9 ! red -*.color1: #7f64ba -*.color9: #7f64ba +*.color1: #6740ba +*.color9: #6740ba ! green *.color2: #828ff9 @@ -36,8 +35,8 @@ Xcursor.theme: SpaceKCursors *.color13: #ace6f0 ! cyan -*.color6: #7f64ba -*.color14: #7f64ba +*.color6: #6740ba +*.color14: #6740ba ! white *.color7: #eebea4 -- cgit v1.2.3