Initial commit to new repository
This commit is contained in:
39
.decompiledproj/themes/dark.xaml
Normal file
39
.decompiledproj/themes/dark.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="#1A1B2E"/>
|
||||
<SolidColorBrush x:Key="ItemBackground" Color="#252637"/>
|
||||
<SolidColorBrush x:Key="ItemSelectedBackground" Color="#3B4BDB"/>
|
||||
<SolidColorBrush x:Key="ItemSelectedHoverBackground" Color="#4F60F0"/>
|
||||
<SolidColorBrush x:Key="ItemHoverBackground" Color="#22233A"/>
|
||||
|
||||
<!-- 텍스트 -->
|
||||
<SolidColorBrush x:Key="PrimaryText" Color="#F0F0FF"/>
|
||||
<SolidColorBrush x:Key="SecondaryText" Color="#B0B6D0"/>
|
||||
<SolidColorBrush x:Key="PlaceholderText" Color="#9098C0"/>
|
||||
|
||||
<!-- 액센트 -->
|
||||
<SolidColorBrush x:Key="AccentColor" Color="#4B5EFC"/>
|
||||
|
||||
<!-- 구분선 / 배경 요소 -->
|
||||
<SolidColorBrush x:Key="SeparatorColor" Color="#252637"/>
|
||||
<SolidColorBrush x:Key="HintBackground" Color="#252637"/>
|
||||
<SolidColorBrush x:Key="HintText" Color="#8088B0"/>
|
||||
|
||||
<!-- 테두리 -->
|
||||
<SolidColorBrush x:Key="BorderColor" Color="#2E2F4A"/>
|
||||
|
||||
<!-- 스크롤바 -->
|
||||
<SolidColorBrush x:Key="ScrollbarThumb" Color="#3A3B5A"/>
|
||||
|
||||
<!-- 그림자 -->
|
||||
<Color x:Key="ShadowColor">#000000</Color>
|
||||
|
||||
<!-- 모양 (Shape) — 모서리 라운딩 -->
|
||||
<CornerRadius x:Key="WindowCornerRadius">20</CornerRadius>
|
||||
<CornerRadius x:Key="ItemCornerRadius">10</CornerRadius>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user