mirror of
https://github.com/purhan/dotfiles.git
synced 2026-01-09 09:20:17 +08:00
first commit
This commit is contained in:
commit
a6c665c17f
619 changed files with 21468 additions and 0 deletions
12
RICE/redhound/theme/init.lua
Normal file
12
RICE/redhound/theme/init.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
local gtable = require('gears.table')
|
||||
local default_theme = require('theme.default-theme')
|
||||
-- PICK THEME HERE
|
||||
local theme = require('theme.redhound')
|
||||
|
||||
local final_theme = {}
|
||||
gtable.crush(final_theme, default_theme.theme)
|
||||
gtable.crush(final_theme, theme.theme)
|
||||
default_theme.awesome_overrides(final_theme)
|
||||
theme.awesome_overrides(final_theme)
|
||||
|
||||
return final_theme
|
||||
Loading…
Add table
Add a link
Reference in a new issue