You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
1.9 KiB
102 lines
1.9 KiB
|
|
! Include Current Color Theme |
|
! #include ".Xresources.d/themes/floral" |
|
|
|
! URxvt config |
|
|
|
! Inconsolata Font |
|
!URxvt*font: xft:Font Awesome 5 Free Regular:size=10 |
|
URxvt*font: xft:Inconsolata for Powerline:size=12:antialias=true xft:Droid Sans Mono for Powerline:size=11 |
|
!URxvt*boldfont: xft:Inconsolata for Powerline BoldForPowerline:size=10:antialias=true |
|
|
|
! Tewi Font |
|
! |
|
!URxvt*font: xft:tewi:size=8 |
|
!URxvt.letterSpace: 1 |
|
|
|
! Yuki Font |
|
! |
|
!URxvt*font: xft:yuki:size=8 |
|
!URxvt.letterSpace: 1 |
|
|
|
!Hack Font |
|
! |
|
!URxvt*font: xft:Hack:size=8 |
|
!URxvt*font: --Hack-----------iso8859- |
|
!URxvt.letterSpace: -1 |
|
|
|
! Use firefox for internets |
|
URxvt*url-launcher: firefox |
|
|
|
URxvt*internalBorder: 20 |
|
URxvt*cursorBlink: 1 |
|
|
|
! Scrollbar |
|
! |
|
URxvt*scrollBar: off |
|
|
|
! Clipboard enable |
|
! |
|
URxvt.keysym.C-M-c: builtin-string: |
|
URxvt.keysym.C-M-v: builtin-string: |
|
|
|
! Perl Extensions |
|
! |
|
URxvt.perl-ext-common: selection-to-clipboard,color-themes,font-size |
|
|
|
|
|
! DPI |
|
xft.dpi: 120 |
|
! Xft.autohint: 0 |
|
! Xft.lcdfilter: lcddefault |
|
! Xft.hintstyle: hintfull |
|
! Xft.hinting: 1 |
|
! Xft.antialias: 1 |
|
! Xft.rgba: rgb |
|
|
|
! Themeing |
|
! Default term options |
|
! |
|
URxvt*background: #0c0c0c |
|
URxvt*foreground: #eaeaea |
|
! Transparency |
|
! |
|
URxvt*transparent: false |
|
URxvt*shading: 14 |
|
! Theme Switcher |
|
! |
|
URxvt.color-themes.themedir: ~/.themes/urxvt |
|
URxvt.color-themes.preprocessor: /usr/bin/cpp |
|
URxvt.keysym.M-C-n: perl:color-themes:next |
|
URxvt.keysym.M-C-p: perl:color-themes:prev |
|
|
|
URxvt.color-themes.state-file: ~/.urxvt-theme |
|
URxvt.color-themes.autosave: 1 |
|
URxvt.keysym.M-C-l: perl:color-themes:load-state |
|
URxvt.keysym.M-C-s: perl:color-themes:save-state |
|
|
|
! Tango Theme |
|
! black |
|
*color0: #2E3436 |
|
*color8: #555753 |
|
! red |
|
*color1: #a40000 |
|
*color9: #EF2929 |
|
! green |
|
*color2: #4E9A06 |
|
*color10: #8AE234 |
|
! yellow |
|
*color3: #C4A000 |
|
*color11: #FCE94F |
|
! blue |
|
*color4: #3465A4 |
|
*color12: #729FCF |
|
! purple |
|
*color5: #75507B |
|
*color13: #AD7FA8 |
|
! orange (replaces cyan) |
|
*color6: #ce5c00 |
|
*color14: #fcaf3e |
|
! white |
|
*color7: #babdb9 |
|
*color15: #EEEEEC
|
|
|