diff --git a/.config/X11/resources b/.config/X11/resources deleted file mode 100644 index f630f78..0000000 --- a/.config/X11/resources +++ /dev/null @@ -1,40 +0,0 @@ -Xcursor.theme: Breeze-Adapta-Cursor - -!--- font ---! -Xft.autohint: 0 -Xft.lcdfilter: lcddefault -Xft.hintstyle: hintslight -Xft.hinting: 1 -Xft.antialias: 1 -Xft.rgba: rgb -*.font: xft:monospace:size=12 - -!--- colorscheme: material ---! -! special -*.foreground: #eceff1 -*.background: #263238 -*.cursorColor: #eceff1 -! black -*.color0: #263238 -*.color8: #37474f -! red -*.color1: #ff9800 -*.color9: #ffa74d -! green -*.color2: #8bc34a -*.color10: #9ccc65 -! yellow -*.color3: #ffc107 -*.color11: #ffa000 -! blue -*.color4: #03a9f4 -*.color12: #81d4fa -! magenta -*.color5: #e91e63 -*.color13: #ad1457 -! cyan -*.color6: #009688 -*.color14: #26a69a -! white -*.color7: #cfd8dc -*.color15: #eceff1 diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml deleted file mode 100644 index e53d4f0..0000000 --- a/.config/alacritty/alacritty.yml +++ /dev/null @@ -1,33 +0,0 @@ -window: - class: - instance: Terminal Emulator -font: - size: 9 -# colorscheme: Material -colors: - # Default colors - primary: - background: '0x263238' - foreground: '0xeceff1' - # Normal colors - normal: - black: '#505070' - red: '#ff9800' - green: '#8bc34a' - yellow: '#ffc107' - blue: '#03a9f4' - magenta: '#e91e63' - cyan: '#009688' - white: '#cfd8dc' - # Bright colors - bright: - black: '#507070' - red: '#ffa74d' - green: '#9ccc65' - yellow: '#ffa000' - blue: '#81d4fa' - magenta: '#ad1457' - cyan: '#26a69a' - white: '#eceff1' -selection: - save_to_clipboard: false