Skip to content

Instantly share code, notes, and snippets.

@SparkySimp
Created August 19, 2023 19:21
Show Gist options
  • Save SparkySimp/5a1370e45819ad3d7021fa2d8bfa8bf8 to your computer and use it in GitHub Desktop.
Save SparkySimp/5a1370e45819ad3d7021fa2d8bfa8bf8 to your computer and use it in GitHub Desktop.
Fedora NsCDE resources
! Default foreground and background colors
URxvt*foreground: #cccccc
URxvt*background: #000000
! Colors for normal text
URxvt*color0: #000000
URxvt*color1: #ff0000
URxvt*color2: #00ff00
URxvt*color3: #ffff00
URxvt*color4: #0000ff
URxvt*color5: #ff00ff
URxvt*color6: #00ffff
URxvt*color7: #cccccc
! Colors for bright text (usually used for bold text)
URxvt*color8: #555555
URxvt*color9: #ff5555
URxvt*color10: #55ff55
URxvt*color11: #ffff55
URxvt*color12: #5555ff
URxvt*color13: #ff55ff
URxvt*color14: #55ffff
URxvt*color15: #ffffff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment