Advertisement
neolid

Untitled

Jul 17th, 2018
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. /******************************************************************************
  2. * ROFI Color theme
  3. * User: neolid
  4. *
  5. ******************************************************************************/
  6.  
  7. configuration {
  8. columns: 1;
  9. }
  10. * {
  11. spacing: 1;
  12. }
  13. #window, {
  14. border: 0;
  15. border-radius: 1;
  16. padding: 10%;
  17. background-color: rgba (34, 45, 50, 60 % );
  18.  
  19. }
  20. #mainbox {
  21. border: 0;
  22. padding: 0%;
  23. background-color: rgba ( 216, 222, 232, 0 % );
  24.  
  25. }
  26. #message {
  27. border: 1;
  28. padding: 10 2% 10;
  29. }
  30. #listview {
  31. padding: 50 15% 0;
  32. spacing: 2;
  33. border: 0;
  34. border-radius: 4;
  35. border-color: rgba ( 0, 0, 0, 100 % );
  36. background-color: rgba ( 216, 222, 232, 0 % );
  37. text-color: rgba ( 231, 232, 235, 100 % );
  38.  
  39. }
  40. #element {
  41. border: 0;
  42. border-color: rgba ( 0, 0, 0, 100 % );
  43. border-radius: 4;
  44. padding: 5 5 5;
  45. background-color: rgba ( 216, 222, 232, 0 % );
  46. text-color: rgba ( 231, 232, 235, 100 % );
  47.  
  48. }
  49. #element.selected.normal {
  50. text-color: rgba ( 0, 188, 212, 100 % );
  51. background-color: rgba ( 216, 222, 232, 0 % );
  52.  
  53. }
  54. #element.selected.urgent {
  55. text-color: rgba ( 191, 97, 106, 100 % );
  56. background-color: rgba ( 216, 222, 232, 0 % );
  57.  
  58. }
  59. #element.selected.active {
  60. text-color: rgba ( 0, 188, 212, 100 % );
  61. }
  62.  
  63. #inputbar {
  64. padding: 50 15% 0;
  65. spacing: 0;
  66. background-color: rgba ( 216, 222, 232, 0 % );
  67. text-color: rgba ( 231, 232, 235, 100 % );
  68.  
  69. }
  70.  
  71. #entry {
  72. spacing: 0;
  73. border-color: rgba ( 216, 222, 232, 0 % );
  74. background-color: rgba ( 216, 222, 232, 0 % );
  75. text-color: rgba ( 231, 232, 235, 100 % );
  76. }
  77. #prompt {
  78. spacing: 0;
  79. padding: 5% 5% 0% 0%;
  80. text-color: rgba ( 231, 232, 235, 0 % );
  81. border-color: rgba ( 0, 0, 0, 10 % );
  82. background-color: rgba ( 20, 20, 25, 0 % );
  83. }
  84. #case-indicator {
  85. background-color: rgba ( 20, 20, 25, 0 % );
  86. text-color: rgba ( 20, 20, 25, 0 % );
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement