forked from DustVoice/dotfiles
Add dracula theme for Xresources ((u)rxvt, etc.); Remove .compton.conf
This commit is contained in:
parent
326b590738
commit
a5df098e56
4 changed files with 20 additions and 7 deletions
19
.Xresources
Normal file
19
.Xresources
Normal file
|
@ -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
|
|
@ -1,6 +0,0 @@
|
||||||
# Fading
|
|
||||||
fading = true; # Fade windows during opacity changes.
|
|
||||||
fade-delta = 12; # The time between steps in a fade in milliseconds. (default 10).
|
|
||||||
fade-in-step = 0.15; # Opacity change between steps while fading in. (default 0.028).
|
|
||||||
fade-out-step = 0.15; # Opacity change between steps while fading out. (default 0.03).
|
|
||||||
no-fading-openclose = false; # Fade windows in/out when opening/closing.
|
|
1
.config/.gitignore
vendored
1
.config/.gitignore
vendored
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
!/vconsole.conf
|
!/vconsole.conf
|
||||||
|
|
||||||
!/.compton.conf/
|
|
||||||
!/alacritty/
|
!/alacritty/
|
||||||
!/bspwm/
|
!/bspwm/
|
||||||
!/dmenu/
|
!/dmenu/
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,6 +12,7 @@
|
||||||
!/.vimrc
|
!/.vimrc
|
||||||
!/.xinitrc
|
!/.xinitrc
|
||||||
!/.Xmodmap.example
|
!/.Xmodmap.example
|
||||||
|
!/.Xresources
|
||||||
!/.zshenv
|
!/.zshenv
|
||||||
!/.zshpath.example
|
!/.zshpath.example
|
||||||
!/.zshrc
|
!/.zshrc
|
||||||
|
|
Loading…
Reference in a new issue