테마변경하기
디자인 수정이 불가능한 fIRC.ExtJS의 버전의 경우, 홈페이지와 최대한 어울리는 디자인으로 변경하기 위해, 테마기능을 제공하고 있습니다. (3.0.1 버전이상)
기본적인 BLUE 테마이외에 다른 테마를 사용하시기 위해서는 firc3.extjs.html 파일의 9번째 라인과 11번째 라인의 주석을 제거하시고, 원하시는 테마명을 아래와 같이 입력하시면 됩니다.

기존
<!-- Use Theme
<link rel="stylesheet" href="./css/peppermint.css" type="text/css" title="style" />
-->


테마사용시
<!-- Use Theme -->
<link rel="stylesheet" href="./css/원하는테마이름.css" type="text/css" title="style" />
<!-- -->
테마종류 및 이름
black
black
purple
purple
olive
olive
chocolate
chocolate
peppermint
peppermint