| View previous topic :: View next topic |
| Author |
Message |
ELCouz
Joined: 18 Jul 2007 Posts: 176 Location: Montreal,Quebec
|
| PIC C Compiler Dark Visual Theme |
Posted: Mon Jan 25, 2010 6:31 pm |
|
|
Dear fellow programmers,
I know I'm the first posting this type of contribution so i will post it here.
We all know the Pic C compiler only have a few themes which get boring after awhile.
Here's mine in case you are interested!
Close the compiler.
Open pcw.ini and overwrite the color section with this code (usually in C:\Documents and Settings\INSERT USERNAME HERE\Application Data\PICC)
For Vista/7 ---> C:\Users\INSERT USERNAME HERE\AppData\Roaming\PICC
| Code: |
[colors]
fgActive_Line=0
bgActive_Line=12632256
fgFont=12638957
bgFont=2497040
fgSelection=8388608
bgSelection=5610391
fgComments=64636
bgComments=536870911
fgKeywords=16761920
bgKeywords=536870911
fgPreprocessors=16750539
bgPreprocessors=536870911
fgStrings=16744703
bgStrings=536870911
fgNumber=5066233
bgNumber=536870911
fgsymbols=14737632
bgsymbols=536870911
fgBlock_Match=65280
bgBlock_Match=16099219
fgList_File_Assembly_code=255
bgList_File_Assembly_code=15461355
fgList_File_Text=65280
bgList_File_Text=0
|
The font i used in the screenshot is Envy Code R. You can get it here for free http://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released
Hope this bring a new life to your compiler
Regards,
Laurent
Last edited by ELCouz on Tue Aug 02, 2011 9:48 am; edited 1 time in total |
|
 |
riocma
Joined: 29 Oct 2010 Posts: 1
|
|
Posted: Fri May 27, 2011 3:16 am |
|
|
| Thank you, this scheme is very nice! |
|
 |
ELCouz
Joined: 18 Jul 2007 Posts: 176 Location: Montreal,Quebec
|
|
Posted: Tue Aug 02, 2011 9:40 am |
|
|
Just a little update:
For Windows Vista or 7 the path have changed to:
C:\Users\INSERT USERNAME HERE\AppData\Roaming\PICC
Still works very good with PCWHD 4.124
Courrier New (default font):
Envy Code R:
 _________________ Regards,
Laurent
-----------
Here's my first visual theme for the CCS C Compiler. Enjoy! |
|
 |
|