|
1 | | -<ResourceDictionary xmlns="https://github.com/avaloniaui" |
2 | | - xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
3 | | - xmlns:sty="clr-namespace:FluentAvalonia.Styling;assembly=FluentAvalonia"> |
4 | | - <!-- Static colors --> |
| 1 | +<ResourceDictionary |
| 2 | + xmlns="https://github.com/avaloniaui" |
| 3 | + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 4 | + xmlns:sty="clr-namespace:FluentAvalonia.Styling;assembly=FluentAvalonia"> |
| 5 | + <!-- Static colors --> |
5 | 6 | <Color x:Key="ThemePrimaryColor">#333333</Color> |
6 | 7 | <Color x:Key="ThemeDarkDarkRedColor">#952923</Color> |
7 | 8 | <Color x:Key="ThemeDarkRedColor">#C2362E</Color> |
|
32 | 33 | <Color x:Key="ThemeAmberColor">#FFC107</Color> |
33 | 34 | <Color x:Key="ThemeOrangeColor">#FF9800</Color> |
34 | 35 | <Color x:Key="ThemeDeepOrangeColor">#FF5722</Color> |
| 36 | + <Color x:Key="ThemeDeepOrangeColorTransparent">#AAFF5722</Color> |
35 | 37 | <Color x:Key="ThemeEldenRingOrangeColor">#FF4F00</Color> |
36 | 38 | <Color x:Key="ThemeBrownColor">#795548</Color> |
37 | 39 | <Color x:Key="ThemeGreyColor">#9E9E9E</Color> |
38 | 40 | <Color x:Key="ThemeLightGreyColor">#C0C0C0</Color> |
39 | 41 | <Color x:Key="ThemeBlueGreyColor">#607D8B</Color> |
40 | | - |
41 | | - <!-- Dark / light dynamic colors --> |
| 42 | + |
| 43 | + <!-- Dark / light dynamic colors --> |
42 | 44 | <ResourceDictionary.ThemeDictionaries> |
43 | 45 | <ResourceDictionary x:Key="Default"> |
44 | | - <SolidColorBrush x:Key="ThemeBackgroundBrush" Color="#AAAAAA"/> |
45 | | - <SolidColorBrush x:Key="ThemeDarkAccentForegroundBrush" Color="#AAAAAA"/> |
46 | | - <SolidColorBrush x:Key="ThemeDarkAccentBackgroundBrush" Color="#686868"/> |
47 | | - <SolidColorBrush x:Key="RegionColor" Color="#AAAAAA"/> |
48 | | - |
49 | | - <SolidColorBrush x:Key="CompletionBorderBrush" Color="#43454A"/> |
50 | | - <SolidColorBrush x:Key="CompletionBackgroundBrush" Color="#2B2D30"/> |
51 | | - <SolidColorBrush x:Key="CompletionSecondaryBackgroundBrush" Color="#393B40"/> |
52 | | - <SolidColorBrush x:Key="CompletionForegroundBrush" Color="#B4B8BF"/> |
53 | | - <SolidColorBrush x:Key="CompletionSecondaryForegroundBrush" Color="#878B8D"/> |
54 | | - <SolidColorBrush x:Key="CompletionSelectionBackgroundBrush" Color="#2E436E"/> |
55 | | - <SolidColorBrush x:Key="CompletionSelectionForegroundBrush" Color="#5389F4"/> |
| 46 | + <SolidColorBrush x:Key="ThemeBackgroundBrush" Color="#AAAAAA" /> |
| 47 | + <SolidColorBrush x:Key="ThemeDarkAccentForegroundBrush" Color="#AAAAAA" /> |
| 48 | + <SolidColorBrush x:Key="ThemeDarkAccentBackgroundBrush" Color="#686868" /> |
| 49 | + <SolidColorBrush x:Key="RegionColor" Color="#AAAAAA" /> |
| 50 | + |
| 51 | + <SolidColorBrush x:Key="CompletionBorderBrush" Color="#43454A" /> |
| 52 | + <SolidColorBrush x:Key="CompletionBackgroundBrush" Color="#2B2D30" /> |
| 53 | + <SolidColorBrush x:Key="CompletionSecondaryBackgroundBrush" Color="#393B40" /> |
| 54 | + <SolidColorBrush x:Key="CompletionForegroundBrush" Color="#B4B8BF" /> |
| 55 | + <SolidColorBrush x:Key="CompletionSecondaryForegroundBrush" Color="#878B8D" /> |
| 56 | + <SolidColorBrush x:Key="CompletionSelectionBackgroundBrush" Color="#2E436E" /> |
| 57 | + <SolidColorBrush x:Key="CompletionSelectionForegroundBrush" Color="#5389F4" /> |
56 | 58 | </ResourceDictionary> |
57 | | - |
| 59 | + |
58 | 60 | <ResourceDictionary x:Key="Dark"> |
59 | | - <SolidColorBrush x:Key="ThemeBackgroundBrush" Color="#282828"/> |
60 | | - <SolidColorBrush x:Key="ThemeDarkAccentForegroundBrush" Color="#AAAAAA"/> |
61 | | - <SolidColorBrush x:Key="ThemeDarkAccentBackgroundBrush" Color="#252525"/> |
62 | | - <SolidColorBrush x:Key="RegionColor" Color="#282828"/> |
63 | | - |
64 | | - <SolidColorBrush x:Key="CompletionBorderBrush" Color="#43454A"/> |
65 | | - <SolidColorBrush x:Key="CompletionBackgroundBrush" Color="#2B2D30"/> |
66 | | - <SolidColorBrush x:Key="CompletionSecondaryBackgroundBrush" Color="#393B40"/> |
67 | | - <SolidColorBrush x:Key="CompletionForegroundBrush" Color="#B4B8BF"/> |
68 | | - <SolidColorBrush x:Key="CompletionSecondaryForegroundBrush" Color="#878B8D"/> |
69 | | - <SolidColorBrush x:Key="CompletionSelectionBackgroundBrush" Color="#2E436E"/> |
70 | | - <SolidColorBrush x:Key="CompletionSelectionForegroundBrush" Color="#5389F4"/> |
| 61 | + <SolidColorBrush x:Key="ThemeBackgroundBrush" Color="#282828" /> |
| 62 | + <SolidColorBrush x:Key="ThemeDarkAccentForegroundBrush" Color="#AAAAAA" /> |
| 63 | + <SolidColorBrush x:Key="ThemeDarkAccentBackgroundBrush" Color="#252525" /> |
| 64 | + <SolidColorBrush x:Key="RegionColor" Color="#282828" /> |
| 65 | + |
| 66 | + <SolidColorBrush x:Key="CompletionBorderBrush" Color="#43454A" /> |
| 67 | + <SolidColorBrush x:Key="CompletionBackgroundBrush" Color="#2B2D30" /> |
| 68 | + <SolidColorBrush x:Key="CompletionSecondaryBackgroundBrush" Color="#393B40" /> |
| 69 | + <SolidColorBrush x:Key="CompletionForegroundBrush" Color="#B4B8BF" /> |
| 70 | + <SolidColorBrush x:Key="CompletionSecondaryForegroundBrush" Color="#878B8D" /> |
| 71 | + <SolidColorBrush x:Key="CompletionSelectionBackgroundBrush" Color="#2E436E" /> |
| 72 | + <SolidColorBrush x:Key="CompletionSelectionForegroundBrush" Color="#5389F4" /> |
71 | 73 | </ResourceDictionary> |
72 | | - |
| 74 | + |
73 | 75 | <ResourceDictionary x:Key="{x:Static sty:FluentAvaloniaTheme.HighContrastTheme}"> |
74 | | - <SolidColorBrush x:Key="ThemeBackgroundBrush" Color="#AAAAAA"/> |
75 | | - <SolidColorBrush x:Key="ThemeDarkAccentForegroundBrush" Color="#AAAAAA"/> |
76 | | - <SolidColorBrush x:Key="ThemeDarkAccentBackgroundBrush" Color="#686868"/> |
77 | | - <SolidColorBrush x:Key="RegionColor" Color="#AAAAAA"/> |
78 | | - |
79 | | - <SolidColorBrush x:Key="CompletionBorderBrush" Color="#43454A"/> |
80 | | - <SolidColorBrush x:Key="CompletionBackgroundBrush" Color="#2B2D30"/> |
81 | | - <SolidColorBrush x:Key="CompletionSecondaryBackgroundBrush" Color="#393B40"/> |
82 | | - <SolidColorBrush x:Key="CompletionForegroundBrush" Color="#B4B8BF"/> |
83 | | - <SolidColorBrush x:Key="CompletionSecondaryForegroundBrush" Color="#878B8D"/> |
84 | | - <SolidColorBrush x:Key="CompletionSelectionBackgroundBrush" Color="#2E436E"/> |
85 | | - <SolidColorBrush x:Key="CompletionSelectionForegroundBrush" Color="#5389F4"/> |
| 76 | + <SolidColorBrush x:Key="ThemeBackgroundBrush" Color="#AAAAAA" /> |
| 77 | + <SolidColorBrush x:Key="ThemeDarkAccentForegroundBrush" Color="#AAAAAA" /> |
| 78 | + <SolidColorBrush x:Key="ThemeDarkAccentBackgroundBrush" Color="#686868" /> |
| 79 | + <SolidColorBrush x:Key="RegionColor" Color="#AAAAAA" /> |
| 80 | + |
| 81 | + <SolidColorBrush x:Key="CompletionBorderBrush" Color="#43454A" /> |
| 82 | + <SolidColorBrush x:Key="CompletionBackgroundBrush" Color="#2B2D30" /> |
| 83 | + <SolidColorBrush x:Key="CompletionSecondaryBackgroundBrush" Color="#393B40" /> |
| 84 | + <SolidColorBrush x:Key="CompletionForegroundBrush" Color="#B4B8BF" /> |
| 85 | + <SolidColorBrush x:Key="CompletionSecondaryForegroundBrush" Color="#878B8D" /> |
| 86 | + <SolidColorBrush x:Key="CompletionSelectionBackgroundBrush" Color="#2E436E" /> |
| 87 | + <SolidColorBrush x:Key="CompletionSelectionForegroundBrush" Color="#5389F4" /> |
86 | 88 | </ResourceDictionary> |
87 | 89 | </ResourceDictionary.ThemeDictionaries> |
88 | | - |
| 90 | + |
89 | 91 | </ResourceDictionary> |
0 commit comments