Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. #include "common"
  2.  
  3. #define S_base03 #002b36
  4. #define S_base02 #073642
  5. #define S_base01 #586e75
  6. #define S_base00 #657b83
  7. #define S_base0 #839496
  8. #define S_base1 #93a1a1
  9. #define S_base2 #eee8d5
  10. #define S_base3 #fdf6e3
  11. #define S_yellow #b58900
  12. #define S_orange #cb4b16
  13. #define S_red #dc322f
  14. #define S_magenta #d33682
  15. #define S_violet #6c71c4
  16. #define S_blue #268bd2
  17. #define S_cyan #2aa198
  18. #define S_green #859900
  19.  
  20. URxvt*colorUL: S_green
  21. URxvt*colorBD: S_blue
  22. URxvt*color1: S_red
  23. URxvt*color9: S_orange
  24. URxvt*color2: S_green
  25. URxvt*color3: S_yellow
  26. URxvt*color4: S_blue
  27. URxvt*color5: S_magenta
  28. URxvt*color13: S_violet
  29. URxvt*color6: S_cyan
  30.  
  31. URxvt*background: S_base03
  32. URxvt*foreground: S_base00
  33. URxvt*fadeColor: S_base03
  34. URxvt*cursorColor: S_base1
  35. URxvt*pointerColorBackground: S_base01
  36. URxvt*pointerColorForeground: S_base1
  37. URxvt*scrollColor: #657b83
  38. URxvt*borderColor: #002b36
  39. URxvt*color0: S_base02
  40. URxvt*color8: S_base03
  41. URxvt*color10: S_base01
  42. URxvt*color11: S_base00
  43. URxvt*color12: S_base0
  44. URxvt*color14: S_base1
  45. URxvt*color7: S_base2
  46. URxvt*color15: S_base3
  47.  
  48. ! bg, fg, bgalt, hlbg, hlfg
  49. rofi.color-normal: #002b36,#839496,#002b36,#073642,#eee8d5
  50. rofi.color-urgent: #002b36,#d33682,#002b36,#073642,#d33682
  51. rofi.color-active: #002b36,#268bd2,#002b36,#073642,#268bd2
  52. ! background, border, separator
  53. rofi.color-window: #002b36,#d33682,#073642
  54.  
  55. URxvt.font: xft:DejaVu Sans Mono:pixelsize=14:antialias=true
  56. ! URxvt.scrollBar: false
  57.  
  58. !! Extensions
  59. ! URxvt.perl-ext-common: default,font-size,matcher,resize-font,url-select,keyboard-select
  60. ! URxvt.colorUL: #4682B4
  61. !! url-select
  62. ! URxvt.keysym.M-u: perl:url-select:select_next
  63. ! URxvt.url-select.launcher: webview
  64. ! URxvt.url-select.underline: true
  65. !! keyboard-select:
  66. ! URxvt.keysym.M-Escape: perl:keyboard-select:activate
  67. !! resize-font
  68. ! URxvt.keysym.C-Up: font-size:increase
  69. ! URxvt.keysym.C-Down: font-size:decrease
  70. !! Matcher
  71. ! URxvt.url-launcher: webview
  72. ! URxvt.matcher.button: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement