diff options
author | James Booth <boothj5@gmail.com> | 2012-12-03 23:00:36 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-12-03 23:00:36 +0000 |
commit | c0ac3673afb8de9b017d6a20433cbca9e20995b5 (patch) | |
tree | 8c71a44b166a6c47740e43c77abdaa82c52496cd /themes | |
parent | 6cf33d65e75792adeb0a4eeffa791c749c0848dc (diff) | |
download | profani-tty-c0ac3673afb8de9b017d6a20433cbca9e20995b5.tar.gz |
Changed theme properties
Diffstat (limited to 'themes')
-rw-r--r-- | themes/aqua | 20 | ||||
-rw-r--r-- | themes/hacker | 20 | ||||
-rw-r--r-- | themes/headache | 20 | ||||
-rw-r--r-- | themes/original | 20 | ||||
-rw-r--r-- | themes/redsplash | 2 | ||||
-rw-r--r-- | themes/whiteness | 20 | ||||
-rw-r--r-- | themes/yellowsplash | 2 |
7 files changed, 52 insertions, 52 deletions
diff --git a/themes/aqua b/themes/aqua index a96ae9e8..f8797f0b 100644 --- a/themes/aqua +++ b/themes/aqua @@ -2,16 +2,16 @@ 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 +titlebar.text=white +titlebar.brackets=white +statusbar.text=white +statusbar.brackets=white +statusbar.active=cyan +statusbar.new=white +main.text=blue +input.text=white +main.time=cyan +main.splash=white online=white away=cyan chat=white diff --git a/themes/hacker b/themes/hacker index fc38c529..a9fa0d4d 100644 --- a/themes/hacker +++ b/themes/hacker @@ -2,16 +2,16 @@ 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 +titlebar.text=black +titlebar.brackets=black +statusbar.text=black +statusbar.brackets=black +statusbar.active=black +statusbar.new=black +main.text=green +input.text=green +main.time=green +main.splash=green online=green away=green chat=green diff --git a/themes/headache b/themes/headache index 350b589a..768363a7 100644 --- a/themes/headache +++ b/themes/headache @@ -2,16 +2,16 @@ 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 +titlebar.text=white +titlebar.brackets=white +statusbar.text=white +statusbar.brackets=red +statusbar.active=cyan +statusbar.new=white +main.text=blue +input.text=yellow +main.time=green +main.splash=red online=red away=cyan chat=green diff --git a/themes/original b/themes/original index 7c401040..4a53feb7 100644 --- a/themes/original +++ b/themes/original @@ -2,16 +2,16 @@ 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 +titlebar.text=white +titlebar.brackets=cyan +statusbar.text=white +statusbar.brackets=cyan +statusbar.active=cyan +statusbar.new=white +main.text=white +input.text=white +main.time=white +main.splash=cyan online=green away=cyan chat=green diff --git a/themes/redsplash b/themes/redsplash index 6c6a5999..965ff871 100644 --- a/themes/redsplash +++ b/themes/redsplash @@ -1,2 +1,2 @@ [colours] -splashtext=red +main.splash=red diff --git a/themes/whiteness b/themes/whiteness index 0795cdf6..46d353b9 100644 --- a/themes/whiteness +++ b/themes/whiteness @@ -2,16 +2,16 @@ 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 +titlebar.text=white +titlebar.brackets=white +statusbar.text=white +statusbar.brackets=white +statusbar.active=megenta +statusbar.new=red +main.text=black +input.text=black +main.time=black +main.splash=black online=green away=cyan chat=green diff --git a/themes/yellowsplash b/themes/yellowsplash index 46510a06..7fd80185 100644 --- a/themes/yellowsplash +++ b/themes/yellowsplash @@ -1,2 +1,2 @@ [colours] -splashtext=yellow +main.splash=yellow |