Skip to content

Commit

Permalink
Aw.UI.Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nodgear committed Oct 13, 2020
1 parent 674fdc7 commit 45e008e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lua/awlib/modules/ui_utils/sh_ui.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Aw.UI = Aw.UI or {}
Aw.UI.TransitionTime = .3


Aw.UI.Theme = {
accent = Color(133, 0, 237),
navbar = Color(46, 46, 46),
primary = Color(35, 35, 35),
background = Color(32, 32, 32),
text = Color(255, 255, 255),
red = Color(255, 0, 0)
}
Aw.UI.Emoticons = {}

Aw.UI.Emoticons[":)"] = "icon16/emoticon_smile.png"
Expand Down

0 comments on commit 45e008e

Please sign in to comment.