theme

  1. Sandman

    Android Question [SOLVED] [B4X] How to use the BorderColor property in IDE theme?

    This is a follow-up to this Wish: Add theme setting for "Current Line Outline" https://www.b4x.com/android/forum/threads/add-theme-setting-for-current-line-outline.94825/ I'm unable to get it working. Has anyone figured it out? I tried looking at the available themes also, but none seemed to...
  2. Lahksman

    B4J Question [ABMaterial] No uppercase allowed in Cell Theme?

    Could it be that upercase characters aren't allowed in the Cell theme? See following example: MyTheme.Table("tbl1theme").AddCellTheme("ABCcenter") MyTheme.Table("tbl1theme").Cell("ABCcenter").BackColor = ABM.COLOR_YELLOW MyTheme.Table("tbl1theme").Cell("ABCcenter").BackColorIntensity =...
  3. Sandman

    Wish [SOLVED] Add theme setting for "Current Line Outline"

    If I try to make the current line more visible by changing the background color of it, it severely messes up other color settings where I already use the background color. Such as, for instance, Class_Globals below and also the comment on the first line. (The problem isn't shown, just that I use...
  4. W

    Android Question Themes/Resource not found?

    Hi! Up to now, I didn't know, that this setting exists in manifest-file: CreateResourceFromFile() I only noticed it, since I'm getting an error during compilation for new projects, which I startet in B4A 8.0. Where can I get these themes? Following sitations: CreateResourceFromFile(Macro...
  5. MarkusR

    Share My Creation [B4X] Source Editor Theme Blue

    hi all, i made a new color theme because i like to develope with a dark blue editor background. it have cyan keywords and yellow on black remarks... strings are white, classes/types yellow,numbers green. (i used it as metrodark combinatoin because it was the only one with white cursor.) regards
Top