I created custom theme by theming system guide, but don't know how to use new theme in my project. I am not using mvc, mvvm. In my project i connect extjs files in this way:
<link rel="stylesheet" type="text/css" href="http://localhost/ext-6.0.0/build/classic/theme-neptune/resources/theme-neptune-all.css">
<script type="text/javascript" src="http://localhost/ext-6.0.0/build/ext-all.js"></script>
<script type="text/javascript" src="http://localhost/ext-6.0.0/build/classic/theme-neptune/theme-neptune.js"></script>
How can i add my new theme to project?

sencha package build), then include the css and js files.