Initial commit to new repository

This commit is contained in:
2026-04-03 18:22:19 +09:00
commit 4458bb0f52
7672 changed files with 452440 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!--
Catppuccin Mocha 테마 — 따뜻한 파스텔 다크 테마
출처: https://github.com/catppuccin/catppuccin
Mocha variant: 가장 어두운 Catppuccin 변형
-->
<!-- Mocha Base Colors -->
<SolidColorBrush x:Key="LauncherBackground" Color="#1E1E2E"/> <!-- Base -->
<SolidColorBrush x:Key="ItemBackground" Color="#313244"/> <!-- Surface 0 -->
<SolidColorBrush x:Key="ItemSelectedBackground" Color="#7C3AED"/> <!-- Mauve 진하게 -->
<SolidColorBrush x:Key="ItemSelectedHoverBackground" Color="#9050FF"/> <!-- Mauve 밝게 -->
<SolidColorBrush x:Key="ItemHoverBackground" Color="#292A3D"/>
<!-- Text -->
<SolidColorBrush x:Key="PrimaryText" Color="#CDD6F4"/> <!-- Text -->
<SolidColorBrush x:Key="SecondaryText" Color="#AEB2CC"/> <!-- Overlay 1 brightened -->
<SolidColorBrush x:Key="PlaceholderText" Color="#A0A3C0"/> <!-- Overlay 0 brightened -->
<!-- Mauve — Catppuccin 시그니처 -->
<SolidColorBrush x:Key="AccentColor" Color="#CBA6F7"/> <!-- Mauve -->
<SolidColorBrush x:Key="SeparatorColor" Color="#313244"/>
<SolidColorBrush x:Key="HintBackground" Color="#313244"/>
<SolidColorBrush x:Key="HintText" Color="#9498B0"/>
<SolidColorBrush x:Key="BorderColor" Color="#45475A"/> <!-- Surface 1 -->
<SolidColorBrush x:Key="ScrollbarThumb" Color="#45475A"/>
<Color x:Key="ShadowColor">#000000</Color>
<!-- 모양 (Shape) — Catppuccin: 파스텔 감성, 넉넉히 둥글게 -->
<CornerRadius x:Key="WindowCornerRadius">22</CornerRadius>
<CornerRadius x:Key="ItemCornerRadius">12</CornerRadius>
</ResourceDictionary>