diff options
author | James Booth <boothj5@gmail.com> | 2012-11-22 02:34:49 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-11-22 02:34:49 +0000 |
commit | 45a26b111f8bdfe9fb534368eb29bb8963353d8a (patch) | |
tree | ff46ad69af2a42c17438c2dc6fb801384d2df444 /themes | |
parent | c5b4fc4a80563390610938e36c6e9dc71337c754 (diff) | |
download | profani-tty-45a26b111f8bdfe9fb534368eb29bb8963353d8a.tar.gz |
Added time to themes, and some example themes
Diffstat (limited to 'themes')
-rw-r--r-- | themes/aqua | 27 | ||||
-rw-r--r-- | themes/hacker | 27 | ||||
-rw-r--r-- | themes/headache | 27 | ||||
-rw-r--r-- | themes/original | 27 | ||||
-rw-r--r-- | themes/redsplash | 2 | ||||
-rw-r--r-- | themes/whiteness | 27 | ||||
-rw-r--r-- | themes/yellowsplash | 2 |
7 files changed, 139 insertions, 0 deletions
diff --git a/themes/aqua b/themes/aqua new file mode 100644 index 00000000..a96ae9e8 --- /dev/null +++ b/themes/aqua @@ -0,0 +1,27 @@ +[colours] +bkgnd=default +titlebar=blue +statusbar=blue +titlebartext=white +titlebarbrackets=white +statusbartext=white +statusbarbrackets=white +statusbaractive=cyan +statusbarnew=white +maintext=blue +inputtext=white +timetext=cyan +splashtext=white +online=white +away=cyan +chat=white +dnd=blue +xa=cyan +offline=blue +typing=white +gone=blue +error=white +incoming=white +roominfo=white +me=white +them=cyan diff --git a/themes/hacker b/themes/hacker new file mode 100644 index 00000000..fc38c529 --- /dev/null +++ b/themes/hacker @@ -0,0 +1,27 @@ +[colours] +bkgnd=default +titlebar=green +statusbar=green +titlebartext=black +titlebarbrackets=black +statusbartext=black +statusbarbrackets=black +statusbaractive=black +statusbarnew=black +maintext=green +inputtext=green +timetext=green +splashtext=green +online=green +away=green +chat=green +dnd=green +xa=green +offline=green +typing=green +gone=green +error=red +incoming=green +roominfo=green +me=green +them=green diff --git a/themes/headache b/themes/headache new file mode 100644 index 00000000..350b589a --- /dev/null +++ b/themes/headache @@ -0,0 +1,27 @@ +[colours] +bkgnd=default +titlebar=magenta +statusbar=default +titlebartext=white +titlebarbrackets=white +statusbartext=white +statusbarbrackets=red +statusbaractive=cyan +statusbarnew=white +maintext=blue +inputtext=yellow +timetext=green +splashtext=red +online=red +away=cyan +chat=green +dnd=megenta +xa=cyan +offline=green +typing=magenta +gone=yellow +error=red +incoming=yellow +roominfo=white +me=white +them=white diff --git a/themes/original b/themes/original new file mode 100644 index 00000000..7c401040 --- /dev/null +++ b/themes/original @@ -0,0 +1,27 @@ +[colours] +bkgnd=default +titlebar=blue +statusbar=blue +titlebartext=white +titlebarbrackets=cyan +statusbartext=white +statusbarbrackets=cyan +statusbaractive=cyan +statusbarnew=white +maintext=white +inputtext=white +timetext=white +splashtext=cyan +online=green +away=cyan +chat=green +dnd=red +xa=cyan +offline=red +typing=yellow +gone=red +error=red +incoming=yellow +roominfo=yellow +me=yellow +them=green diff --git a/themes/redsplash b/themes/redsplash new file mode 100644 index 00000000..6c6a5999 --- /dev/null +++ b/themes/redsplash @@ -0,0 +1,2 @@ +[colours] +splashtext=red diff --git a/themes/whiteness b/themes/whiteness new file mode 100644 index 00000000..0795cdf6 --- /dev/null +++ b/themes/whiteness @@ -0,0 +1,27 @@ +[colours] +bkgnd=white +titlebar=blue +statusbar=blue +titlebartext=white +titlebarbrackets=white +statusbartext=white +statusbarbrackets=white +statusbaractive=megenta +statusbarnew=red +maintext=black +inputtext=black +timetext=black +splashtext=black +online=green +away=cyan +chat=green +dnd=red +xa=cyan +offline=red +typing=yellow +gone=red +error=red +incoming=yellow +roominfo=yellow +me=yellow +them=green diff --git a/themes/yellowsplash b/themes/yellowsplash new file mode 100644 index 00000000..46510a06 --- /dev/null +++ b/themes/yellowsplash @@ -0,0 +1,2 @@ +[colours] +splashtext=yellow |