Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Programming colours

Programming colours

Scheduled Pinned Locked Moved The Lounge
cssvisual-studiolinuxquestiondiscussion
47 Posts 32 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L LloydA111

    If I did that then I would have a white background and no colour apart from black for the text.

    =====
    \ | /
    \|/
    |
    |-----|
    | |
    |_ |
    _) | /
    _) __/_
    _) ____
    | /|
    | / |
    | |
    |-----|
    |

    ===

    R Offline
    R Offline
    R Giskard Reventlov
    wrote on last edited by
    #11

    In VS or Notepad++? Notepad++ will apply syntax coloring if it recognizes the file type. VS syntax colors everything. Guess I'm just too lazy to care that it has pretty colors as long as I can read the screen clearly: prefer it to look paper.

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me

    1 Reply Last reply
    0
    • L LloydA111

      It's been asked by others before, but I'm going to ask again. Which colours do you use for your editor/IDE? I normally use a white background with blue as the keyword colour and green for strings, and a shade of red for integers/hex values. But I've got a new editor (Notepad++) and I've been playing around with the various default themes it comes with and I quite like some of the "darker" themes. E.G. black or dark grey background and one theme even has a pale khaki green which surprisingly looks quite good. And then I started to think, perhaps certain colours are more better for programming than others. I know that some research was done a while ago which concluded that people doing maths are generally "better" or able to remember sequences of numbers better if they are written down/displayed on screen using different colours. Any thoughts on which colours to use? I'm thinking darker colours for at least the background are less strenuous on your eyes. Edit: Oh and also, which fonts do you use? I normally use things like Courier (Sometimes I can only use Courier, particularly when working on Linux with a terminal) but sometimes fonts that are "smooth" are much more pleasing on the eye.

      =====
      \ | /
      \|/
      |
      |-----|
      | |
      |_ |
      _) | /
      _) __/_
      _) ____
      | /|
      | / |
      | |
      |-----|
      |

      ===

      L Offline
      L Offline
      lewax00
      wrote on last edited by
      #12

      In general, black/dark gray backgrounds with as many different colors as the editor allows for text (it makes it easier for me to find things when everything is different colors). White backgrounds give me a headache.

      1 Reply Last reply
      0
      • L LloydA111

        It's been asked by others before, but I'm going to ask again. Which colours do you use for your editor/IDE? I normally use a white background with blue as the keyword colour and green for strings, and a shade of red for integers/hex values. But I've got a new editor (Notepad++) and I've been playing around with the various default themes it comes with and I quite like some of the "darker" themes. E.G. black or dark grey background and one theme even has a pale khaki green which surprisingly looks quite good. And then I started to think, perhaps certain colours are more better for programming than others. I know that some research was done a while ago which concluded that people doing maths are generally "better" or able to remember sequences of numbers better if they are written down/displayed on screen using different colours. Any thoughts on which colours to use? I'm thinking darker colours for at least the background are less strenuous on your eyes. Edit: Oh and also, which fonts do you use? I normally use things like Courier (Sometimes I can only use Courier, particularly when working on Linux with a terminal) but sometimes fonts that are "smooth" are much more pleasing on the eye.

        =====
        \ | /
        \|/
        |
        |-----|
        | |
        |_ |
        _) | /
        _) __/_
        _) ____
        | /|
        | / |
        | |
        |-----|
        |

        ===

        S Offline
        S Offline
        SoMad
        wrote on last edited by
        #13

        In my Visual studio, I have been using black on white for many years, but recently changed the background to a darker tone (228, 228, 228). This is not ideal and I am also interested in what others consider to be less strenuous on the eyes. The only other changes I have from the defaults are Purple for strings and Red for numbers - I feel this really helps me when I am scanning through code looking for something. Soren Madsen

        1 Reply Last reply
        0
        • L LloydA111

          It's been asked by others before, but I'm going to ask again. Which colours do you use for your editor/IDE? I normally use a white background with blue as the keyword colour and green for strings, and a shade of red for integers/hex values. But I've got a new editor (Notepad++) and I've been playing around with the various default themes it comes with and I quite like some of the "darker" themes. E.G. black or dark grey background and one theme even has a pale khaki green which surprisingly looks quite good. And then I started to think, perhaps certain colours are more better for programming than others. I know that some research was done a while ago which concluded that people doing maths are generally "better" or able to remember sequences of numbers better if they are written down/displayed on screen using different colours. Any thoughts on which colours to use? I'm thinking darker colours for at least the background are less strenuous on your eyes. Edit: Oh and also, which fonts do you use? I normally use things like Courier (Sometimes I can only use Courier, particularly when working on Linux with a terminal) but sometimes fonts that are "smooth" are much more pleasing on the eye.

          =====
          \ | /
          \|/
          |
          |-----|
          | |
          |_ |
          _) | /
          _) __/_
          _) ____
          | /|
          | / |
          | |
          |-----|
          |

          ===

          W Offline
          W Offline
          W Balboos GHB
          wrote on last edited by
          #14

          We've been through color suggestions before.
          It's a matter of personal taste.

          "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

          "As far as we know, our computer has never had an undetected error." - Weisert

          "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

          L B F V M 5 Replies Last reply
          0
          • W W Balboos GHB

            We've been through color suggestions before.
            It's a matter of personal taste.

            "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

            "As far as we know, our computer has never had an undetected error." - Weisert

            "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

            L Offline
            L Offline
            lewax00
            wrote on last edited by
            #15

            Is it Christmas time already?

            1 Reply Last reply
            0
            • L LloydA111

              It's been asked by others before, but I'm going to ask again. Which colours do you use for your editor/IDE? I normally use a white background with blue as the keyword colour and green for strings, and a shade of red for integers/hex values. But I've got a new editor (Notepad++) and I've been playing around with the various default themes it comes with and I quite like some of the "darker" themes. E.G. black or dark grey background and one theme even has a pale khaki green which surprisingly looks quite good. And then I started to think, perhaps certain colours are more better for programming than others. I know that some research was done a while ago which concluded that people doing maths are generally "better" or able to remember sequences of numbers better if they are written down/displayed on screen using different colours. Any thoughts on which colours to use? I'm thinking darker colours for at least the background are less strenuous on your eyes. Edit: Oh and also, which fonts do you use? I normally use things like Courier (Sometimes I can only use Courier, particularly when working on Linux with a terminal) but sometimes fonts that are "smooth" are much more pleasing on the eye.

              =====
              \ | /
              \|/
              |
              |-----|
              | |
              |_ |
              _) | /
              _) __/_
              _) ____
              | /|
              | / |
              | |
              |-----|
              |

              ===

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #16

              This[^] one, with a few modifications to visually identify the difference between the types as much as possible. Very easy on the eyes :) --edit I think the 'best' feature is 'Text Editor\All languages\Line numbers', making it easier to communicate on the code;

              "You got a possible null-reference on line 1953"

              Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]

              1 Reply Last reply
              0
              • S Shelby Robertson

                Maximilien wrote:

                For the font, I started using the free Adobe Source Code Pro[^] font a couple of weeks ago, and it been great so far.

                That doesn't look too bad. I've been using Envy Code R[^] and I like it a lot. I especially like the 'VS' version of the font that swaps bold and italic, so that you can mark things in visual studio as bold but it will show up in italics. Really nice for comments and such.

                CPallini wrote:

                You cannot argue with agile people so just take the extreme approach and shoot him. :Smile:

                L Offline
                L Offline
                LloydA111
                wrote on last edited by
                #17

                It dosen't look too bad apart from the retarded looking { and }

                =====
                \ | /
                \|/
                |
                |-----|
                | |
                |_ |
                _) | /
                _) __/_
                _) ____
                | /|
                | / |
                | |
                |-----|
                |

                ===

                1 Reply Last reply
                0
                • L LloydA111

                  It's been asked by others before, but I'm going to ask again. Which colours do you use for your editor/IDE? I normally use a white background with blue as the keyword colour and green for strings, and a shade of red for integers/hex values. But I've got a new editor (Notepad++) and I've been playing around with the various default themes it comes with and I quite like some of the "darker" themes. E.G. black or dark grey background and one theme even has a pale khaki green which surprisingly looks quite good. And then I started to think, perhaps certain colours are more better for programming than others. I know that some research was done a while ago which concluded that people doing maths are generally "better" or able to remember sequences of numbers better if they are written down/displayed on screen using different colours. Any thoughts on which colours to use? I'm thinking darker colours for at least the background are less strenuous on your eyes. Edit: Oh and also, which fonts do you use? I normally use things like Courier (Sometimes I can only use Courier, particularly when working on Linux with a terminal) but sometimes fonts that are "smooth" are much more pleasing on the eye.

                  =====
                  \ | /
                  \|/
                  |
                  |-----|
                  | |
                  |_ |
                  _) | /
                  _) __/_
                  _) ____
                  | /|
                  | / |
                  | |
                  |-----|
                  |

                  ===

                  W Offline
                  W Offline
                  W Balboos GHB
                  wrote on last edited by
                  #18

                  The main change I make (and encourage) in the color scheme is how string types are displayed. I use dark text and a yellow background. e.g: if( strcmp(thisStuff,"Bug Juice") ) rdir("*.*") It's very useful to keep track of unclosed (or incorrectly closed) string types. In some languages, where both single and double quotes delimit string, I may make one black text, the other dark blue or very dark red. In a language like .php, where you're often formatting strings within strings, it makes misplaces single/double quotes really stand out at a glance.

                  "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                  "As far as we know, our computer has never had an undetected error." - Weisert

                  "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                  1 Reply Last reply
                  0
                  • M Maximilien

                    In VS2008, C++ coding. I use a slight off-white background and the default text coloring (including VisualAssist coloring). For the font, I started using the free Adobe Source Code Pro[^] font a couple of weeks ago, and it been great so far.

                    Nihil obstat

                    L Offline
                    L Offline
                    LloydA111
                    wrote on last edited by
                    #19

                    Do you have a download link to the font? It looks good but all Adobe does is link you to sites with things like "Register now" links on it.

                    =====
                    \ | /
                    \|/
                    |
                    |-----|
                    | |
                    |_ |
                    _) | /
                    _) __/_
                    _) ____
                    | /|
                    | / |
                    | |
                    |-----|
                    |

                    ===

                    M 1 Reply Last reply
                    0
                    • L LloydA111

                      It's been asked by others before, but I'm going to ask again. Which colours do you use for your editor/IDE? I normally use a white background with blue as the keyword colour and green for strings, and a shade of red for integers/hex values. But I've got a new editor (Notepad++) and I've been playing around with the various default themes it comes with and I quite like some of the "darker" themes. E.G. black or dark grey background and one theme even has a pale khaki green which surprisingly looks quite good. And then I started to think, perhaps certain colours are more better for programming than others. I know that some research was done a while ago which concluded that people doing maths are generally "better" or able to remember sequences of numbers better if they are written down/displayed on screen using different colours. Any thoughts on which colours to use? I'm thinking darker colours for at least the background are less strenuous on your eyes. Edit: Oh and also, which fonts do you use? I normally use things like Courier (Sometimes I can only use Courier, particularly when working on Linux with a terminal) but sometimes fonts that are "smooth" are much more pleasing on the eye.

                      =====
                      \ | /
                      \|/
                      |
                      |-----|
                      | |
                      |_ |
                      _) | /
                      _) __/_
                      _) ____
                      | /|
                      | / |
                      | |
                      |-----|
                      |

                      ===

                      D Offline
                      D Offline
                      Dan Neely
                      wrote on last edited by
                      #20

                      Whatever the IDE default is. With the possible exception of the Borland TurboPascal editor 15 years I don't think I ever fiddled with coloring settings; and TP is just too far in the past for me to remember if I tinkered with it or not.

                      Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                      1 Reply Last reply
                      0
                      • L LloydA111

                        It's been asked by others before, but I'm going to ask again. Which colours do you use for your editor/IDE? I normally use a white background with blue as the keyword colour and green for strings, and a shade of red for integers/hex values. But I've got a new editor (Notepad++) and I've been playing around with the various default themes it comes with and I quite like some of the "darker" themes. E.G. black or dark grey background and one theme even has a pale khaki green which surprisingly looks quite good. And then I started to think, perhaps certain colours are more better for programming than others. I know that some research was done a while ago which concluded that people doing maths are generally "better" or able to remember sequences of numbers better if they are written down/displayed on screen using different colours. Any thoughts on which colours to use? I'm thinking darker colours for at least the background are less strenuous on your eyes. Edit: Oh and also, which fonts do you use? I normally use things like Courier (Sometimes I can only use Courier, particularly when working on Linux with a terminal) but sometimes fonts that are "smooth" are much more pleasing on the eye.

                        =====
                        \ | /
                        \|/
                        |
                        |-----|
                        | |
                        |_ |
                        _) | /
                        _) __/_
                        _) ____
                        | /|
                        | / |
                        | |
                        |-----|
                        |

                        ===

                        P Offline
                        P Offline
                        PJ Arends
                        wrote on last edited by
                        #21

                        I pretty much use the defaults for everything, except the background. There I prefer an off white (RGB 240, 240, 255). As for the font, my favorite is ProggyCleanTTSZ at 11 point size.

                        Independent ACN Business Owner

                        Need a new cell phone? We supply most of the major carriers. Telus in Canada. Flash, Verizon, T-Mobile and Sprint in the USA. O2, talkmobile, tmobile, orange, three, and vodafone in Europe. See my website for details.


                        Within you lies the power for good - Use it!

                        1 Reply Last reply
                        0
                        • L LloydA111

                          Do you have a download link to the font? It looks good but all Adobe does is link you to sites with things like "Register now" links on it.

                          =====
                          \ | /
                          \|/
                          |
                          |-----|
                          | |
                          |_ |
                          _) | /
                          _) __/_
                          _) ____
                          | /|
                          | / |
                          | |
                          |-----|
                          |

                          ===

                          M Offline
                          M Offline
                          Maximilien
                          wrote on last edited by
                          #22

                          There's a link to sourceforge somewhere down there... http://sourceforge.net/projects/sourcecodepro.adobe/[^]

                          Nihil obstat

                          1 Reply Last reply
                          0
                          • W W Balboos GHB

                            We've been through color suggestions before.
                            It's a matter of personal taste.

                            "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                            "As far as we know, our computer has never had an undetected error." - Weisert

                            "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                            B Offline
                            B Offline
                            Brisingr Aerowing
                            wrote on last edited by
                            #23

                            AAAAAAAAAAAAAAAAAAAAAARRRRRRRRRRRRRRRRRRRRRGGGG GGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHH!!!!!!!!!!!!!!!!!!!

                            I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. Stephen Hawking

                            1 Reply Last reply
                            0
                            • W W Balboos GHB

                              We've been through color suggestions before.
                              It's a matter of personal taste.

                              "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                              "As far as we know, our computer has never had an undetected error." - Weisert

                              "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                              F Offline
                              F Offline
                              fjdiewornncalwe
                              wrote on last edited by
                              #24

                              I think my transitions lenses darkened when this post came up....

                              I wasn't, now I am, then I won't be anymore.

                              1 Reply Last reply
                              0
                              • W W Balboos GHB

                                We've been through color suggestions before.
                                It's a matter of personal taste.

                                "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                                "As far as we know, our computer has never had an undetected error." - Weisert

                                "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

                                V Offline
                                V Offline
                                Vark111
                                wrote on last edited by
                                #25

                                HEY! How did you guess my IDE color scheme so accurately? :~

                                W 1 Reply Last reply
                                0
                                • M Maximilien

                                  In VS2008, C++ coding. I use a slight off-white background and the default text coloring (including VisualAssist coloring). For the font, I started using the free Adobe Source Code Pro[^] font a couple of weeks ago, and it been great so far.

                                  Nihil obstat

                                  T Offline
                                  T Offline
                                  TheGreatAndPowerfulOz
                                  wrote on last edited by
                                  #26

                                  I tried it when it was released, but I didn't particularly like it. I found Consolas to be better. It's a personal preference thing. Consolas was easier on my eyes.

                                  If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
                                  You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
                                  Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein

                                  1 Reply Last reply
                                  0
                                  • L LloydA111

                                    It's been asked by others before, but I'm going to ask again. Which colours do you use for your editor/IDE? I normally use a white background with blue as the keyword colour and green for strings, and a shade of red for integers/hex values. But I've got a new editor (Notepad++) and I've been playing around with the various default themes it comes with and I quite like some of the "darker" themes. E.G. black or dark grey background and one theme even has a pale khaki green which surprisingly looks quite good. And then I started to think, perhaps certain colours are more better for programming than others. I know that some research was done a while ago which concluded that people doing maths are generally "better" or able to remember sequences of numbers better if they are written down/displayed on screen using different colours. Any thoughts on which colours to use? I'm thinking darker colours for at least the background are less strenuous on your eyes. Edit: Oh and also, which fonts do you use? I normally use things like Courier (Sometimes I can only use Courier, particularly when working on Linux with a terminal) but sometimes fonts that are "smooth" are much more pleasing on the eye.

                                    =====
                                    \ | /
                                    \|/
                                    |
                                    |-----|
                                    | |
                                    |_ |
                                    _) | /
                                    _) __/_
                                    _) ____
                                    | /|
                                    | / |
                                    | |
                                    |-----|
                                    |

                                    ===

                                    L Offline
                                    L Offline
                                    Lost User
                                    wrote on last edited by
                                    #27

                                    I tend to use black on white but that isnmainly because I haven't found a good other color combination that works. Every dark setting I try has some illegible combination (like text highlighted in find that is also a keyword might be invisible) and I can't be elephanted to go through the palava of changing it. Given the. Choice, though, it's black or very near black background, with a grey or yellow text. The most legible text is yellow on blue, but it's a bit much over time

                                    MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')

                                    B 1 Reply Last reply
                                    0
                                    • L LloydA111

                                      It's been asked by others before, but I'm going to ask again. Which colours do you use for your editor/IDE? I normally use a white background with blue as the keyword colour and green for strings, and a shade of red for integers/hex values. But I've got a new editor (Notepad++) and I've been playing around with the various default themes it comes with and I quite like some of the "darker" themes. E.G. black or dark grey background and one theme even has a pale khaki green which surprisingly looks quite good. And then I started to think, perhaps certain colours are more better for programming than others. I know that some research was done a while ago which concluded that people doing maths are generally "better" or able to remember sequences of numbers better if they are written down/displayed on screen using different colours. Any thoughts on which colours to use? I'm thinking darker colours for at least the background are less strenuous on your eyes. Edit: Oh and also, which fonts do you use? I normally use things like Courier (Sometimes I can only use Courier, particularly when working on Linux with a terminal) but sometimes fonts that are "smooth" are much more pleasing on the eye.

                                      =====
                                      \ | /
                                      \|/
                                      |
                                      |-----|
                                      | |
                                      |_ |
                                      _) | /
                                      _) __/_
                                      _) ____
                                      | /|
                                      | / |
                                      | |
                                      |-----|
                                      |

                                      ===

                                      N Offline
                                      N Offline
                                      Nemanja Trifunovic
                                      wrote on last edited by
                                      #28

                                      Lloyd Atkinson wrote:

                                      Which colours do you use for your editor/IDE?

                                      Whatever comes as default.

                                      Lloyd Atkinson wrote:

                                      Oh and also, which fonts do you use?

                                      Ditto.

                                      utf8-cpp

                                      1 Reply Last reply
                                      0
                                      • L Lost User

                                        I tend to use black on white but that isnmainly because I haven't found a good other color combination that works. Every dark setting I try has some illegible combination (like text highlighted in find that is also a keyword might be invisible) and I can't be elephanted to go through the palava of changing it. Given the. Choice, though, it's black or very near black background, with a grey or yellow text. The most legible text is yellow on blue, but it's a bit much over time

                                        MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')

                                        B Offline
                                        B Offline
                                        Big Daddy Farang
                                        wrote on last edited by
                                        #29

                                        _Maxxx_ wrote:

                                        The most legible text is yellow on blue

                                        Is that for monitors? I remember something different for printed on paper.

                                        BDF I often make very large prints from unexposed film, and every one of them turns out to be a picture of myself as I once dreamed I would be. -- BillWoodruff

                                        L 1 Reply Last reply
                                        0
                                        • A AspDotNetDev

                                          Your question gave me an idea. I have some coworkers that like to keep code comments to a minimum, and I like to keep them to a maximum. Maybe I should recommend that they use a white background and white text for code comments. :-\

                                          Thou mewling ill-breeding pignut!

                                          L Offline
                                          L Offline
                                          Lost User
                                          wrote on last edited by
                                          #30

                                          You do know that those are the colors of the french war banner?

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups