作者 IDE (顽劣痞子恶魔倩) 看板 IDE
标题 色码教学
时间 Sat Jan 18 05:48:49 2003
───────────────────────────────────────
做一个小小的色码教学吧...
首先你要先知道自己使用什么系统...
基本上我是不背色码的...所以以下所要说是我认为很简单的方式^^..
--------------------------------------------------------------------------------
若你的控制码是需要按两下esc键才会产生的...
那请你先按两下esc键..这样就会出现*...
接下来在案一次esc..之后再按一个b...就会出现
背景颜色? 0)黑 1)红 2)绿 3)黄 4)深蓝 5)粉红 6)浅蓝 7)白
若你想要使用白色背景就按个7...在按个enter..
就会出现你要的色码...
若你需要前景...那就将以上步骤重复...但是b改成f..就会出现
前景颜色? 0)黑 1)红 2)绿 3)黄 4)深蓝 5)粉红 6)浅蓝 7)白
不过会产生..像是*[47m*[34m...
为了减少色码..奉劝个位...
将中间的m*[去掉换上;...就会变成*[47;34m...
若你需要前景颜色需要亮点...那在这之前加上个1..
像是*[1;47;34m...
若是要会闪烁就加个5...要底现就加个4...以上带入1的位置..
若想要看使用的效果请用esc键后按个c键...
还有记得每一行的后面要加上还原码..*[m
切记以上所用的*都是由两次ESC所输入...以及m一定得是小写..否则输入则无效..
--------------------------------------------------------------------------------
若你所用的是ctrl+u会产生*号的系统...
那就在你的文章里...先按个ctrl+v...就会转成在彩色系统下...
之后按个ctrl+c就会产生
~ BRGYLPCW
请输入 亮度/前景/背景[正常白字黑底][0wb]∶
若你需要亮度白字蓝底就按1wl...以此类推...
若你是要闪烁就在亮度那里按个5...底线按个4...若你不要亮度只要存暗色就按0吧..
还原码就直接按个ctrl+C然后按ENTER
切记ctrl+v按一次有在彩色模式下...接下来就直接用ctrl+C选色就好...
除非是你按了清除键那样可能会脱离彩色模式回到原始码系统...
--------------------------------------------------------------------------------
当然若个位不嫌麻烦一个个打上去也是可以的啦...
若用头一个方式...按esc两次出现*后打入[亮度;前景;背景m
就会变成*[亮度;前景;背景m
若用后面的方式...按ctrl+u出现*后打入[亮度;前景;背景m
就会变成*[亮度;前景;背景m...
基本上前景和背景的色码很好区分...前景色码就是3x...背景就是4x...
而x就是颜色代表...
x 0 1 2 3 4 5 6 7
颜色 黑 红 绿 黄 蓝 紫 靛 白
前景 30 31 32 33 34 35 36 37
背景 40 41 42 43 44 45 46 47
--
切记不管用哪种系统...m一定得小写...
控制码也一定不能用 * 号直接打上...
还有分号是连接色码用的...也不可打错... [ 也是...
希望使用愉快....
--
若嫌在下解释不够清楚....请来电洽询IDE顽劣痞子恶魔倩...^^
--
◣ ◢ ◣ ◢ 恶 ▍
████ ███ ██◣ ███ ████ 搞 ▍
◥███◤ ██ █▍█ ██▄ ◥███◤ 美 ˙ ▁▁▁
◢██ ███ ██◤ ██▄ ██◣ 工 ◣ ◢▕ 咖忍 ▏
▁███ 顽 劣 痞 子 恶 魔 倩 ███▁ 帮 ╠═ ▕ 帝国 ▏
咖 忍 帝 国 ip:140.135.56.28 欢迎莅临参观 ◤ ▔▔▔
Author IDE Naughty Ruffian Demon Qian Kanban IDE
Title Color Code Tutorial
Time Sat Jan 18 05:48:49 2003
Let’s do a little color coding tutorial...
First you need to know what system you are using...
Basically, I don’t memorize color codes...so what I say below is what I think is a very simple way^^...
If your control code requires pressing the esc key twice to generate it...
Then please press the esc key twice first... then *... will appear.
Next, press esc once... and then press b... and it will appear.
Background color? 0 black 1 red 2 green 3 yellow 4 dark blue 5 pink 6 light blue 7 white
If you want to use a white background, press 7...and press enter..
The color code you want will appear...
If you need the foreground... then repeat the above steps... but change b to f... and it will appear
Foreground color? 0 black 1 red 2 green 3 yellow 4 dark blue 5 pink 6 light blue 7 white
But it will produce something like *[47m*[34m...
In order to reduce the color code... I suggest you...
Remove the m*[ in the middle and replace it with ;... and it will become *[47;34m...
If you need a foreground color or highlights... then add a 1 before this...
Like *[1;47;34m...
If you want it to flicker, add a 5... If you want it to appear, add a 4... Enter the 1 position above...
If you want to see the effect of using it, please use the esc key and then press the c key...
Also remember to add the recovery code after each line..*[m
Remember that the * used above is entered by ESC twice... and m must be lowercase. Otherwise, the input will be invalid.
If you are using a system where ctrl u will generate an * sign...
Then in your article... press ctrl v first... and it will be converted to the color system...
Then press ctrl c and it will generate
BRGYLPCW
Please enter brightness foreground background [normal white text and black background][0wb]
If you need brightness with white text and blue background, press 1wl...and so on...
If you want to flash, press 5 for brightness...press 4 for bottom line...If you don't want brightness and just want to save dark color, press 0...
To restore the code, just press ctrl C and then press ENTER.
Remember that pressing ctrl v once is in color mode...then just use ctrl C to select a color...
Unless you press the clear key, which may leave the color mode and return to the original code system...
Of course, if you don't mind the trouble, you can type them one by one...
If you use the first method...press esc twice to appear * and then type [brightness; foreground; background m
It will become *[brightness; foreground; background m
If you use the latter method...press ctrl u and when * appears, type [brightness; foreground; background m
It will become *[brightness; foreground; background m...
Basically, the color codes of the foreground and background are easy to distinguish...the foreground color code is 3x...the background is 4x...
And x is the color representative...
x 0 1 2 3 4 5 6 7
Color black red green yellow blue purple indigo white
Outlook 30 31 32 33 34 35 36 37
Background 40 41 42 43 44 45 46 47
Remember no matter which system you use...m must be lowercase...
The control code must not be typed directly with *...
There is also a semicolon used to connect the color code... Don't make a mistake... [Also...
Hope you enjoy using it....
If you think the explanation below is not clear enough...please call me to consult IDE's naughty ruffian Demon Qian...^^
evil
do
beautiful
work karen
The stubborn scoundrel Demon Qian helps the empire
Ka Ren Empire ip:140.135.56.28 Welcome to visit