Advertisement
Guest User

Untitled

a guest
Jun 9th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. -------------------------------
  2. -- "Zenburn" awesome theme --
  3. -- By Adrian C. (anrxc) --
  4. -------------------------------
  5.  
  6. -- Alternative icon sets and widget icons:
  7. -- * http://awesome.naquadah.org/wiki/Nice_Icons
  8.  
  9. -- {{{ Main
  10. theme = {}
  11. theme.wallpaper_cmd = { "awsetbg /home/hackeridze/.config/awesome/themes/zenburn/pony.jpg" }
  12. -- }}}
  13.  
  14. -- {{{ Styles
  15. theme.font = "Ubuntu 8"
  16.  
  17. -- {{{ Colors
  18. theme.fg_normal = "#2C2C2C"
  19. theme.fg_focus = "#2C2C2C"
  20. theme.fg_urgent = "#303030"
  21. theme.bg_normal = "#F7F7F7"
  22. theme.bg_focus = "#6699CC"
  23. theme.bg_urgent = "#D4D4D4"
  24. -- }}}
  25.  
  26. -- {{{ Borders
  27. theme.border_width = "0"
  28. theme.border_normal = "#3F3F3F"
  29. theme.border_focus = "#6F6F6F"
  30. theme.border_marked = "#CC9393"
  31. -- }}}
  32.  
  33. -- {{{ Titlebars
  34. theme.titlebar_bg_focus = "#3F3F3F"
  35. theme.titlebar_bg_normal = "#3F3F3F"
  36. -- }}}
  37.  
  38. -- There are other variable sets
  39. -- overriding the default one when
  40. -- defined, the sets are:
  41. -- [taglist|tasklist]_[bg|fg]_[focus|urgent]
  42. -- titlebar_[normal|focus]
  43. -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
  44. -- Example:
  45. --theme.taglist_bg_focus = "#CC9393"
  46. -- }}}
  47.  
  48. -- {{{ Widgets
  49. -- You can add as many variables as
  50. -- you wish and access them by using
  51. -- beautiful.variable in your rc.lua
  52. --theme.fg_widget = "#AECF96"
  53. --theme.fg_center_widget = "#88A175"
  54. --theme.fg_end_widget = "#FF5656"
  55. --theme.bg_widget = "#494B4F"
  56. --theme.border_widget = "#3F3F3F"
  57. -- }}}
  58.  
  59. -- {{{ Mouse finder
  60. theme.mouse_finder_color = "#CC9393"
  61. -- mouse_finder_[timeout|animate_timeout|radius|factor]
  62. -- }}}
  63.  
  64. -- {{{ Menu
  65. -- Variables set for theming the menu:
  66. -- menu_[bg|fg]_[normal|focus]
  67. -- menu_[border_color|border_width]
  68. theme.menu_height = "8"
  69. theme.menu_width = "100"
  70. -- }}}
  71.  
  72. -- {{{ Icons
  73. -- {{{ Taglist
  74. theme.taglist_squares_sel = "/usr/share/awesome/themes/zenburn/taglist/squarefz.png"
  75. theme.taglist_squares_unsel = "/usr/share/awesome/themes/zenburn/taglist/squarez.png"
  76. --theme.taglist_squares_resize = "false"
  77. -- }}}
  78.  
  79. -- {{{ Misc
  80. theme.awesome_icon = "/home/hackeridze/.config/awesome/themes/zenburn/awesome-icon.png"
  81. theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png"
  82. theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png"
  83. -- }}}
  84.  
  85. -- {{{ Layout
  86. theme.layout_tile = "/usr/share/awesome/themes/zenburn/layouts/tile.png"
  87. theme.layout_tileleft = "/usr/share/awesome/themes/zenburn/layouts/tileleft.png"
  88. theme.layout_tilebottom = "/usr/share/awesome/themes/zenburn/layouts/tilebottom.png"
  89. theme.layout_tiletop = "/usr/share/awesome/themes/zenburn/layouts/tiletop.png"
  90. theme.layout_fairv = "/usr/share/awesome/themes/zenburn/layouts/fairv.png"
  91. theme.layout_fairh = "/usr/share/awesome/themes/zenburn/layouts/fairh.png"
  92. theme.layout_spiral = "/usr/share/awesome/themes/zenburn/layouts/spiral.png"
  93. theme.layout_dwindle = "/usr/share/awesome/themes/zenburn/layouts/dwindle.png"
  94. theme.layout_max = "/usr/share/awesome/themes/zenburn/layouts/max.png"
  95. theme.layout_fullscreen = "/usr/share/awesome/themes/zenburn/layouts/fullscreen.png"
  96. theme.layout_magnifier = "/usr/share/awesome/themes/zenburn/layouts/magnifier.png"
  97. theme.layout_floating = "/usr/share/awesome/themes/zenburn/layouts/floating.png"
  98. -- }}}
  99.  
  100. -- {{{ Titlebar
  101. theme.titlebar_close_button_focus = "/usr/share/awesome/themes/zenburn/titlebar/close_focus.png"
  102. theme.titlebar_close_button_normal = "/usr/share/awesome/themes/zenburn/titlebar/close_normal.png"
  103.  
  104. theme.titlebar_ontop_button_focus_active = "/usr/share/awesome/themes/zenburn/titlebar/ontop_focus_active.png"
  105. theme.titlebar_ontop_button_normal_active = "/usr/share/awesome/themes/zenburn/titlebar/ontop_normal_active.png"
  106. theme.titlebar_ontop_button_focus_inactive = "/usr/share/awesome/themes/zenburn/titlebar/ontop_focus_inactive.png"
  107. theme.titlebar_ontop_button_normal_inactive = "/usr/share/awesome/themes/zenburn/titlebar/ontop_normal_inactive.png"
  108.  
  109. theme.titlebar_sticky_button_focus_active = "/usr/share/awesome/themes/zenburn/titlebar/sticky_focus_active.png"
  110. theme.titlebar_sticky_button_normal_active = "/usr/share/awesome/themes/zenburn/titlebar/sticky_normal_active.png"
  111. theme.titlebar_sticky_button_focus_inactive = "/usr/share/awesome/themes/zenburn/titlebar/sticky_focus_inactive.png"
  112. theme.titlebar_sticky_button_normal_inactive = "/usr/share/awesome/themes/zenburn/titlebar/sticky_normal_inactive.png"
  113.  
  114. theme.titlebar_floating_button_focus_active = "/usr/share/awesome/themes/zenburn/titlebar/floating_focus_active.png"
  115. theme.titlebar_floating_button_normal_active = "/usr/share/awesome/themes/zenburn/titlebar/floating_normal_active.png"
  116. theme.titlebar_floating_button_focus_inactive = "/usr/share/awesome/themes/zenburn/titlebar/floating_focus_inactive.png"
  117. theme.titlebar_floating_button_normal_inactive = "/usr/share/awesome/themes/zenburn/titlebar/floating_normal_inactive.png"
  118.  
  119. theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/zenburn/titlebar/maximized_focus_active.png"
  120. theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/zenburn/titlebar/maximized_normal_active.png"
  121. theme.titlebar_maximized_button_focus_inactive = "/usr/share/awesome/themes/zenburn/titlebar/maximized_focus_inactive.png"
  122. theme.titlebar_maximized_button_normal_inactive = "/usr/share/awesome/themes/zenburn/titlebar/maximized_normal_inactive.png"
  123. -- }}}
  124. -- }}}
  125.  
  126. return theme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement