Skip to content

Commit

Permalink
theme(fix): update Dracula theme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Oct 1, 2024
1 parent 68623ea commit 144c687
Show file tree
Hide file tree
Showing 174 changed files with 83 additions and 82 deletions.
2 changes: 1 addition & 1 deletion etc/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# directory links
##################################################################
~/.config/autostart: filesystem/.config/autostart
~/.config/assets: filesystem/.config/assets
~/.config/assets: filesystem/.themes/Dracula/assets
~/.config/Code: filesystem/.config/Code
~/.config/filezilla: filesystem/.config/filezilla
~/.config/gh: filesystem/.config/gh
Expand Down
162 changes: 82 additions & 80 deletions filesystem/.fixpackrc
Original file line number Diff line number Diff line change
@@ -1,81 +1,83 @@
{
"sortToTop": [
"name",
"description",
"version",
"license",
"private",
"repository",
"author",
"maintainer",
"bugs",
"homepage",
"keywords",
"dependencies",
"devDependencies",
"peerDependencies",
"optionalDependencies",
"bundledDependencies",
"scripts",
"wireit",
"main",
"browser",
"files",
"bin",
"directories",
"man",
"config",
"publishConfig",
"engines",
"os",
"cpu"
],
// will error if these not present
"required": [
"name",
"version"
],
// will warn if these not present
"warn": [
"description",
"author",
"repository",
"keywords",
"main",
"bugs",
"homepage",
"license"
],
// if `private: true` in package.json will use the next two lists instead
"requiredOnPrivate": [
"name",
"version"
],
"warnOnPrivate": [
"description",
"author",
"repository",
"bugs",
"homepage",
"license"
],
"sortedSubItems": [
"dependencies",
"devDependencies",
"scripts"
],
"quiet": true,
"files": [
"package.json"
],
// Will not fix file, only inform if is fixed
"dryRun": false,
// Will set all deps to "*"
// this may be useful because then you can
// run npm update --save && npm update --save-dev
// to install latest stable releases of everything.
"wipe": false,
"indent": 2,
"newLine": "LF",
"finalNewLine": true
}
"sortToTop": [
"name",
"description",
"version",
"license",
"private",
"repository",
"author",
"maintainer",
"maintainers",
"contributors",
"bugs",
"homepage",
"keywords",
"dependencies",
"devDependencies",
"peerDependencies",
"optionalDependencies",
"bundledDependencies",
"scripts",
"wireit",
"main",
"browser",
"files",
"bin",
"directories",
"man",
"config",
"publishConfig",
"engines",
"os",
"cpu"
],
// will error if these not present
"required": [
"name",
"version"
],
// will warn if these not present
"warn": [
"description",
"author",
"repository",
"keywords",
"main",
"bugs",
"homepage",
"license"
],
// if `private: true` in package.json will use the next two lists instead
"requiredOnPrivate": [
"name",
"version"
],
"warnOnPrivate": [
"description",
"author",
"repository",
"bugs",
"homepage",
"license"
],
"sortedSubItems": [
"dependencies",
"devDependencies",
"scripts"
],
"quiet": true,
"files": [
"package.json"
],
// Will not fix file, only inform if is fixed
"dryRun": false,
// Will set all deps to "*"
// this may be useful because then you can
// run npm update --save && npm update --save-dev
// to install latest stable releases of everything.
"wipe": false,
"indent": 2,
"newLine": "LF",
"finalNewLine": true
}
1 change: 0 additions & 1 deletion filesystem/.themes/Dracula/assets

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 144c687

Please sign in to comment.