Initial commit to new repository
This commit is contained in:
40
.decompiledproj/themes/alfredlight.xaml
Normal file
40
.decompiledproj/themes/alfredlight.xaml
Normal file
@@ -0,0 +1,40 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
|
||||
<!-- ─── Alfred Light 테마 ────────────────────────────────────────────── -->
|
||||
<!-- Alfred 5의 라이트 테마에서 영감받은 클린 화이트 팔레트 -->
|
||||
|
||||
<!-- 배경 -->
|
||||
<SolidColorBrush x:Key="LauncherBackground" Color="#FFFFFF"/>
|
||||
<SolidColorBrush x:Key="ItemBackground" Color="#FFFFFF"/>
|
||||
<SolidColorBrush x:Key="ItemSelectedBackground" Color="#E8E9FF"/>
|
||||
<SolidColorBrush x:Key="ItemSelectedHoverBackground" Color="#D8DAFF"/>
|
||||
<SolidColorBrush x:Key="ItemHoverBackground" Color="#F4F4FF"/>
|
||||
|
||||
<!-- 텍스트 -->
|
||||
<SolidColorBrush x:Key="PrimaryText" Color="#1A1A2E"/>
|
||||
<SolidColorBrush x:Key="SecondaryText" Color="#9090AA"/>
|
||||
<SolidColorBrush x:Key="PlaceholderText" Color="#C0C0D0"/>
|
||||
|
||||
<!-- 액센트 -->
|
||||
<SolidColorBrush x:Key="AccentColor" Color="#5555EE"/>
|
||||
|
||||
<!-- 구분선 / 배경 요소 -->
|
||||
<SolidColorBrush x:Key="SeparatorColor" Color="#EAEAF5"/>
|
||||
<SolidColorBrush x:Key="HintBackground" Color="#F0F0F8"/>
|
||||
<SolidColorBrush x:Key="HintText" Color="#AAAABB"/>
|
||||
|
||||
<!-- 테두리 -->
|
||||
<SolidColorBrush x:Key="BorderColor" Color="#DCDCEE"/>
|
||||
|
||||
<!-- 스크롤바 -->
|
||||
<SolidColorBrush x:Key="ScrollbarThumb" Color="#C8C8DC"/>
|
||||
|
||||
<!-- 그림자 — 라이트 모드에서 잘 보이도록 어두운 그림자 -->
|
||||
<Color x:Key="ShadowColor">#303030</Color>
|
||||
|
||||
<!-- 모양 (Shape) — Alfred Light: Dark와 동일한 라운딩 -->
|
||||
<CornerRadius x:Key="WindowCornerRadius">14</CornerRadius>
|
||||
<CornerRadius x:Key="ItemCornerRadius">6</CornerRadius>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user