Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CoFlow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sandra Borst
CoFlow
Commits
f5424d53
Commit
f5424d53
authored
5 months ago
by
Sandra Borst
Browse files
Options
Downloads
Patches
Plain Diff
added global color constants for all the colors to be used
parent
79c68595
No related branches found
No related tags found
1 merge request
!27
added global color constants for all the colors to be used
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
InnoLabProjektDektopApp/InnoLabProjektDektopApp/Styles/Styles.xaml
+23
-0
23 additions, 0 deletions
...ojektDektopApp/InnoLabProjektDektopApp/Styles/Styles.xaml
with
23 additions
and
0 deletions
InnoLabProjektDektopApp/InnoLabProjektDektopApp/Styles/Styles.xaml
+
23
−
0
View file @
f5424d53
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- Farben definieren -->
<Color x:Key="HIGHLIGHT_PRIMARY_COLOR">#ADD8E6</Color>
<!-- Ersetze durch den exakten Farbwert -->
<Color x:Key="HIGHLIGHT_SECONDARY_COLOR">#1B2736</Color>
<!-- Ersetze durch den exakten Farbwert -->
<Color x:Key="BACKGROUND_PRIMARY_COLOR">#272727</Color>
<!-- Ersetze durch den exakten Farbwert -->
<Color x:Key="BACKGROUND_SECONDARY_COLOR">#333436</Color>
<!-- Ersetze durch den exakten Farbwert -->
<Color x:Key="TEXT_PRIMARY_COLOR">#EEEEEE</Color>
<!-- Ersetze durch den exakten Farbwert -->
<Color x:Key="TEXT_SECONDARY_COLOR">#9E9E9E</Color>
<!-- Ersetze durch den exakten Farbwert -->
<!-- Optional: Farben als Brushes bereitstellen -->
<SolidColorBrush x:Key="HIGHLIGHT_PRIMARY_BRUSH" Color="{StaticResource HIGHLIGHT_PRIMARY_COLOR}" />
<SolidColorBrush x:Key="HIGHLIGHT_SECONDARY_BRUSH" Color="{StaticResource HIGHLIGHT_SECONDARY_COLOR}" />
<SolidColorBrush x:Key="BACKGROUND_PRIMARY_BRUSH" Color="{StaticResource BACKGROUND_PRIMARY_COLOR}" />
<SolidColorBrush x:Key="BACKGROUND_SECONDARY_BRUSH" Color="{StaticResource BACKGROUND_SECONDARY_COLOR}" />
<SolidColorBrush x:Key="TEXT_PRIMARY_BRUSH" Color="{StaticResource TEXT_PRIMARY_COLOR}" />
<SolidColorBrush x:Key="TEXT_SECONDARY_BRUSH" Color="{StaticResource TEXT_SECONDARY_COLOR}" />
<Style TargetType="ToolTip">
<Setter Property="Background" Value="LightYellow" />
<Setter Property="Foreground" Value="Black" />
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment