diff --git a/.config/X11/xresources b/.config/X11/xresources new file mode 100644 index 0000000..7e9341b --- /dev/null +++ b/.config/X11/xresources @@ -0,0 +1,19 @@ +! Dracula Xresources Palette +*.foreground: #F8F8F2 +*.background: #282A36 +*.color0: #000000 +*.color8: #4D4D4D +*.color1: #FF5555 +*.color9: #FF6E67 +*.color2: #50FA7B +*.color10: #5AF78E +*.color3: #F1FA8C +*.color11: #F4F99D +*.color4: #BD93F9 +*.color12: #CAA9FA +*.color5: #FF79C6 +*.color13: #FF92D0 +*.color6: #8BE9FD +*.color14: #9AEDFE +*.color7: #BFBFBF +*.color15: #E6E6E6 diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc new file mode 100644 index 0000000..09b42cf --- /dev/null +++ b/.config/gtk-2.0/gtkrc @@ -0,0 +1,18 @@ +# DO NOT EDIT! This file will be overwritten by LXAppearance. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. + +include "/home/pepper/.gtkrc-2.0.mine" +gtk-theme-name="Dracula" +gtk-icon-theme-name="Adwaita" +gtk-font-name="mononoki Nerd Font 11" +gtk-cursor-theme-name="Adwaita" +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintfull" diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini new file mode 100644 index 0000000..a76409a --- /dev/null +++ b/.config/gtk-3.0/settings.ini @@ -0,0 +1,15 @@ +[Settings] +gtk-theme-name=Dracula +gtk-icon-theme-name=Adwaita +gtk-font-name=mononoki Nerd Font 11 +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintfull diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 7d9e3af..aa5bdc8 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -14,9 +14,9 @@ set nocompatible " be iMproved, required filetype off " required " Set the runtime path to include Vundle and initialize -set rtp+=~/.vim/bundle/Vundle.vim +set rtp+=~/.config/vim/bundle/Vundle.vim -call vundle#begin() " Required, all plugins must appear after this line. +call vundle#begin('~/.config/vim/bundle/') " Required, all plugins must appear after this line. Plugin 'gmarik/Vundle.vim' " Vundle Plugin 'itchyny/lightline.vim' " Lightline statusbar