View previous topic :: View next topic |
Author |
Message |
ELCouz
Joined: 18 Jul 2007 Posts: 427 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: 427 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! |
|
|
ELCouz
Joined: 18 Jul 2007 Posts: 427 Location: Montreal,Quebec
|
|
Posted: Sun Nov 30, 2014 10:15 am |
|
|
Ported to v5 compiler IDE...
Code: |
[EditColors]
Fore0=0
Back0=12632256
Bold0=0
Italic0=0
Underline0=0
Strikeout0=0
Fore1=12638957
Back1=2497040
Bold1=0
Italic1=0
Underline1=0
Strikeout1=0
Fore2=8388608
Back2=5610391
Bold2=0
Italic2=0
Underline2=0
Strikeout2=0
Fore3=64636
Back3=536870911
Bold3=0
Italic3=0
Underline3=0
Strikeout3=0
Fore4=16761920
Back4=536870911
Bold4=0
Italic4=0
Underline4=0
Strikeout4=0
Fore5=16750539
Back5=536870911
Bold5=0
Italic5=0
Underline5=0
Strikeout5=0
Fore6=16744703
Back6=536870911
Bold6=0
Italic6=0
Underline6=0
Strikeout6=0
Fore7=5066233
Back7=536870911
Bold7=0
Italic7=0
Underline7=0
Strikeout7=0
Fore8=14737632
Back8=536870911
Bold8=0
Italic8=0
Underline8=0
Strikeout8=0
Fore9=65280
Back9=16099219
Bold9=0
Italic9=0
Underline9=0
Strikeout9=0
Fore10=16777215
Back10=5129729
Bold10=0
Italic10=0
Underline10=0
Strikeout10=0
Fore11=255
Back11=15461355
Bold11=0
Italic11=0
Underline11=0
Strikeout11=0
Fore12=65280
Back12=1052688
Bold12=0
Italic12=0
Underline12=0
Strikeout12=0 |
Simple replace this section in pcw.ini
Enjoy a more colorful IDE (better than twilight color option IMO).
Add Envy Code R font with that and for me it's perfectly readable !
Get it from here --> http://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released _________________ Regards,
Laurent
-----------
Here's my first visual theme for the CCS C Compiler. Enjoy! |
|
|
tienchuan
Joined: 25 Aug 2009 Posts: 175
|
|
Posted: Fri Mar 20, 2015 3:14 am |
|
|
I have try with CCSC PCH ver 5.037 but not success.
Pls tell me way to fix it.
Thanks. _________________ Begin Begin Begin !!! |
|
|
ELCouz
Joined: 18 Jul 2007 Posts: 427 Location: Montreal,Quebec
|
|
|
tienchuan
Joined: 25 Aug 2009 Posts: 175
|
|
Posted: Sat Mar 21, 2015 1:50 am |
|
|
thanks.
I'm using Windows 7 Ultimate, I copied and edit in pcw.ini file, then saved, but it not success.
Can you tell me instructions ?
Thanks _________________ Begin Begin Begin !!! |
|
|
ELCouz
Joined: 18 Jul 2007 Posts: 427 Location: Montreal,Quebec
|
|
Posted: Sat Mar 21, 2015 7:44 am |
|
|
tienchuan wrote: | thanks.
I'm using Windows 7 Ultimate, I copied and edit in pcw.ini file, then saved, but it not success.
Can you tell me instructions ?
Thanks |
CCS IDE must be closed before editing and saving the pcw.ini otherwise it will overwrite the change you have done!
Send me your file I will have a look but the procedure you did was correct! _________________ Regards,
Laurent
-----------
Here's my first visual theme for the CCS C Compiler. Enjoy! |
|
|
tienchuan
Joined: 25 Aug 2009 Posts: 175
|
|
Posted: Sun Mar 22, 2015 7:48 pm |
|
|
ELCouz wrote: | tienchuan wrote: | thanks.
I'm using Windows 7 Ultimate, I copied and edit in pcw.ini file, then saved, but it not success.
Can you tell me instructions ?
Thanks |
CCS IDE must be closed before editing and saving the pcw.ini otherwise it will overwrite the change you have done!
Send me your file I will have a look but the procedure you did was correct! |
Thanks, I uploaded this file in the link bellow, pls help me to fix it.
I done like as your instructions, but it not success.
Thanks you
https://drive.google.com/file/d/0Bz215_lkn4g-b0NSZkdxeHplT0E/view?usp=sharing _________________ Begin Begin Begin !!! |
|
|
ELCouz
Joined: 18 Jul 2007 Posts: 427 Location: Montreal,Quebec
|
|
|
tienchuan
Joined: 25 Aug 2009 Posts: 175
|
|
Posted: Mon Mar 23, 2015 6:34 pm |
|
|
Thank so much, I have replaced and it's run, very nice
Thanks _________________ Begin Begin Begin !!! |
|
|
E_Blue
Joined: 13 Apr 2011 Posts: 417
|
|
Posted: Fri Jan 08, 2016 1:25 pm |
|
|
I like that the zero has a line across it to differentiate from the letter O.
The bad is that if you write 96 in a fast view look like a % and some shapes are not consistent, I mean have some blur is like being out of focus.
Did you know another Font that have a line across the zeros, I'm using Fixedsys. _________________ Electric Blue |
|
|
|