Guest User

Rofi Theme

a guest
Jun 4th, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. /**
  2. * rofi -dump-theme output.
  3. * Rofi version: 1.7.3-dev
  4. **/
  5. * {
  6. selected-urgent-foreground: var(foreground);
  7. red: rgba ( 241, 93, 34, 100 % );
  8. selected-active-foreground: var(foreground);
  9. catpuccin: rgba ( 171, 233, 179, 100 % );
  10. separatorcolor: var(orange);
  11. urgent-foreground: var(foreground);
  12. alternate-urgent-background: var(background);
  13. lightbg: rgba ( 83, 76, 72, 100 % );
  14. background-color: rgba ( 78, 71, 67, 100 % );
  15. bordercolor: var(foreground);
  16. normal-background: var(background);
  17. selected-urgent-background: var(red);
  18. alternate-active-background: var(blue);
  19. active-foreground: var(foreground);
  20. blue: rgba ( 72, 185, 199, 100 % );
  21. selected-normal-foreground: var(foreground);
  22. urgent-background: var(red);
  23. alternate-normal-foreground: var(foreground);
  24. selected-active-background: var(blue);
  25. black-foreground: Black;
  26. spacing: 2;
  27. active-background: var(orange);
  28. alternate-active-foreground: var(foreground);
  29. alternate-normal-background: var(background);
  30. selected-normal-background: var(blue);
  31. orange: rgba ( 250, 164, 26, 100 % );
  32. alternate-urgent-foreground: var(foreground);
  33. normal-foreground: var(foreground);
  34. text-color: rgba ( 242, 242, 242, 100 % );
  35. }
  36. window {
  37. transparency: "real";
  38. background-color: var(background-color);
  39. padding: 5;
  40. border-color: var(orange);
  41. border: 0;
  42. text-color: var(orange);
  43. border-radius: 14px ;
  44. }
  45. mainbox {
  46. padding: 1.0000% ;
  47. background-color: transparent;
  48. border: 0.0000% ;
  49. spacing: 1.0000% ;
  50. border-radius: 0.0000% ;
  51. children: [ "inputbar","listview" ];
  52. }
  53. message {
  54. padding: 2px 0px 0px ;
  55. border: 1px dash 0px 0px ;
  56. text-color: var(orange);
  57. }
  58. textbox {
  59. text-color: var(orange);
  60. }
  61. prompt {
  62. padding: 0.2500% 0.7500% ;
  63. enabled: true;
  64. background-color: var(catpuccin);
  65. font: "Jet Brains Mono Regular 14";
  66. text-color: var(black-foreground);
  67. border-radius: 5.0000% ;
  68. }
  69. inputbar {
  70. border: 0px ;
  71. spacing: 0;
  72. text-color: var(orange);
  73. children: [ "prompt","textbox-prompt-colon","entry","case-indicator" ];
  74. }
  75. textbox-prompt-colon {
  76. margin: 0px 0.3000em 0.0000em 0.0000em ;
  77. expand: false;
  78. str: " ::";
  79. text-color: var(text-color);
  80. }
  81. listview {
  82. padding: 2px 0px 0px ;
  83. text-color: var(orange);
  84. columns: 2;
  85. lines: 10;
  86. spacing: 1.0000% ;
  87. fixed-height: 0;
  88. border: 2px 0px 0px ;
  89. }
  90. element {
  91. background-color: transparent;
  92. border: 0;
  93. text-color: White;
  94. }
  95. element selected {
  96. background-color: transparent;
  97. text-color: var(catpuccin);
  98. border: 0.0000% ;
  99. border-radius: 4px ;
  100. }
  101. element-icon {
  102. size: 32px ;
  103. text-color: inherit;
  104. }
  105. element-text {
  106. background-color: transparent;
  107. text-color: inherit;
  108. }
  109. button normal {
  110. text-color: var(orange);
  111. }
Advertisement
Add Comment
Please, Sign In to add comment