aboutsummaryrefslogtreecommitdiff
path: root/gamemode/config
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-11-27 15:31:58 -0500
committerAlexander Pickering <alexandermpickering@gmail.com>2017-11-27 15:36:46 -0500
commit70d3228761c2b207aa723af0ea11717201d71988 (patch)
tree83c513d13c172e056fee8f6d14768e9474e0e420 /gamemode/config
parent83af51534bf16bf048aea1cd3b74a0308ed9dd71 (diff)
downloadartery-70d3228761c2b207aa723af0ea11717201d71988.tar.gz
artery-70d3228761c2b207aa723af0ea11717201d71988.tar.bz2
artery-70d3228761c2b207aa723af0ea11717201d71988.zip
Comments
Added some comments to the colortheme config Added some comments to inventory registry
Diffstat (limited to 'gamemode/config')
-rw-r--r--gamemode/config/colortheme.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/gamemode/config/colortheme.lua b/gamemode/config/colortheme.lua
index f54fdd7..13c7a26 100644
--- a/gamemode/config/colortheme.lua
+++ b/gamemode/config/colortheme.lua
@@ -1,10 +1,16 @@
+---Holds color config for various bits and peices in artery.
+-- Feel free to change these I guess.
+--@shared colortheme.lua
+
--[[
This file needs some text so gmod dosn't throw a fit
]]
local theme = {}
---Not technically correct colors, but they look nice togeather, generated by http://terminal.sexy
+---Colors used for console print functions.
+-- Not technically correct colors, but they look nice togeather. Generated by http://terminal.sexy
+--@export
theme.console = {
background = Color(254,249,236),
foreground = Color(109,114,126),