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

    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
    #41

    I like the 'bespin' set in notepad++

    1 Reply Last reply
    0
    • T TheGreatAndPowerfulOz

      If the screen were "inactive" like a piece of paper, then I'd say black on white would be ok. But since it's active, like a lightblub, or a shiny piece of paper, then I think white on black is better (or at least light on dark).

      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

      A Offline
      A Offline
      Alan Balkany
      wrote on last edited by
      #42

      I do this too for less eye strain; black background and turquoise letters. Different colors for keywords.

      "Microsoft -- Adding unnecessary complexity to your work since 1987!"

      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
        danito234
        wrote on last edited by
        #43

        I find a dark grey background with black foreground easy on the eyes. On a related note, I have found the f.lux utility useful when working at night, you may want to take a look here http://stereopsis.com/flux/[^]

        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
          Sasha Laurel
          wrote on last edited by
          #44

          I preferred the darker colors for a while too. Eventually I got tired of it though because it was essentially turning my monitor into a mirror and I could always see myself and behind me in the monitor. I've grown to enjoy a lower contrast environment with syntax highlighting that is not too bright or extra colorful. This seems to be less strenuous on my eyes. I use a grey background with black text, blue keywords. Strings and comments are red and green respectively, but I've chosen more mellow, lower contrasting colors for these. For XML/Xaml editing I've been transitioning from the standard red, and blue on white (I consider it hostile) to a lower contrast purple and light blue on grey. The bindings/markup extensions in xaml become red, orange, and green, and the inner text is a brick red color (just like String constants in code).

          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
            Naoya Yamaguchi
            wrote on last edited by
            #45

            Changing the IDE's text editor background color alone without also changing things like IDE's menu and toolboxes? That would probably make one's eyeballs a bit busy, having to adjust to different level of brightness. If I can not change things around it, I won't change it.

            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.

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

              ===

              M Offline
              M Offline
              Member 4608898
              wrote on last edited by
              #46

              I find stark white too glary. I normally use some light colour. Also helps when people have hidden text written in white. As for cmd prompts, I choose all sorts of combinations.

              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.

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

                ===

                H Offline
                H Offline
                hbwhypw
                wrote on last edited by
                #47

                我是使用eclipse,eclipsecolortheme.feature感觉不错!一般我都是使用Sunburst主题,它的语法高亮我最喜欢。

                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