cleanup on mothership reinstall
This commit is contained in:
@@ -1,55 +0,0 @@
|
||||
Xft.dpi: 109
|
||||
Xft.antialias: true
|
||||
Xft.hinting: true
|
||||
Xft.rgba: rgb
|
||||
Xft.autohint: false
|
||||
Xft.hintstyle: hintslight
|
||||
Xft.lcdfilter: lcddefault
|
||||
|
||||
*pointerColorBackground: #2B2C2B
|
||||
*pointerColorForeground: #16A085
|
||||
Xcursor.theme: Adwaita
|
||||
Xcursor.size: 0
|
||||
|
||||
#define base00 #2d2d2d
|
||||
#define base01 #393939
|
||||
#define base02 #515151
|
||||
#define base03 #747369
|
||||
#define base04 #a09f93
|
||||
#define base05 #d3d0c8
|
||||
#define base06 #e8e6df
|
||||
#define base07 #f2f0ec
|
||||
#define base08 #f2777a
|
||||
#define base09 #f99157
|
||||
#define base0A #ffcc66
|
||||
#define base0B #99cc99
|
||||
#define base0C #66cccc
|
||||
#define base0D #6699cc
|
||||
#define base0E #cc99cc
|
||||
#define base0F #d27b53
|
||||
|
||||
*.foreground: base05
|
||||
#ifdef background_opacity
|
||||
*.background: [background_opacity]base00
|
||||
#else
|
||||
*.background: base00
|
||||
#endif
|
||||
*.cursorColor: base05
|
||||
|
||||
*.color0: base00
|
||||
*.color1: base08
|
||||
*.color2: base0B
|
||||
*.color3: base0A
|
||||
*.color4: base0D
|
||||
*.color5: base0E
|
||||
*.color6: base0C
|
||||
*.color7: base05
|
||||
|
||||
*.color8: base03
|
||||
*.color9: base08
|
||||
*.color10: base0B
|
||||
*.color11: base0A
|
||||
*.color12: base0D
|
||||
*.color13: base0E
|
||||
*.color14: base0C
|
||||
*.color15: base07
|
||||
@@ -0,0 +1,8 @@
|
||||
export EDITOR=/usr/bin/nvim
|
||||
export VISUAL=/usr/bin/nvim
|
||||
export TERMINAL=/usr/bin/kitty
|
||||
export PAGER="bat --style=header,rule,snip"
|
||||
export BROWSER=/usr/bin/vivaldi-stable
|
||||
|
||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
export TERMINAL=kitty
|
||||
export VISUAL=nvim
|
||||
export EDITOR=nvim
|
||||
export PAGER="bat --style=header,rule,snip"
|
||||
export BROWSER=/usr/bin/vivaldi-stable
|
||||
Reference in New Issue
Block a user