mirror of
https://github.com/microsoft/edit.git
synced 2025-08-04 19:08:31 +00:00
changed the accent blue to white for UI
This commit is contained in:
parent
809b4525a4
commit
8cd5c53aa2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use crate::state::*;
|
|||
|
||||
pub fn draw_menubar(ctx: &mut Context, state: &mut State) {
|
||||
// Modern soft accent color (very light blue)
|
||||
let accent_bg = 0xFFFFFFFF; // Soft light blue
|
||||
let accent_bg = 0xFFFFFFFF; // Pure white
|
||||
let accent_fg = 0xFF222222; // Very dark gray (almost black)
|
||||
// let border_color = 0xFFD0E3F0; // Slightly darker blue for border (not used)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue