Guest User

Untitled

a guest
Feb 10th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.02 KB | None | 0 0
  1. ---------------------------
  2. -- Default awesome theme --
  3. ---------------------------
  4.  
  5. home_path = os.getenv('HOME') .. '/'
  6.  
  7. theme = {}
  8. theme.font = "Liberation 8"
  9. theme.wallpaper = "~/.wallpaper"
  10.  
  11. -- Background
  12. theme.bg_normal = "#e4e4e4"
  13. theme.bg_focus = "#b5b5b5"
  14. theme.bg_urgent = "#ff0000"
  15. theme.bg_minimize = "#8f8f8f"
  16. theme.bg_systray = theme.bg_normal
  17. theme.bg_tooltip = "#d6d6d6"
  18. theme.bg_em = "#5a5a5a"
  19.  
  20. -- Foreground
  21. theme.fg_normal = "#2e2e2e"
  22. theme.fg_focus = "#2e2e2e"
  23. theme.fg_urgent = "#ffffff"
  24. theme.fg_minimize = "#2e2e2e"
  25. theme.fg_tooltip = "#1a1a1a"
  26. theme.fg_em = "#d6d6d6"
  27.  
  28. -- Border
  29. theme.border_width = 1
  30. theme.border_normal = "#3a3a3a"
  31. theme.border_focus = "#5a5a5a"
  32. theme.border_marked = "#91231c"
  33.  
  34. -- There are other variable sets
  35. -- overriding the default one when
  36. -- defined, the sets are:
  37. -- taglist_[bg|fg]_[focus|urgent|occupied|empty]
  38. -- tasklist_[bg|fg]_[focus|urgent]
  39. -- titlebar_[bg|fg]_[normal|focus]
  40. -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
  41. -- mouse_finder_[color|timeout|animate_timeout|radius|factor]
  42. -- Example:
  43. --theme.taglist_bg_focus = "#ff0000"
  44.  
  45. -- Taglist squares
  46. theme.taglist_squares_sel = home_path .. ".config/awesome/themes/default_white/taglist/squaref.png"
  47. theme.taglist_squares_unsel = home_path .. ".config/awesome/themes/default_white/taglist/square.png"
  48.  
  49. -- Variables set for theming the menu:
  50. -- menu_[bg|fg]_[normal|focus]
  51. -- menu_[border_color|border_width]
  52. theme.menu_submenu_icon = home_path .. ".config/awesome/themes/default_white/submenu.png"
  53. theme.menu_height = 15
  54. theme.menu_width = 100
  55.  
  56. -- Images for titlebar
  57. theme.titlebar_close_button_normal = home_path .. ".config/awesome/themes/default_white/titlebar/close_normal.png"
  58. theme.titlebar_close_button_focus = home_path .. ".config/awesome/themes/default_white/titlebar/close_focus.png"
  59.  
  60. theme.titlebar_ontop_button_normal_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/ontop_normal_inactive.png"
  61. theme.titlebar_ontop_button_focus_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/ontop_focus_inactive.png"
  62. theme.titlebar_ontop_button_normal_active = home_path .. ".config/awesome/themes/default_white/titlebar/ontop_normal_active.png"
  63. theme.titlebar_ontop_button_focus_active = home_path .. ".config/awesome/themes/default_white/titlebar/ontop_focus_active.png"
  64.  
  65. theme.titlebar_sticky_button_normal_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/sticky_normal_inactive.png"
  66. theme.titlebar_sticky_button_focus_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/sticky_focus_inactive.png"
  67. theme.titlebar_sticky_button_normal_active = home_path .. ".config/awesome/themes/default_white/titlebar/sticky_normal_active.png"
  68. theme.titlebar_sticky_button_focus_active = home_path .. ".config/awesome/themes/default_white/titlebar/sticky_focus_active.png"
  69.  
  70. theme.titlebar_floating_button_normal_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/floating_normal_inactive.png"
  71. theme.titlebar_floating_button_focus_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/floating_focus_inactive.png"
  72. theme.titlebar_floating_button_normal_active = home_path .. ".config/awesome/themes/default_white/titlebar/floating_normal_active.png"
  73. theme.titlebar_floating_button_focus_active = home_path .. ".config/awesome/themes/default_white/titlebar/floating_focus_active.png"
  74.  
  75. theme.titlebar_maximized_button_normal_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/maximized_normal_inactive.png"
  76. theme.titlebar_maximized_button_focus_inactive = home_path .. ".config/awesome/themes/default_white/titlebar/maximized_focus_inactive.png"
  77. theme.titlebar_maximized_button_normal_active = home_path .. ".config/awesome/themes/default_white/titlebar/maximized_normal_active.png"
  78. theme.titlebar_maximized_button_focus_active = home_path .. ".config/awesome/themes/default_white/titlebar/maximized_focus_active.png"
  79.  
  80. -- Images for layouts
  81. theme.layout_fairh = home_path .. ".config/awesome/themes/default_white/layouts/fairh.png"
  82. theme.layout_fairv = home_path .. ".config/awesome/themes/default_white/layouts/fairv.png"
  83. theme.layout_floating = home_path .. ".config/awesome/themes/default_white/layouts/floating.png"
  84. theme.layout_magnifier = home_path .. ".config/awesome/themes/default_white/layouts/magnifier.png"
  85. theme.layout_max = home_path .. ".config/awesome/themes/default_white/layouts/max.png"
  86. theme.layout_fullscreen = home_path .. ".config/awesome/themes/default_white/layouts/fullscreen.png"
  87. theme.layout_tilebottom = home_path .. ".config/awesome/themes/default_white/layouts/tilebottom.png"
  88. theme.layout_tileleft = home_path .. ".config/awesome/themes/default_white/layouts/tileleft.png"
  89. theme.layout_tile = home_path .. ".config/awesome/themes/default_white/layouts/tile.png"
  90. theme.layout_tiletop = home_path .. ".config/awesome/themes/default_white/layouts/tiletop.png"
  91. theme.layout_spiral = home_path .. ".config/awesome/themes/default_white/layouts/spiral.png"
  92. theme.layout_dwindle = home_path .. ".config/awesome/themes/default_white/layouts/dwindle.png"
  93. theme.layout_cornernw = home_path .. ".config/awesome/themes/default_white/layouts/cornernw.png"
  94. theme.layout_cornerne = home_path .. ".config/awesome/themes/default_white/layouts/cornerne.png"
  95. theme.layout_cornersw = home_path .. ".config/awesome/themes/default_white/layouts/cornersw.png"
  96. theme.layout_cornerse = home_path .. ".config/awesome/themes/default_white/layouts/cornerse.png"
  97. theme.layout_uselesstile = home_path .. ".config/awesome/themes/default_white/layouts/centerfair.png"
  98.  
  99. -- Awesome icon
  100. theme.awesome_icon = home_path .. ".config/awesome/themes/default_white/awesome16.png"
  101.  
  102. -- For Lain
  103. -- Gap from all sides
  104. theme.useless_gap = 0
  105. -- For width and height separately
  106. theme.single_gap = { width = 600, height = 300 }
  107.  
  108. -- Define the icon theme for application icons. If not set then the icons
  109. -- from /usr/share/icons and /usr/share/icons/hicolor will be used.
  110. theme.icon_theme = nil
  111.  
  112. return theme
Add Comment
Please, Sign In to add comment