Xresources: add oxygen

This commit is contained in:
Thomas Preisner 2023-05-11 09:14:17 +02:00
parent e359380b15
commit bf09d09da0

View file

@ -1,5 +1,5 @@
! beryllium is arch-based with easy access to source code pro, let's use it
#if defined(SRVR_beryllium)
#if defined(SRVR_beryllium) || defined(SRVR_oxygen)
URxvt.font: xft:Source Code Pro:size=9:antialias=true
URxvt.boldFont: xft:Source Code Pro:style=bold:size=9:antialias=true
#else
@ -21,7 +21,7 @@ URxvt.shading: 20
URxvt.iso14755: false
URxvt.iso14755_52: false
#if defined(SRVR_beryllium) || defined(SRVR_cipbuero4)
#if defined(SRVR_beryllium) || defined(SRVR_cipbuero4) || defined(SRVR_oxygen)
Xft.dpi: 192
#endif