First Commit
diff --git a/lib/appearance.bash b/lib/appearance.bash
new file mode 100644
index 0000000..cde1af9
--- /dev/null
+++ b/lib/appearance.bash
@@ -0,0 +1,12 @@
+# colored grep
+export GREP_OPTIONS='--color=auto'
+export GREP_COLOR='1;33'
+
+# colored ls
+export LSCOLORS='Gxfxcxdxdxegedabagacad'
+
+# Apply theming defaults
+PS1="%n@%m:%~%# "
+
+# Load the theme
+source "$BASH/themes/$BASH_THEME/$BASH_THEME.bash"
\ No newline at end of file