diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-05-20 18:42:05 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-05-20 18:42:05 +0200 |
| commit | aac2054e7e8a9bb3f3975a9055aca609c80f2b3f (patch) | |
| tree | ce9e5e72c43fd2f54c3bbfe62fd3c5c6ab8c07dc | |
| parent | 8263451ce5ae7fe4f4aa58c2a040b89fad9ea395 (diff) | |
added a light mode theme
| -rw-r--r-- | .Xresources | 35 | ||||
| -rw-r--r-- | .config/i3/config | 8 | ||||
| -rw-r--r-- | .config/ncmpcpp/config | 2 | ||||
| -rw-r--r-- | .config/shell/profile | 2 | ||||
| -rw-r--r-- | .config/tmux/tmux.conf | 4 | ||||
| -rw-r--r-- | .config/x11/xinitrc | 12 | ||||
| -rw-r--r-- | .vim/vimrc | 6 |
7 files changed, 57 insertions, 12 deletions
diff --git a/.Xresources b/.Xresources index ae68e93..4677996 100644 --- a/.Xresources +++ b/.Xresources @@ -6,16 +6,19 @@ URxvt.imLocale: ja_JP.utf8 URxvt.imFont: xft:WenQuanYi Micro Hei Mono:size=12 URxvt.inputMethod: ibus -URxvt.*font: xft:Iosevka Term Custom:style=Regular:size=11:antialias=True -/*,xft:JoyPixels:pixelsize=10*/ +URxvt.*font: xft:Iosevka Term Custom:style=Regular:size=11:antialias=True,xft:Joypixels:pixelsize=10 !! true transparency !!URxvt.depth: 32 !!URxvt.background: [90]#000000 !! no transparency +! light +! URxvt.background: #eeeeee +! URxvt.foreground: #444444 +! dark URxvt.background: #000000 -URxvt.foreground: #ffffff +URxvt.foreground: #FFFFFF !! visuals and colors /* URxvt.letterSpace: 0 */ @@ -25,6 +28,7 @@ URxvt.externalBorder: 0 URxvt.internalBorder: 0 URxvt.backgroundBorder: 0 URxvt.borderLess: False +!! colors for dracula theme !! black URxvt.color0: #000000 URxvt.color8: #343636 @@ -50,6 +54,31 @@ URxvt.color14: #6db0ad URxvt.color7: #c4c4c4 URxvt.color15: #cccccc +!! colors for papercolor-theme +! !! white +! URxvt.color0: #eeeeee +! URxvt.color8: #bcbcbc +! !! red +! URxvt.color1: #af0000 +! URxvt.color9: #d70000 +! !! dark green and magenta +! URxvt.color2: #008700 +! URxvt.color10: #d70087 +! !! murky green and purple +! URxvt.color3: #5f8700 +! URxvt.color11: #8700af +! !! jeans blue and orange +! URxvt.color4: #0087af +! URxvt.color12: #d75f00 +! !! gray and orange +! URxvt.color5: #878787 +! URxvt.color13: #d75f00 +! !! ocean blue +! URxvt.color6: #005f87 +! URxvt.color14: #005faf +! !! dark gray and ocean blue +! URxvt.color7: #444444 +! URxvt.color15: #005f87 !! perl extensions URxvt.perl-ext-common: default,url-select,resize-font,selection-to-clipboard,-confirm-paste diff --git a/.config/i3/config b/.config/i3/config index 7b523a2..b98175c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -19,6 +19,14 @@ for_window [title="Friends List"] floating enable # focus_on_window_activation none focus_follows_mouse yes +# control mouse with keyboard +bindsym Mod1+Control+g exec --no-startup-id xdotool click --clearmodifiers 1 +bindsym Mod1+Control+r exec --no-startup-id xdotool click --clearmodifiers 3 +bindsym Mod1+Control+t exec --no-startup-id xdotool mousemove_relative -- 0 20 +bindsym Mod1+Control+c exec --no-startup-id xdotool mousemove_relative -- 0 -20 +bindsym Mod1+Control+h exec --no-startup-id xdotool mousemove_relative -- -20 0 +bindsym Mod1+Control+n exec --no-startup-id xdotool mousemove_relative -- 20 0 +bindsym Mod1+Control+z exec --no-startup-id xdotool mousemove 3200 2104 # Use wpctl to adjust volume in Pipewire. set $refresh_i3status killall -SIGUSR1 i3status diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index f5c8ab5..7a1c2fc 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -15,7 +15,7 @@ playlist_show_remaining_time = yes browser_display_mode = columns autocenter_mode = yes follow_now_playing_lyrics = yes -lyrics_fetchers = genius, tekstowo, plyrics, justsomelyrics, jahlyrics, zeneszoveg, internet +lyrics_fetchers = tekstowo, plyrics, justsomelyrics, jahlyrics, zeneszoveg, genius, internet # UI and colors external_editor = nano diff --git a/.config/shell/profile b/.config/shell/profile index e6b31cc..701d778 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -37,4 +37,4 @@ export PATH="$PATH:$HOME/.local/bin:$HOME/.local/src/fzf/bin:$HOME/.npm/bin:/sbi [ -f $HOME/.bashrc ] && . $HOME/.bashrc -[ -f /etc/motd ] && /etc/motd +[ -f /etc/motd.tcl ] && /etc/motd.tcl diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 48f13e5..114a7eb 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -5,8 +5,12 @@ set -g status-right "%A, %F - %H:%M" set -g window-status-current-style "underscore" set -g message-command-style 'fg=#000000,bg=#FFFF00' set -g message-style 'fg=#000000, bg=#FFFF00' +# dark set -g status-bg '#333333' set -g status-fg '#FFFFFF' +# light +# set -g status-bg '#bbbbbb' +# set -g status-fg '#000000' set -g set-titles on set -g set-titles-string "#T" set -g automatic-rename off diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index e5226bb..6d42e67 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -7,11 +7,11 @@ fi eval "$(gpg-agent --daemon --allow-preset-passphrase)" eval "$(ssh-agent)" -xrandr --addmode HDMI-A-0 1280x960 -xrandr --output HDMI-A-0 --mode 1280x960 --primary -xrandr --output DisplayPort-1 --mode 1920x1080 --left-of HDMI-A-0 -# xrandr --output DisplayPort-2 --mode 1920x1080 --primary -# xrandr --output HDMI-A-0 --mode 1280x960 --left-of DisplayPort-2 +#xrandr --addmode HDMI-A-0 1280x1024 +# xrandr --output HDMI-A-0 --mode 1280x1024 --primary +# xrandr --output DisplayPort-1 --mode 1920x1080 --left-of HDMI-A-0 +xrandr --output DisplayPort-1 --mode 1920x1080 --primary +xrandr --output HDMI-A-0 --mode 1280x1024 --left-of DisplayPort-1 xset r rate 250 30 xset s off -dpms @@ -24,6 +24,6 @@ xrdb -merge ~/.Xresources /usr/bin/pipewire & /usr/bin/mpd & $HOME/.local/bin/set-wallpaper & -/usr/libexec/polkit-gnome-authentication-agent-1 & +# /usr/libexec/polkit-gnome-authentication-agent-1 & exec i3 @@ -20,16 +20,20 @@ let $RC="$HOME/.vim/vimrc" call plug#begin() Plug 'dracula/vim', { 'as': 'dracula' } +Plug 'NLKNguyen/papercolor-theme' Plug 'tpope/vim-commentary' Plug 'tpope/vim-surround' Plug 'preservim/nerdtree' call plug#end() +" set background=light +" colorscheme PaperColor + +set background=dark colorscheme dracula hi Normal ctermbg=black - set autoindent set smartindent set expandtab |
