Announcement

Collapse
No announcement yet.

Editing Kate/KWrite/Kile syntax highlighting schema/theme

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Editing Kate/KWrite/Kile syntax highlighting schema/theme

    I'm using the dark system theme called Obsidian Coast which is generally unproblematic, but in any editor that uses Kate (or katepart or whatever it is) there are some highlighting features that make things hard to read. E.g. in LaTeX markup all expressions filling in the ellipses of a \<command>{...} field are DARK BLUE. That makes it really hard to read on the charcoal background. And stuff in \section{...} is BLACK! (I don't want to change the background colors.)

    Within the Font and Colors section there is no way to adjust these things. Is there a configuration file (e.g. in ~/.kde/share/config) for editing such things manually?

    #2
    Re: Editing Kate/KWrite/Kile syntax highlighting schema/theme

    Mmm. Hve you tried ~/.kde/share/config/katerc ? I see a lot of relevant stuff there, things like

    Code:
    [C Highlight]
    Char=1,FF000000,FFFFFFFF,0,0
    Comment=1,FF000000,FFFFFFFF,0,0
    Data Type=1,FF000000,FFFFFFFF,0,0
    Decimal=1,FF000000,FFFFFFFF,0,0
    Float=1,FF000000,FFFFFFFF,0,0
    Hex=1,FF000000,FFFFFFFF,0,0
    Keyword=1,FF000000,FFFFFFFF,0,0
    Mimetypes=text/x-c++-src;text/x-chdr;text/x-csrc
    Normal Text=1,FF000000,FFFFFFFF,0,0
    Octal=1,FF000000,FFFFFFFF,0,0
    Prep. Lib=1,FF000000,FFFFFFFF,0,0
    Preprocessor=1,FF000000,FFFFFFFF,0,0
    String=1,FF000000,FFFFFFFF,0,0
    String Char=1,FF000000,FFFFFFFF,0,0
    Symbol=1,FF000000,FFFFFFFF,0,0
    Wildcards=*.c;*.C;*.h

    Comment

    Working...
    X