26 lines
686 B
Plaintext

// UI Theme
// -------------------
// This is the main file that imports all the Less files from the `/styles` directory.
// For more infos about creating themes, check out:
// https://pulsar-edit.dev/docs/launch-manual/sections/core-hacking/#creating-a-theme
@import "styles/ui-variables";
@import "styles/base";
@import "styles/buttons";
@import "styles/editor";
@import "styles/find-and-replace";
@import "styles/git";
@import "styles/key-binding";
@import "styles/lists";
@import "styles/panels";
@import "styles/progress";
@import "styles/sites";
@import "styles/status-bar";
@import "styles/tabs";
@import "styles/text";
@import "styles/tooltips";
@import "styles/tree-view";