1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-05 07:45:59 +02:00

Reduced brightness of char pair hilite

This commit is contained in:
Brian Fiete 2022-01-20 08:16:15 -05:00
parent 17efad740d
commit 3c091be0d5
3 changed files with 5 additions and 5 deletions

View file

@ -192,7 +192,7 @@ namespace Beefy.theme.dark
public static uint32 COLOR_MENU_FOCUSED = 0xFFE5A910;
public static uint32 COLOR_MENU_SELECTED = 0xFFCB9B80;
public static uint32 COLOR_CURRENT_LINE_HILITE = 0xFF4C4C54;
public static uint32 COLOR_MATCHING_PARENS_HILITE = 0x28FFFFFF;
public static uint32 COLOR_CHAR_PAIR_HILITE = 0x1DFFFFFF;
public static float sScale = 1.0f;
public static int32 sSrcImgScale = 1;