재구성 AX Agent 설정과 채팅 UI를 Claude형 구조로
Some checks failed
Release Gate / gate (push) Has been cancelled

This commit is contained in:
2026-04-04 17:48:51 +09:00
parent 90c2f15e96
commit a027ea4f9a
6000 changed files with 11532 additions and 94063 deletions

View File

@@ -0,0 +1,17 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SolidColorBrush x:Key="LauncherBackground" Color="#FBF8F1"/>
<SolidColorBrush x:Key="ItemBackground" Color="#FFFDF8"/>
<SolidColorBrush x:Key="ItemSelectedBackground" Color="#F2EADF"/>
<SolidColorBrush x:Key="ItemHoverBackground" Color="#F6EEE3"/>
<SolidColorBrush x:Key="PrimaryText" Color="#1F1A16"/>
<SolidColorBrush x:Key="SecondaryText" Color="#6F6257"/>
<SolidColorBrush x:Key="PlaceholderText" Color="#8E7E70"/>
<SolidColorBrush x:Key="AccentColor" Color="#C9733D"/>
<SolidColorBrush x:Key="SeparatorColor" Color="#E7DCCD"/>
<SolidColorBrush x:Key="HintBackground" Color="#F6EEE5"/>
<SolidColorBrush x:Key="HintText" Color="#9A5528"/>
<SolidColorBrush x:Key="BorderColor" Color="#E5D8C7"/>
<SolidColorBrush x:Key="ScrollbarThumb" Color="#CDB9A5"/>
<SolidColorBrush x:Key="ShadowColor" Color="#22000000"/>
</ResourceDictionary>