Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. #-------------------------------------
  2. # Gradients
  3. #-------------------------------------
  4. # Backgrounds
  5. # Background 1: Default task, Iconified task, Inactive desktop name
  6. rounded = 0
  7. border_width = 2
  8. border_sides = B
  9. border_content_tint_weight = 0
  10. background_content_tint_weight = 0
  11. background_color = #777777 0
  12. border_color = #93e5cc 100
  13. background_color_hover = #aaaaaa 22
  14. border_color_hover = #eaeaea 44
  15. background_color_pressed = #555555 4
  16. border_color_pressed = #eaeaea 44
  17.  
  18. # Background 2: Active task
  19. rounded = 0
  20. border_width = 2
  21. border_sides = B
  22. border_content_tint_weight = 0
  23. background_content_tint_weight = 0
  24. background_color = #777777 0
  25. border_color = #e3788f 100
  26. background_color_hover = #aaaaaa 22
  27. border_color_hover = #eaeaea 44
  28. background_color_pressed = #555555 4
  29. border_color_pressed = #eaeaea 44
  30.  
  31. # Background 3: Urgent task
  32. rounded = 4
  33. border_width = 1
  34. border_sides = TBLR
  35. border_content_tint_weight = 0
  36. background_content_tint_weight = 0
  37. background_color = #aa4400 100
  38. border_color = #aa7733 100
  39. background_color_hover = #cc7700 100
  40. border_color_hover = #aa7733 100
  41. background_color_pressed = #555555 4
  42. border_color_pressed = #aa7733 100
  43.  
  44. # Background 4: Tooltip
  45. rounded = 0
  46. border_width = 0
  47. border_sides = TBLR
  48. border_content_tint_weight = 0
  49. background_content_tint_weight = 0
  50. background_color = #2f343f 100
  51. border_color = #000000 0
  52. background_color_hover = #2f343f 100
  53. border_color_hover = #000000 100
  54. background_color_pressed = #2f343f 100
  55. border_color_pressed = #000000 0
  56.  
  57. # Background 5: Active desktop name
  58. rounded = 0
  59. border_width = 2
  60. border_sides = B
  61. border_content_tint_weight = 0
  62. background_content_tint_weight = 0
  63. background_color = #777777 0
  64. border_color = #fcd49f 100
  65. background_color_hover = #aaaaaa 22
  66. border_color_hover = #eaeaea 44
  67. background_color_pressed = #555555 4
  68. border_color_pressed = #eaeaea 44
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement