From: Jean-Philippe Bruyère Date: Tue, 13 Mar 2018 16:16:24 +0000 (+0100) Subject: limit to html safe color plus several ones, crowIDE wip X-Git-Tag: v0.9.5-beta~153^2~9 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=fda39ed7506551ab48dce271cb2d5e9c63f2b00c;p=jp%2Fcrow.git limit to html safe color plus several ones, crowIDE wip --- diff --git a/Crow.csproj b/Crow.csproj index f14b185a..db3da7bb 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -36,7 +36,7 @@ true - __linux__ + DESIGN_MODE $(SolutionDir)build\Release diff --git a/Default.style b/Default.style index 54d2b974..f1445fe5 100644 --- a/Default.style +++ b/Default.style @@ -14,7 +14,7 @@ GroupBox { Caption = "Group Box"; } ControlBorder { BorderWidth = "1"; - Foreground = "Jet"; + Foreground = "DimGray"; Background = "Transparent"; } ControlCaption { @@ -42,7 +42,7 @@ Label { } Menu { Margin = "1"; - Background = "vgradient|0:DimGray|1:Onyx"; + Background = "vgradient|0:DimGray|1:Black"; Height = "Fit"; Width = "Stretched"; VerticalAlignment = "Top"; @@ -54,7 +54,7 @@ MenuItem { Height = "Fit"; Background = "Transparent"; Foreground = "LightGray"; - MouseEnter = "{Background = vgradient|0:UnitedNationsBlue|1:Onyx;Foreground=White;}"; + MouseEnter = "{Background = vgradient|0:SteelBlue|1:Jet;Foreground=White;}"; MouseLeave = "{Foreground=LightGray;Background=Transparent;}"; SelectionBackground = "Transparent"; } @@ -144,7 +144,7 @@ FileDialog { Height = "300"; } ProgressBar { - Foreground = "vgradient|0:BlueCrayola|0.5:SkyBlue|1:BlueCrayola"; + Foreground = "vgradient|0:DarkBlue|0.5:SkyBlue|1:DarkBlue"; } ScrollBar { Maximum = "0"; @@ -185,7 +185,7 @@ TxtInFileDialog { CheckBoxAlt { Template= "#Crow.Templates.CheckBox2.template"; Background = "Transparent"; - Checked="{Background=DarkSlateGray;Foreground=LightGray;}"; + Checked="{Background=Gray;Foreground=LightGray;}"; Unchecked = "{Background=Transparent;Foreground=DimGray;}"; } @@ -194,12 +194,12 @@ ArrowBut { Height="Fit"; Width="Fit"; Focusable="true"; - Foreground="Jet"; + Foreground="Onyx"; Background="hgradient|0:Gray|1:Jet"; - MouseDown="{Background=hgradient|0:White|0.4:BlueCrayola|1:Jet}"; - MouseUp="{Background=hgradient|0:Gray|1:Jet}"; + MouseDown="{Background=hgradient|0:White|0.4:CornflowerBlue|1:Jet}"; + MouseUp="{Background=hgradient|0:Gray|1:DimGray}"; MouseEnter="{Foreground=Black}"; - MouseLeave="{Foreground=Jet}"; + MouseLeave="{Foreground=Onyx}"; } HArrowBut { MouseRepeat="true"; @@ -207,9 +207,9 @@ HArrowBut { Width="Fit"; Focusable="true"; Foreground="Jet"; - Background="vgradient|0:Gray|1:Jet"; - MouseDown="{Background=vgradient|0:White|0.4:BlueCrayola|1:Jet}"; - MouseUp="{Background=vgradient|0:Gray|1:Jet}"; + Background="vgradient|0:Gray|1:DimGray"; + MouseDown="{Background=vgradient|0:White|0.4:DarkBlue|1:Jet}"; + MouseUp="{Background=vgradient|0:Gray|1:DimGray}"; MouseEnter="{Foreground=Black}"; - MouseLeave="{Foreground=Jet}"; + MouseLeave="{Foreground=DimGray}"; } \ No newline at end of file diff --git a/Templates/ColorPicker.template b/Templates/ColorPicker.template index f626bfea..71965850 100755 --- a/Templates/ColorPicker.template +++ b/Templates/ColorPicker.template @@ -10,7 +10,7 @@ -