Initial commit to new repository
This commit is contained in:
39
.decompiledproj/themes/light.xaml
Normal file
39
.decompiledproj/themes/light.xaml
Normal file
@@ -0,0 +1,39 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
|
||||
<!-- ─── 라이트 테마 색상 팔레트 ─────────────────────────────────────── -->
|
||||
|
||||
<!-- 배경 -->
|
||||
<SolidColorBrush x:Key="LauncherBackground" Color="#FAFAFA"/>
|
||||
<SolidColorBrush x:Key="ItemBackground" Color="#F0F0F8"/>
|
||||
<SolidColorBrush x:Key="ItemSelectedBackground" Color="#3B4BDB"/>
|
||||
<SolidColorBrush x:Key="ItemSelectedHoverBackground" Color="#4F60F0"/>
|
||||
<SolidColorBrush x:Key="ItemHoverBackground" Color="#EAEAF5"/>
|
||||
|
||||
<!-- 텍스트 -->
|
||||
<SolidColorBrush x:Key="PrimaryText" Color="#16172A"/>
|
||||
<SolidColorBrush x:Key="SecondaryText" Color="#5A5C80"/>
|
||||
<SolidColorBrush x:Key="PlaceholderText" Color="#A0A2C0"/>
|
||||
|
||||
<!-- 액센트 -->
|
||||
<SolidColorBrush x:Key="AccentColor" Color="#4B5EFC"/>
|
||||
|
||||
<!-- 구분선 / 배경 요소 -->
|
||||
<SolidColorBrush x:Key="SeparatorColor" Color="#E4E4F0"/>
|
||||
<SolidColorBrush x:Key="HintBackground" Color="#EAEAF0"/>
|
||||
<SolidColorBrush x:Key="HintText" Color="#8A8CB0"/>
|
||||
|
||||
<!-- 테두리 -->
|
||||
<SolidColorBrush x:Key="BorderColor" Color="#D8D8EC"/>
|
||||
|
||||
<!-- 스크롤바 -->
|
||||
<SolidColorBrush x:Key="ScrollbarThumb" Color="#C0C0D8"/>
|
||||
|
||||
<!-- 그림자 (라이트에서는 더 부드럽게) -->
|
||||
<Color x:Key="ShadowColor">#5060A0</Color>
|
||||
|
||||
<!-- 모양 (Shape) — 모서리 라운딩 -->
|
||||
<CornerRadius x:Key="WindowCornerRadius">20</CornerRadius>
|
||||
<CornerRadius x:Key="ItemCornerRadius">10</CornerRadius>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user