Advertisement
msjche

~/.config/awesome/themes/msjche/theme.lua

Aug 16th, 2013
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 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 = "~/.config/awesome/themes/awesome-wallpaper.jpg"
  12. -- }}}
  13.  
  14. -- {{{ Styles
  15. theme.font = "dejavu sans 11"
  16.  
  17. -- {{{ Colors
  18. theme.bg_normal = "#16161699"
  19. theme.bg_focus = "#3e3e3e"
  20. theme.bg_urgent = "#6e3e3e"
  21. theme.fg_normal = "#c8c8c8"
  22. theme.fg_focus = "#55aaff"
  23. theme.fg_urgent = "#ffffff"
  24. theme.bg_systray = theme.bg_normal
  25. -- }}}
  26.  
  27. -- {{{ Borders
  28. theme.border_width = 2
  29. theme.border_normal = "#3F3F3F"
  30. theme.border_focus = "#6F6F6F"
  31. theme.border_marked = "#CC9393"
  32. -- }}}
  33.  
  34. -- {{{ Titlebars
  35. theme.border_normal = "#000000"
  36. theme.border_focus = "#535d6c"
  37. -- }}}
  38.  
  39. -- There are other variable sets
  40. -- overriding the default one when
  41. -- defined, the sets are:
  42. -- [taglist|tasklist]_[bg|fg]_[focus|urgent]
  43. -- titlebar_[normal|focus]
  44. -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
  45. -- Example:
  46. --theme.taglist_bg_focus = "#CC9393"
  47. -- }}}
  48.  
  49. -- {{{ Widgets
  50. -- You can add as many variables as
  51. -- you wish and access them by using
  52. -- beautiful.variable in your rc.lua
  53. --theme.fg_widget = "#AECF96"
  54. --theme.fg_center_widget = "#88A175"
  55. --theme.fg_end_widget = "#FF5656"
  56. --theme.bg_widget = "#494B4F"
  57. --theme.border_widget = "#3F3F3F"
  58. -- }}}
  59.  
  60. -- {{{ Mouse finder
  61. theme.mouse_finder_color = "#CC9393"
  62. -- mouse_finder_[timeout|animate_timeout|radius|factor]
  63. -- }}}
  64.  
  65. -- {{{ Menu
  66. -- Variables set for theming the menu:
  67. -- menu_[bg|fg]_[normal|focus]
  68. -- menu_[border_color|border_width]
  69. theme.menu_height = 15
  70. theme.menu_width = 150
  71. -- }}}
  72.  
  73. -- {{{ Icons
  74. -- {{{ Taglist
  75. theme.taglist_squares_sel = "/usr/share/awesome/themes/zenburn/taglist/squarefz.png"
  76. theme.taglist_squares_unsel = "/usr/share/awesome/themes/zenburn/taglist/squarez.png"
  77. --theme.taglist_squares_resize = "false"
  78. -- }}}
  79.  
  80. -- {{{ Misc
  81. theme.awesome_icon = "/usr/share/awesome/themes/zenburn/awesome-icon.png"
  82. theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.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