mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-03 00:00:55 +08:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fae4a32507 | ||
|
|
7698f92320 | ||
|
|
8ad89d094e | ||
|
|
e336800bd5 | ||
|
|
fdd4c99210 | ||
|
|
2957521ef8 | ||
|
|
e1bef9fd04 | ||
|
|
d90d7b9fe1 |
@@ -3,7 +3,7 @@
|
||||
<TargetFrameworks>net6.0;net8.0;netstandard2.0</TargetFrameworks>
|
||||
<Nullable>enable</Nullable>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<Version>11.1.0</Version>
|
||||
<Version>11.1.0.1</Version>
|
||||
<Authors>IRIHI Technology Co., Ltd.</Authors>
|
||||
<Description>Avalonia Theme inspired by Semi Design.</Description>
|
||||
<RepositoryUrl>https://github.com/irihitech/Semi.Avalonia</RepositoryUrl>
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
<Setter Property="ButtonSpinner.BorderBrush" Value="{DynamicResource ButtonSpinnerRepeatButtonBorderBrush}" />
|
||||
<Setter Property="ButtonSpinner.BorderThickness" Value="0" />
|
||||
<Setter Property="ButtonSpinner.MinWidth" Value="300" />
|
||||
<!-- Add Resource -->
|
||||
<Setter Property="ButtonSpinner.Template">
|
||||
<ControlTemplate TargetType="ButtonSpinner">
|
||||
<Grid ColumnDefinitions="Auto, *, Auto">
|
||||
@@ -49,8 +48,7 @@
|
||||
Grid.Column="1"
|
||||
BorderBrush="{TemplateBinding BorderBrush}"
|
||||
BorderThickness="{TemplateBinding BorderThickness}"
|
||||
CornerRadius="{TemplateBinding CornerRadius}"
|
||||
UseLayoutRounding="False">
|
||||
CornerRadius="{TemplateBinding CornerRadius}">
|
||||
<ContentPresenter
|
||||
Name="PART_ContentPresenter"
|
||||
Padding="{TemplateBinding Padding}"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||||
x:Class="Semi.Avalonia.Locale.en_us"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- DatePicker -->
|
||||
<x:String x:Key="STRING_DATEPICKER_DAY_TEXT">day</x:String>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||||
x:Class="Semi.Avalonia.Locale.zh_cn"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- DatePicker -->
|
||||
<x:String x:Key="STRING_DATEPICKER_DAY_TEXT">日</x:String>
|
||||
|
||||
@@ -160,6 +160,11 @@
|
||||
<Color x:Key="SemiGrey7Color">#C6CACD</Color>
|
||||
<Color x:Key="SemiGrey8Color">#E6E8EA</Color>
|
||||
<Color x:Key="SemiGrey9Color">#F9F9F9</Color>
|
||||
<Color x:Key="SemiBackground0Color">#16161A</Color>
|
||||
<Color x:Key="SemiBackground1Color">#232429</Color>
|
||||
<Color x:Key="SemiBackground2Color">#35363C</Color>
|
||||
<Color x:Key="SemiBackground3Color">#43444A</Color>
|
||||
<Color x:Key="SemiBackground4Color">#4F5159</Color>
|
||||
|
||||
<SolidColorBrush x:Key="SemiRed0" Color="{StaticResource SemiRed0Color}" />
|
||||
<SolidColorBrush x:Key="SemiRed1" Color="{StaticResource SemiRed1Color}" />
|
||||
@@ -396,11 +401,11 @@
|
||||
<SolidColorBrush x:Key="SemiColorLinkVisited" Color="{StaticResource SemiBlue5Color}" />
|
||||
|
||||
<!-- Background -->
|
||||
<SolidColorBrush x:Key="SemiColorBackground0" Color="#16161A" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground1" Color="#232429" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground2" Color="#35363C" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground3" Color="#43444A" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground4" Color="#4F5159" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground0" Color="{StaticResource SemiBackground0Color}" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground1" Color="{StaticResource SemiBackground1Color}" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground2" Color="{StaticResource SemiBackground2Color}" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground3" Color="{StaticResource SemiBackground3Color}" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground4" Color="{StaticResource SemiBackground4Color}" />
|
||||
|
||||
<!-- Fill -->
|
||||
<SolidColorBrush x:Key="SemiColorFill0" Opacity="0.12" Color="White" />
|
||||
|
||||
@@ -160,6 +160,11 @@
|
||||
<Color x:Key="SemiGrey7Color">#41464C</Color>
|
||||
<Color x:Key="SemiGrey8Color">#2E3238</Color>
|
||||
<Color x:Key="SemiGrey9Color">#1C1F23</Color>
|
||||
<Color x:Key="SemiBackground0Color">White</Color>
|
||||
<Color x:Key="SemiBackground1Color">White</Color>
|
||||
<Color x:Key="SemiBackground2Color">White</Color>
|
||||
<Color x:Key="SemiBackground3Color">White</Color>
|
||||
<Color x:Key="SemiBackground4Color">White</Color>
|
||||
|
||||
<SolidColorBrush x:Key="SemiRed0" Color="{StaticResource SemiRed0Color}" />
|
||||
<SolidColorBrush x:Key="SemiRed1" Color="{StaticResource SemiRed1Color}" />
|
||||
@@ -396,11 +401,11 @@
|
||||
<SolidColorBrush x:Key="SemiColorLinkVisited" Color="{StaticResource SemiBlue5Color}" />
|
||||
|
||||
<!-- Background -->
|
||||
<SolidColorBrush x:Key="SemiColorBackground0" Color="White" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground1" Color="White" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground2" Color="White" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground3" Color="White" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground4" Color="White" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground0" Color="{StaticResource SemiBackground0Color}" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground1" Color="{StaticResource SemiBackground1Color}" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground2" Color="{StaticResource SemiBackground2Color}" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground3" Color="{StaticResource SemiBackground3Color}" />
|
||||
<SolidColorBrush x:Key="SemiColorBackground4" Color="{StaticResource SemiBackground4Color}" />
|
||||
|
||||
<!-- Fill -->
|
||||
<SolidColorBrush x:Key="SemiColorFill0" Opacity="0.05" Color="{StaticResource SemiGrey8Color}" />
|
||||
|
||||
Reference in New Issue
Block a user