What does each of the color palette entries change the color of?











up vote
0
down vote

favorite












I've been editing my color profile and experimenting with what each entry changes the color of.



For reference this is what I'm talking about:



enter image description here



I've looked everywhere for a list of what each color palette entry changes the color for, but ended up empty handed



This is what I know so far for each "Palette entry #":




  • 1 highlight color

  • 2 String color

  • 3 ? color of a certain highlight

  • 4 ? python 'def' and 'TODO' color

  • 5 ? Commented code, color of text when highlighted by "color palette 3"

  • 6 ? imports/ escaped characters

  • 7 ? function color main, print

  • 8 ?

  • 9 ?

  • 10 color of text under a certain highlight

  • 11 ? run-able file / executable / zip files

  • 12 ?

  • 13 Directory color

  • 14 ? PNG files, pictures

  • 15 ?

  • 16 ?


Is what I have so far correct? What do the other entries change the color of?










share|improve this question









New contributor




SPYBUG96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    0
    down vote

    favorite












    I've been editing my color profile and experimenting with what each entry changes the color of.



    For reference this is what I'm talking about:



    enter image description here



    I've looked everywhere for a list of what each color palette entry changes the color for, but ended up empty handed



    This is what I know so far for each "Palette entry #":




    • 1 highlight color

    • 2 String color

    • 3 ? color of a certain highlight

    • 4 ? python 'def' and 'TODO' color

    • 5 ? Commented code, color of text when highlighted by "color palette 3"

    • 6 ? imports/ escaped characters

    • 7 ? function color main, print

    • 8 ?

    • 9 ?

    • 10 color of text under a certain highlight

    • 11 ? run-able file / executable / zip files

    • 12 ?

    • 13 Directory color

    • 14 ? PNG files, pictures

    • 15 ?

    • 16 ?


    Is what I have so far correct? What do the other entries change the color of?










    share|improve this question









    New contributor




    SPYBUG96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I've been editing my color profile and experimenting with what each entry changes the color of.



      For reference this is what I'm talking about:



      enter image description here



      I've looked everywhere for a list of what each color palette entry changes the color for, but ended up empty handed



      This is what I know so far for each "Palette entry #":




      • 1 highlight color

      • 2 String color

      • 3 ? color of a certain highlight

      • 4 ? python 'def' and 'TODO' color

      • 5 ? Commented code, color of text when highlighted by "color palette 3"

      • 6 ? imports/ escaped characters

      • 7 ? function color main, print

      • 8 ?

      • 9 ?

      • 10 color of text under a certain highlight

      • 11 ? run-able file / executable / zip files

      • 12 ?

      • 13 Directory color

      • 14 ? PNG files, pictures

      • 15 ?

      • 16 ?


      Is what I have so far correct? What do the other entries change the color of?










      share|improve this question









      New contributor




      SPYBUG96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I've been editing my color profile and experimenting with what each entry changes the color of.



      For reference this is what I'm talking about:



      enter image description here



      I've looked everywhere for a list of what each color palette entry changes the color for, but ended up empty handed



      This is what I know so far for each "Palette entry #":




      • 1 highlight color

      • 2 String color

      • 3 ? color of a certain highlight

      • 4 ? python 'def' and 'TODO' color

      • 5 ? Commented code, color of text when highlighted by "color palette 3"

      • 6 ? imports/ escaped characters

      • 7 ? function color main, print

      • 8 ?

      • 9 ?

      • 10 color of text under a certain highlight

      • 11 ? run-able file / executable / zip files

      • 12 ?

      • 13 Directory color

      • 14 ? PNG files, pictures

      • 15 ?

      • 16 ?


      Is what I have so far correct? What do the other entries change the color of?







      linux terminal colors






      share|improve this question









      New contributor




      SPYBUG96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      SPYBUG96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited Nov 13 at 19:50





















      New contributor




      SPYBUG96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Nov 13 at 16:10









      SPYBUG96

      1034




      1034




      New contributor




      SPYBUG96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      SPYBUG96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      SPYBUG96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          It works the other way around. The terminal emulator offers 2*8 colors for applications to choose from, in addition to the default foreground/background colors, and doesn't know / doesn't care how applications use them. (There are much more colors available for applications, but these are the standard ones, and the ones typically customized by the user.)



          These colors are traditionally black, red, green, yellow (brown), blue, magenta, cyan, white (light gray) and their brighter counterpart. You can pick your exact favorite shade for them, there are a few predefined ones, but you can also create your own scheme (and of course no one forces you to actually pick colors that are similar to the usual values and correspond to the formal names, just as you did for the first color (white instead of black) (*), likely resulting in hardly readable look in several apps).



          Each application decides on its own which colors it wants to use for which feature, context etc. You need to consult the documentation and settings of each application where you're interested in its use of colors.



          For example, for the ls command check the environment variable LS_COLORS. You'll recognize the file extensions, plus there are two-letter keywords for file types. As for the values, 30–37 denote the first 8 colors as foreground ones; 90–97, or often 30–37 combined with 1 (or 01) denote the next 8 colors as foreground ones – although 1 (or 01) also makes the text bold. 40–47 stand for the first 8 colors and 100–107 for the next 8 colors as background ones. For mc (Midnight Commander) the definitions are in the skin files under /usr/share/mc/skins or a similar directory, and for its editor the syntax highlight files in the syntax directory next to it. And so on... For every single application you have to individually check which colors it uses for what purpose, and whether (and if so, how) they allow to configure them. There's no common pattern or typical assignment of colors.



          (*) There used to be a bug in gnome-terminal where the first color wasn't properly initialized on the UI, so perhaps it wasn't you changing it to white. This was fixed in gnome-terminal 3.20.3.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });






            SPYBUG96 is a new contributor. Be nice, and check out our Code of Conduct.










             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1375073%2fwhat-does-each-of-the-color-palette-entries-change-the-color-of%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote



            accepted










            It works the other way around. The terminal emulator offers 2*8 colors for applications to choose from, in addition to the default foreground/background colors, and doesn't know / doesn't care how applications use them. (There are much more colors available for applications, but these are the standard ones, and the ones typically customized by the user.)



            These colors are traditionally black, red, green, yellow (brown), blue, magenta, cyan, white (light gray) and their brighter counterpart. You can pick your exact favorite shade for them, there are a few predefined ones, but you can also create your own scheme (and of course no one forces you to actually pick colors that are similar to the usual values and correspond to the formal names, just as you did for the first color (white instead of black) (*), likely resulting in hardly readable look in several apps).



            Each application decides on its own which colors it wants to use for which feature, context etc. You need to consult the documentation and settings of each application where you're interested in its use of colors.



            For example, for the ls command check the environment variable LS_COLORS. You'll recognize the file extensions, plus there are two-letter keywords for file types. As for the values, 30–37 denote the first 8 colors as foreground ones; 90–97, or often 30–37 combined with 1 (or 01) denote the next 8 colors as foreground ones – although 1 (or 01) also makes the text bold. 40–47 stand for the first 8 colors and 100–107 for the next 8 colors as background ones. For mc (Midnight Commander) the definitions are in the skin files under /usr/share/mc/skins or a similar directory, and for its editor the syntax highlight files in the syntax directory next to it. And so on... For every single application you have to individually check which colors it uses for what purpose, and whether (and if so, how) they allow to configure them. There's no common pattern or typical assignment of colors.



            (*) There used to be a bug in gnome-terminal where the first color wasn't properly initialized on the UI, so perhaps it wasn't you changing it to white. This was fixed in gnome-terminal 3.20.3.






            share|improve this answer



























              up vote
              1
              down vote



              accepted










              It works the other way around. The terminal emulator offers 2*8 colors for applications to choose from, in addition to the default foreground/background colors, and doesn't know / doesn't care how applications use them. (There are much more colors available for applications, but these are the standard ones, and the ones typically customized by the user.)



              These colors are traditionally black, red, green, yellow (brown), blue, magenta, cyan, white (light gray) and their brighter counterpart. You can pick your exact favorite shade for them, there are a few predefined ones, but you can also create your own scheme (and of course no one forces you to actually pick colors that are similar to the usual values and correspond to the formal names, just as you did for the first color (white instead of black) (*), likely resulting in hardly readable look in several apps).



              Each application decides on its own which colors it wants to use for which feature, context etc. You need to consult the documentation and settings of each application where you're interested in its use of colors.



              For example, for the ls command check the environment variable LS_COLORS. You'll recognize the file extensions, plus there are two-letter keywords for file types. As for the values, 30–37 denote the first 8 colors as foreground ones; 90–97, or often 30–37 combined with 1 (or 01) denote the next 8 colors as foreground ones – although 1 (or 01) also makes the text bold. 40–47 stand for the first 8 colors and 100–107 for the next 8 colors as background ones. For mc (Midnight Commander) the definitions are in the skin files under /usr/share/mc/skins or a similar directory, and for its editor the syntax highlight files in the syntax directory next to it. And so on... For every single application you have to individually check which colors it uses for what purpose, and whether (and if so, how) they allow to configure them. There's no common pattern or typical assignment of colors.



              (*) There used to be a bug in gnome-terminal where the first color wasn't properly initialized on the UI, so perhaps it wasn't you changing it to white. This was fixed in gnome-terminal 3.20.3.






              share|improve this answer

























                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                It works the other way around. The terminal emulator offers 2*8 colors for applications to choose from, in addition to the default foreground/background colors, and doesn't know / doesn't care how applications use them. (There are much more colors available for applications, but these are the standard ones, and the ones typically customized by the user.)



                These colors are traditionally black, red, green, yellow (brown), blue, magenta, cyan, white (light gray) and their brighter counterpart. You can pick your exact favorite shade for them, there are a few predefined ones, but you can also create your own scheme (and of course no one forces you to actually pick colors that are similar to the usual values and correspond to the formal names, just as you did for the first color (white instead of black) (*), likely resulting in hardly readable look in several apps).



                Each application decides on its own which colors it wants to use for which feature, context etc. You need to consult the documentation and settings of each application where you're interested in its use of colors.



                For example, for the ls command check the environment variable LS_COLORS. You'll recognize the file extensions, plus there are two-letter keywords for file types. As for the values, 30–37 denote the first 8 colors as foreground ones; 90–97, or often 30–37 combined with 1 (or 01) denote the next 8 colors as foreground ones – although 1 (or 01) also makes the text bold. 40–47 stand for the first 8 colors and 100–107 for the next 8 colors as background ones. For mc (Midnight Commander) the definitions are in the skin files under /usr/share/mc/skins or a similar directory, and for its editor the syntax highlight files in the syntax directory next to it. And so on... For every single application you have to individually check which colors it uses for what purpose, and whether (and if so, how) they allow to configure them. There's no common pattern or typical assignment of colors.



                (*) There used to be a bug in gnome-terminal where the first color wasn't properly initialized on the UI, so perhaps it wasn't you changing it to white. This was fixed in gnome-terminal 3.20.3.






                share|improve this answer














                It works the other way around. The terminal emulator offers 2*8 colors for applications to choose from, in addition to the default foreground/background colors, and doesn't know / doesn't care how applications use them. (There are much more colors available for applications, but these are the standard ones, and the ones typically customized by the user.)



                These colors are traditionally black, red, green, yellow (brown), blue, magenta, cyan, white (light gray) and their brighter counterpart. You can pick your exact favorite shade for them, there are a few predefined ones, but you can also create your own scheme (and of course no one forces you to actually pick colors that are similar to the usual values and correspond to the formal names, just as you did for the first color (white instead of black) (*), likely resulting in hardly readable look in several apps).



                Each application decides on its own which colors it wants to use for which feature, context etc. You need to consult the documentation and settings of each application where you're interested in its use of colors.



                For example, for the ls command check the environment variable LS_COLORS. You'll recognize the file extensions, plus there are two-letter keywords for file types. As for the values, 30–37 denote the first 8 colors as foreground ones; 90–97, or often 30–37 combined with 1 (or 01) denote the next 8 colors as foreground ones – although 1 (or 01) also makes the text bold. 40–47 stand for the first 8 colors and 100–107 for the next 8 colors as background ones. For mc (Midnight Commander) the definitions are in the skin files under /usr/share/mc/skins or a similar directory, and for its editor the syntax highlight files in the syntax directory next to it. And so on... For every single application you have to individually check which colors it uses for what purpose, and whether (and if so, how) they allow to configure them. There's no common pattern or typical assignment of colors.



                (*) There used to be a bug in gnome-terminal where the first color wasn't properly initialized on the UI, so perhaps it wasn't you changing it to white. This was fixed in gnome-terminal 3.20.3.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 13 at 23:32

























                answered Nov 13 at 23:22









                egmont

                1,4881714




                1,4881714






















                    SPYBUG96 is a new contributor. Be nice, and check out our Code of Conduct.










                     

                    draft saved


                    draft discarded


















                    SPYBUG96 is a new contributor. Be nice, and check out our Code of Conduct.













                    SPYBUG96 is a new contributor. Be nice, and check out our Code of Conduct.












                    SPYBUG96 is a new contributor. Be nice, and check out our Code of Conduct.















                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1375073%2fwhat-does-each-of-the-color-palette-entries-change-the-color-of%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Список кардиналов, возведённых папой римским Каликстом III

                    Deduzione

                    Mysql.sock missing - “Can't connect to local MySQL server through socket”