Loose adaptation of CS 1.6 UI for Avalonia.
This is not an exact port of the CS 1.6 interface style, but rather a free adaptation. Also, I don't see any need to put this visual theme in a separate nuget package:
- it's not a fact that anyone except me will use it.
- it's much more convenient to have sources directly in your project (with the ability to change them as needed).
- Copy the
StylingandAssets\Fontsfolders to your project - Replace the
cs16AvaloniaThemeproject name with your project name in the path to the Gohu font (see the\Styling\ControlsResources.axaml, row 7) - Include styles in
App.axaml. To do this, simply add the line nodeApplication.Styles:
<StyleInclude Source="/Styling/Style.axaml" />