Skip to content

Commit

Permalink
Update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpizza committed Nov 5, 2024
1 parent ed87ea9 commit 75d028b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/themes/base_theme.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import 'package:flutter/material.dart';

const baseBackgroundColor = Color.fromRGBO(25, 35, 60, 1);
const onBackgroundColor = Color.fromRGBO(25, 35, 60, 1);
const onOnBackgroundColor = Color.fromRGBO(35, 47, 79, 1);
const onBackgroundColor = Color.fromRGBO(35, 44, 79, 1);
const onOnBackgroundColor = Color.fromRGBO(35, 55, 93, 1);
const buttonBorderColor = Color.fromRGBO(79, 91, 121, 1);

final darkBaseTheme = ThemeData.dark(useMaterial3: true).copyWith(
Expand Down

0 comments on commit 75d028b

Please sign in to comment.