mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-03-25 07:22:54 +01:00
120 lines
2.6 KiB
Plaintext
120 lines
2.6 KiB
Plaintext
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
! Colors
|
|
!
|
|
*.background: #28292E
|
|
*.foreground: #eceff4
|
|
!
|
|
!! Terminal Colors
|
|
!
|
|
*.cursorColor: #eceff4
|
|
!
|
|
! Black
|
|
*.color0: #2C2E32
|
|
*.color8: #2C2E32
|
|
!
|
|
! Red
|
|
*.color1: #bf616a
|
|
*.color9: #bf616a
|
|
!
|
|
! Green
|
|
*.color2: #a3be8c
|
|
*.color10: #a3be8c
|
|
!
|
|
! Yellow
|
|
*.color3: #ebcb8b
|
|
*.color11: #ebcb8b
|
|
!
|
|
! Blue
|
|
*.color4: #81a1c1
|
|
*.color12: #81a1c1
|
|
!
|
|
! Magenta
|
|
*.color5: #b48ead
|
|
*.color13: #b48ead
|
|
!
|
|
! Cyan
|
|
*.color6: #88c0d0
|
|
*.color14: #88c0d0
|
|
!
|
|
! White
|
|
*.color7: #eceff4
|
|
*.color15: #eceff4
|
|
!
|
|
!! i3 Colors
|
|
!
|
|
*.i3_urgent: #9A40A9
|
|
*.i3_focused: #AC57BA
|
|
*.i3_unfocused: #2C2E32
|
|
*.i3_indicator: #2C2E32
|
|
!
|
|
!! Polybar Colors
|
|
!
|
|
*.highlight: #9A40A9
|
|
!
|
|
!! Rofi Colors
|
|
!
|
|
*.rofi_border: #28292E
|
|
*.rofi_fgdim: #d8dee9
|
|
*.rofi_selected: #424347
|
|
!
|
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
|
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
! XFT
|
|
!
|
|
Xft.dpi: 120
|
|
Xft.antialias: true
|
|
Xft.hinting: true
|
|
Xft.rgba: rgb
|
|
Xft.hintstyle: hintfull
|
|
Xft.autohint: true
|
|
Xft.lcdfilter: lcddefault
|
|
!
|
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
|
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
! URxvt
|
|
!
|
|
URxvt*foreground: grey
|
|
!
|
|
URxvt*depth: 32
|
|
URxvt*background: [90]#171717
|
|
URxvt*scrollBar: false
|
|
URxvt*mouseWheelScrollPage: false
|
|
URxvt*cursorBlink: false
|
|
URxvt*saveLines: 5000
|
|
!
|
|
URxvt.iso14755: false
|
|
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
|
|
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
|
!Xterm escape codes, word by word movement
|
|
URxvt.keysym.Control-Left: \033[1;5D
|
|
URxvt.keysym.Shift-Control-Left: \033[1;6D
|
|
URxvt.keysym.Control-Right: \033[1;5C
|
|
URxvt.keysym.Shift-Control-Right: \033[1;6C
|
|
URxvt.keysym.Control-Up: \033[1;5A
|
|
URxvt.keysym.Shift-Control-Up: \033[1;6A
|
|
URxvt.keysym.Control-Down: \033[1;5B
|
|
URxvt.keysym.Shift-Control-Down: \033[1;6B
|
|
!
|
|
URxvt*font: xft:Hack Nerd Font Mono:antialias=true
|
|
URxvt*boldFont: xft:Hack Nerd Font Mono:style=bold:antialias=true
|
|
!
|
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
|
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
! Misc.
|
|
!
|
|
*fading: 8
|
|
*fadeColor: black
|
|
*pointerColorBackground: #2B2C2B
|
|
*pointerColorForeground: #16A085
|
|
!
|
|
Xcursor.theme: xcursor-breeze-snow
|
|
Xcursor.size: 0
|
|
!
|
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|