poetician

Pasture | Rofi colors

Jan 24th, 2022
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. /**
  2. * Base16 oomox-Pasture FSCN6916 Barbouillage ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-Pasture FSCN6916 Barbouillage
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. red: rgba ( 189, 83, 64, 100 % );
  11. blue: rgba ( 81, 136, 203, 100 % );
  12. lightfg: rgba ( 215, 214, 219, 100 % );
  13. lightbg: rgba ( 62, 61, 59, 100 % );
  14. foreground: rgba ( 14, 29, 25, 100 % );
  15. background: rgba ( 255, 254, 252, 100 % );
  16. background-color: rgba ( 255, 254, 252, 0 % );
  17. separatorcolor: @foreground;
  18. border-color: @foreground;
  19. selected-normal-foreground: @lightbg;
  20. selected-normal-background: @lightfg;
  21. selected-active-foreground: @background;
  22. selected-active-background: @blue;
  23. selected-urgent-foreground: @background;
  24. selected-urgent-background: @red;
  25. normal-foreground: @foreground;
  26. normal-background: @background;
  27. active-foreground: @blue;
  28. active-background: @background;
  29. urgent-foreground: @red;
  30. urgent-background: @background;
  31. alternate-normal-foreground: @foreground;
  32. alternate-normal-background: @lightbg;
  33. alternate-active-foreground: @blue;
  34. alternate-active-background: @lightbg;
  35. alternate-urgent-foreground: @red;
  36. alternate-urgent-background: @lightbg;
  37. }
  38.  
Advertisement
Add Comment
Please, Sign In to add comment