mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[TUI] Theme to a cyberpunk neon style.
This commit is contained in:
@@ -13,79 +13,79 @@
|
||||
Width="40"
|
||||
Height="11"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
BorderBrush="Blue"
|
||||
CanResize="False"
|
||||
Title="{x:Static localization:Resources.Help_Title}">
|
||||
<Design.DataContext>
|
||||
<dialogs:HexViewHelpDialogViewModel />
|
||||
</Design.DataContext>
|
||||
<Border BorderThickness="1">
|
||||
<Border BorderThickness="1"
|
||||
Background="{DynamicResource CyberBackgroundPrimaryBrush}">
|
||||
<Border.BorderBrush>
|
||||
<brushes:LineBrush LineStyle="DoubleLine"
|
||||
Brush="Blue" />
|
||||
Brush="Cyan" />
|
||||
</Border.BorderBrush>
|
||||
<StackPanel>
|
||||
<Grid ColumnDefinitions="Auto,*"
|
||||
ColumnSpacing="2">
|
||||
<TextBlock Grid.Column="0"
|
||||
Foreground="Aqua"
|
||||
Foreground="{DynamicResource CyberNeonCyanBrush}"
|
||||
Text="ESC" />
|
||||
<TextBlock Grid.Column="1"
|
||||
Foreground="SlateBlue"
|
||||
Foreground="{DynamicResource CyberNeonMagentaBrush}"
|
||||
Text="{x:Static localization:Resources.GoBack_Text}" />
|
||||
</Grid>
|
||||
<Grid ColumnDefinitions="Auto,*"
|
||||
ColumnSpacing="2">
|
||||
<TextBlock Grid.Column="0"
|
||||
Foreground="Aqua"
|
||||
Foreground="{DynamicResource CyberNeonCyanBrush}"
|
||||
Text="F1 " />
|
||||
<TextBlock Grid.Column="1"
|
||||
Foreground="SlateBlue"
|
||||
Foreground="{DynamicResource CyberNeonMagentaBrush}"
|
||||
Text="{x:Static localization:Resources.ShowHelp_Text}" />
|
||||
</Grid>
|
||||
<Grid ColumnDefinitions="Auto,*"
|
||||
ColumnSpacing="2">
|
||||
<TextBlock Grid.Column="0"
|
||||
Foreground="Aqua"
|
||||
Foreground="{DynamicResource CyberNeonCyanBrush}"
|
||||
Text="F2 " />
|
||||
<TextBlock Grid.Column="1"
|
||||
Foreground="SlateBlue"
|
||||
Foreground="{DynamicResource CyberNeonMagentaBrush}"
|
||||
Text="{x:Static localization:Resources.GoNextSector_Text}" />
|
||||
</Grid>
|
||||
<Grid ColumnDefinitions="Auto,*"
|
||||
ColumnSpacing="2">
|
||||
<TextBlock Grid.Column="0"
|
||||
Foreground="Aqua"
|
||||
Foreground="{DynamicResource CyberNeonCyanBrush}"
|
||||
Text="F3 " />
|
||||
<TextBlock Grid.Column="1"
|
||||
Foreground="SlateBlue"
|
||||
Foreground="{DynamicResource CyberNeonMagentaBrush}"
|
||||
Text="{x:Static localization:Resources.GoPreviousSector_Text}" />
|
||||
</Grid>
|
||||
<Grid ColumnDefinitions="Auto,*"
|
||||
ColumnSpacing="2">
|
||||
<TextBlock Grid.Column="0"
|
||||
Foreground="Aqua"
|
||||
Foreground="{DynamicResource CyberNeonCyanBrush}"
|
||||
Text="F4 " />
|
||||
<TextBlock Grid.Column="1"
|
||||
Foreground="SlateBlue"
|
||||
Foreground="{DynamicResource CyberNeonMagentaBrush}"
|
||||
Text="{x:Static localization:Resources.GoSpecifiedSector_Text}" />
|
||||
</Grid>
|
||||
<Grid ColumnDefinitions="Auto,*"
|
||||
ColumnSpacing="2">
|
||||
<TextBlock Grid.Column="0"
|
||||
Foreground="Aqua"
|
||||
Foreground="{DynamicResource CyberNeonCyanBrush}"
|
||||
Text="F5 " />
|
||||
<TextBlock Grid.Column="1"
|
||||
Foreground="SlateBlue"
|
||||
Foreground="{DynamicResource CyberNeonMagentaBrush}"
|
||||
Text="{x:Static localization:Resources.ToggleLongMode_Text}" />
|
||||
</Grid>
|
||||
<Grid ColumnDefinitions="Auto,*"
|
||||
ColumnSpacing="2">
|
||||
<TextBlock Grid.Column="0"
|
||||
Foreground="Aqua"
|
||||
Foreground="{DynamicResource CyberNeonCyanBrush}"
|
||||
Text="F10" />
|
||||
<TextBlock Grid.Column="1"
|
||||
Foreground="SlateBlue"
|
||||
Foreground="{DynamicResource CyberNeonMagentaBrush}"
|
||||
Text="{x:Static localization:Resources.ExitApplication_Text}" />
|
||||
</Grid>
|
||||
<StackPanel Orientation="Horizontal"
|
||||
|
||||
Reference in New Issue
Block a user