88 lines
3.4 KiB
Plaintext
88 lines
3.4 KiB
Plaintext
! ------------------------------------------------------------------------------
|
|
! Theme Configuration
|
|
! ------------------------------------------------------------------------------
|
|
#include ".Xresources.d/themes/dracula.res"
|
|
|
|
! ------------------------------------------------------------------------------
|
|
! ROFI Configuration
|
|
! ------------------------------------------------------------------------------
|
|
#include ".Xresources.d/rofi/dracula.res"
|
|
|
|
! ------------------------------------------------------------------------------
|
|
! Xft fonts Configuration
|
|
! ------------------------------------------------------------------------------
|
|
Xft.dpi: 96
|
|
Xft.antialias: true
|
|
Xft.rgba: rgb
|
|
Xft.hinting: true
|
|
Xft.hintstyle: hintslight
|
|
Xft.autohint: false
|
|
Xft.lcdfilter: lcddefault
|
|
|
|
! ------------------------------------------------------------------------------
|
|
! SSH-ASKPASS
|
|
! ------------------------------------------------------------------------------
|
|
ssh-askpass.Dialog.font: xft:roboto,mono-11:regular
|
|
ssh-askpass.?.foreground: rgb:b6/b6/b6
|
|
ssh-askpass.?.background: rgb:00/00/00
|
|
ssh-askpass.topShadowColor: rgb:5f/5f/5f
|
|
ssh-askpass.bottomShadowColor: rgb:24/24/24
|
|
ssh-askpass.borderColor: rgb:00/00/00
|
|
ssh-askpass.shadowThickness: 1
|
|
ssh-askpass.borderWidth: 0
|
|
ssh-askpass.horizontalSpacing: 5
|
|
ssh-askpass.verticalSpacing: 6
|
|
|
|
ssh-askpass.Button.font: Roboto
|
|
ssh-askpass.Button.shadowThickness: 2
|
|
ssh-askpass.Button.borderWidth: 0
|
|
ssh-askpass.Button.horizontalSpacing: 5
|
|
ssh-askpass.Button.verticalSpacing: 2
|
|
|
|
ssh-askpass.Indicator.foreground: rgb:f0/54/4c
|
|
ssh-askpass.Indicator.background: rgb:55/55/55
|
|
ssh-askpass.Indicator.shadowThickness: 1
|
|
ssh-askpass.Indicator.borderWidth: 0
|
|
ssh-askpass.Indicator.height: 7
|
|
ssh-askpass.Indicator.width: 15
|
|
ssh-askpass.Indicator.horizontalSpacing: 2
|
|
ssh-askpass.Indicator.verticalSpacing: 4
|
|
ssh-askpass.Indicator.minimumCount: 8
|
|
ssh-askpass.Indicator.maximumCount: 24
|
|
|
|
! ------------------------------------------------------------------------------
|
|
! Urxvt
|
|
! ------------------------------------------------------------------------------
|
|
URxvt.perl-lib: /home/jeff/.urxvt
|
|
URxvt*termName: rxvt-color
|
|
URxvt*font: xft:Hasklug Term Medium Nerd Font Complete Mono:pixelsize=11:style=medium
|
|
URxvt.letterSpace: -1
|
|
URxvt.depth: 32
|
|
URxvt.background: rgba:0000/0000/0200/d800
|
|
URxvt*scrollBar: False
|
|
URxvt.scrollBar_right: False
|
|
URxvt.scrollBar_floating: False
|
|
URxvt.scrollstyle: rxvt
|
|
|
|
URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard,tabbed
|
|
! keyboard-select
|
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
|
URxvt.keysym.M-s: perl:keyboard-select:search
|
|
! url-select
|
|
URxvt.keysym.M-u: perl:url-select:select_next
|
|
URxvt.url-select.autocopy: true
|
|
URxvt.url-select.launcher: /usr/bin/xdg-open
|
|
URxvt.url-select.button: 2
|
|
URxvt.url-select.underline: true
|
|
!clipboard
|
|
URxvt.keysym.M-c: perl:clipboard:copy
|
|
URxvt.keysym.M-v: perl:clipboard:paste
|
|
URxvt.clipboard.autocopy: true
|
|
! tabbed
|
|
|
|
! ------------------------------------------------------------------------------
|
|
! XTerm
|
|
! ------------------------------------------------------------------------------
|
|
XTerm*termName: xterm-256color
|
|
|