Skip to content

Commit

Permalink
Merge pull request #689 from Blazam-App/v1-2-1
Browse files Browse the repository at this point in the history
Change to alert/snackbar colors
  • Loading branch information
jacobsen9026 authored Dec 2, 2024
2 parents 2b35b08 + b59d310 commit f1a92a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion BLAZAM/BLAZAM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<ServerGarbageCollection>false</ServerGarbageCollection>
<AssemblyVersion>1.2.1</AssemblyVersion>
<Version>2024.12.01.1549</Version>
<Version>2024.12.02.2252</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<RootNamespace>BLAZAM</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down
16 changes: 8 additions & 8 deletions BLAZAMThemes/ApplicationTheme.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ public ApplicationTheme()
DarkContrastText = System.Drawing.Color.WhiteSmoke.ToHex(),
DrawerText = System.Drawing.Color.WhiteSmoke.ToHex(),
Background = "#efefef",
Info = "#46a9ef",
Success = System.Drawing.Color.ForestGreen.ToHex(),
Warning = "#ff9900",
Error = System.Drawing.Color.Red.ToHex(),
//Info = "#46a9ef",
//Success = System.Drawing.Color.ForestGreen.ToHex(),
//Warning = "#ff9900",
//Error = System.Drawing.Color.Red.ToHex(),
TextDisabled = System.Drawing.Color.DarkGray.ToHex(),
White = System.Drawing.Color.White.ToHex()
};
Expand All @@ -39,10 +39,10 @@ public ApplicationTheme()
Surface = "#545960",
Background = "#383b40",
DrawerText = "#c7c7c7",
Info = "#1b8f7e",
Success = "#5fad00",
Warning = "#ffc270",
Error = "#f60066",
//Info = "#1b8f7e",
//Success = "#5fad00",
//Warning = "#ffc270",
//Error = "#f60066",
TextDisabled = System.Drawing.Color.DarkGray.ToHex(),
White = System.Drawing.Color.WhiteSmoke.ToHex(),
HoverOpacity = 0.25,
Expand Down

0 comments on commit f1a92a1

Please sign in to comment.