Update Xresources

This commit is contained in:
Marco Thomas
2021-03-05 17:23:50 +01:00
parent acf59f5207
commit 3926c08b36
2 changed files with 23 additions and 39 deletions

View File

@@ -1,45 +1,30 @@
#define base00 #1C1B1D *.foreground: #bbc2cf
#define base01 #98C379
#define base02 #E5C07B
#define base03 #D8D8D8
#define base04 #61AFEF
#define base05 #D8D8D8
#define base06 #C678DD
#define base07 #D8D8D8
#define base08 #E06C75
#define base09 #E06C75
#define base0A #E5C07B
#define base0B #98C379
#define base0C #56B6C2
#define base0D #61AFEF
#define base0E #C678DD
#define base0F #56B6C2
*.foreground: base05
#ifdef background_opacity #ifdef background_opacity
*.background: [background_opacity]base00 *.background: [background_opacity]#282c34
#else #else
*.background: base00 *.background: #282c34
#endif #endif
*.cursorColor: base05
*.color0: base00 *.cursorColor: #bbc2cf
*.color1: base08
*.color2: base0B
*.color3: base0A
*.color4: base0D
*.color5: base0E
*.color6: base0C
*.color7: base05
*.color8: base03 *.color0: #282c34
*.color9: base09 *.color1: #ff6c6b
*.color10: base01 *.color2: #98be65
*.color11: base02 *.color3: #ecbe7b
*.color12: base04 *.color4: #51afef
*.color13: base06 *.color5: #c678dd
*.color14: base0F *.color6: #46d9ff
*.color15: base07 *.color7: #bbc2cf
*.color8: #bbc3cf
*.color9: #ff6c6b
*.color10: #98be65
*.color11: #ecbe7b
*.color12: #51afef
*.color13: #c678dd
*.color14: #46d9ff
*.color15: #bbc2cf
!! Some extra xterm settings !! Some extra xterm settings
! Font ! Font

View File

@@ -30,7 +30,7 @@ zstyle ':vcs_info:git:*' formats '|%b '
export EDITOR="nvim" export EDITOR="nvim"
export VISUAL="nvim" export VISUAL="nvim"
export LANG="en_US.UTF-8" export LANG="en_US.UTF-8"
export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin
export GTK_IM_MODULE='fcitx' export GTK_IM_MODULE='fcitx'
export QT_IM_MODULE='fcitx' export QT_IM_MODULE='fcitx'
@@ -46,10 +46,9 @@ if [[ -x $(which nvim 2> /dev/null) ]]; then
alias vim="nvim" alias vim="nvim"
fi fi
alias emacs="emacs -nw"
if [[ -x $(which swallow 2> /dev/null) ]]; then if [[ -x $(which swallow 2> /dev/null) ]]; then
alias zathura="swallow zathura" alias zathura="swallow zathura"
alias emacs="swallow emacs"
fi fi
alias updoot="yay -Syu" alias updoot="yay -Syu"