├── .github ├── FUNDING.yml ├── workflows │ ├── lockdown.yml │ ├── adacontrol.yml │ ├── adacontrol2.yml │ └── ada.yml ├── ISSUE_TEMPLATE │ └── bug_report.md └── CONTRIBUTING.md ├── bin └── highlight ├── share ├── file │ └── magic.mgc ├── highlight │ ├── langDefs │ │ ├── frink.lang │ │ ├── lhs.lang │ │ ├── txt.lang │ │ ├── plperl.lang │ │ ├── pltcl.lang │ │ ├── plpython.lang │ │ ├── bbcode.lang │ │ ├── nice.lang │ │ ├── diff.lang │ │ ├── xpp.lang │ │ ├── vue.lang │ │ ├── scala.lang │ │ ├── email.lang │ │ ├── toml.lang │ │ ├── upc.lang │ │ ├── ini.lang │ │ ├── po.lang │ │ ├── conf.lang │ │ ├── sybase.lang │ │ ├── bnf.lang │ │ ├── docker.lang │ │ ├── ebnf.lang │ │ ├── nginx.lang │ │ ├── moon.lang │ │ ├── bibtex.lang │ │ ├── yaiff.lang │ │ ├── xml.lang │ │ ├── tsx.lang │ │ ├── rebol.lang │ │ ├── lindenscript.lang │ │ ├── nasal.lang │ │ ├── sas.lang │ │ ├── r.lang │ │ ├── lilypond.lang │ │ ├── limbo.lang │ │ ├── mxml.lang │ │ ├── meson.lang │ │ ├── abnf.lang │ │ ├── pure.lang │ │ ├── json.lang │ │ ├── js_regex.lang │ │ ├── css.lang │ │ ├── small.lang │ │ ├── svg.lang │ │ ├── hcl.lang │ │ ├── dts.lang │ │ ├── squirrel.lang │ │ ├── fstab.lang │ │ ├── less.lang │ │ ├── qmake.lang │ │ ├── jsx.lang │ │ ├── n3.lang │ │ ├── ps.lang │ │ ├── styl.lang │ │ ├── clean.lang │ │ ├── snobol.lang │ │ ├── erb.lang │ │ ├── icon.lang │ │ ├── luban.lang │ │ ├── scss.lang │ │ ├── fortran77.lang │ │ ├── os.lang │ │ ├── smalltalk.lang │ │ ├── abc.lang │ │ ├── tex.lang │ │ ├── awk.lang │ │ ├── spn.lang │ │ ├── algol.lang │ │ ├── oz.lang │ │ ├── cs_block_regex.lang │ │ ├── sml.lang │ │ ├── lisp.lang │ │ ├── bcpl.lang │ │ ├── agda.lang │ │ ├── markdown.lang │ │ └── q.lang │ └── themes │ │ ├── dante.theme │ │ ├── breeze.theme │ │ ├── dusk.theme │ │ ├── camo.theme │ │ ├── darkplus.theme │ │ ├── denim.theme │ │ ├── clarity.theme │ │ ├── bclear.theme │ │ ├── darkbone.theme │ │ ├── candy.theme │ │ ├── darkspectrum.theme │ │ ├── baycomb.theme │ │ ├── night.theme │ │ ├── peaksea.theme │ │ ├── aiseered.theme │ │ ├── autumn.theme │ │ ├── biogoo.theme │ │ ├── darkslategray.theme │ │ ├── leo.theme │ │ ├── matrix.theme │ │ ├── neon.theme │ │ ├── nuvola.theme │ │ ├── relaxedgreen.theme │ │ ├── tabula.theme │ │ ├── anotherdark.theme │ │ ├── nightshimmer.theme │ │ ├── rootwater.theme │ │ ├── molokai.theme │ │ ├── rdark.theme │ │ ├── tcsoft.theme │ │ ├── bright.theme │ │ ├── kellys.theme │ │ ├── manxome.theme │ │ ├── xoria256.theme │ │ ├── bluegreen.theme │ │ ├── freya.theme │ │ ├── fruit.theme │ │ ├── maroloccio.theme │ │ ├── moria.theme │ │ ├── zmrok.theme │ │ ├── edit-matlab.theme │ │ ├── solarized-dark.theme │ │ ├── solarized-light.theme │ │ ├── edit-vim-dark.theme │ │ ├── olive.theme │ │ ├── github.theme │ │ ├── lucretia.theme │ │ ├── navajo-night.theme │ │ ├── andes.theme │ │ ├── darkness.theme │ │ ├── ekvoli.theme │ │ ├── sourceforge.theme │ │ ├── earendel.theme │ │ ├── darkblue.theme │ │ ├── zenburn.theme │ │ ├── edit-gedit.theme │ │ ├── edit-xcode.theme │ │ ├── edit-vim.theme │ │ ├── orion.theme │ │ ├── edit-flashdevelop.theme │ │ ├── edit-msvs2008.theme │ │ ├── edit-bbedit.theme │ │ ├── edit-kwrite.theme │ │ ├── fine_blue.theme │ │ ├── greenlcd.theme │ │ ├── blacknblue.theme │ │ ├── edit-emacs.theme │ │ ├── navy.theme │ │ ├── edit-anjuta.theme │ │ ├── zellner.theme │ │ ├── pablo.theme │ │ ├── easter.theme │ │ ├── edit-jedit.theme │ │ ├── rand01.theme │ │ ├── seashell.theme │ │ ├── vampire.theme │ │ ├── acid.theme │ │ ├── edit-eclipse.theme │ │ ├── moe.theme │ │ ├── the.theme │ │ ├── whitengrey.theme │ │ ├── golden.theme │ │ ├── oxygenated.theme │ │ ├── bipolar.theme │ │ ├── edit-nedit.theme │ │ └── print.theme └── hunter │ ├── themes │ ├── light │ │ ├── Screenshot.png │ │ ├── breeze │ │ │ ├── button.png │ │ │ ├── empty.png │ │ │ ├── entry.png │ │ │ ├── arrow-up.png │ │ │ ├── treeview.png │ │ │ ├── arrow-down.png │ │ │ ├── arrow-left.png │ │ │ ├── arrow-right.png │ │ │ ├── button-empty.png │ │ │ ├── button-focus.png │ │ │ ├── button-hover.png │ │ │ ├── entry-active.png │ │ │ ├── entry-focus.png │ │ │ ├── labelframe.png │ │ │ ├── scale-slider.png │ │ │ ├── transparent.png │ │ │ ├── arrow-up-small.png │ │ │ ├── button-active.png │ │ │ ├── button-toggled.png │ │ │ ├── radio-checked.png │ │ │ ├── arrow-down-insens.png │ │ │ ├── arrow-down-small.png │ │ │ ├── arrow-left-insens.png │ │ │ ├── arrow-up-insens.png │ │ │ ├── arrow-up-prelight.png │ │ │ ├── checkbox-checked.png │ │ │ ├── entry-insensitive.png │ │ │ ├── notebook-client.png │ │ │ ├── notebook-tab-top.png │ │ │ ├── radio-unchecked.png │ │ │ ├── arrow-down-prelight.png │ │ │ ├── arrow-left-prelight.png │ │ │ ├── arrow-right-insens.png │ │ │ ├── button-insensitive.png │ │ │ ├── checkbox-unchecked.png │ │ │ ├── scale-slider-active.png │ │ │ ├── slider-vert-insens.png │ │ │ ├── arrow-right-prelight.png │ │ │ ├── arrow-up-small-insens.png │ │ │ ├── notebook-tab-top-hover.png │ │ │ ├── radio-checked-active.png │ │ │ ├── radio-checked-pressed.png │ │ │ ├── radio-unchecked-active.png │ │ │ ├── scale-slider-pressed.png │ │ │ ├── scale-trough-vertical.png │ │ │ ├── scrollbar-slider-horiz.png │ │ │ ├── scrollbar-slider-vert.png │ │ │ ├── treeheading-prelight.png │ │ │ ├── arrow-down-small-insens.png │ │ │ ├── arrow-up-small-prelight.png │ │ │ ├── checkbox-checked-active.png │ │ │ ├── checkbox-checked-pressed.png │ │ │ ├── notebook-tab-top-active.png │ │ │ ├── radio-unchecked-pressed.png │ │ │ ├── scale-slider-insensitive.png │ │ │ ├── scale-trough-horizontal.png │ │ │ ├── scrollbar-slider-insens.png │ │ │ ├── arrow-down-small-prelight.png │ │ │ ├── checkbox-unchecked-active.png │ │ │ ├── checkbox-unchecked-pressed.png │ │ │ ├── radio-checked-insensitive.png │ │ │ ├── radio-unchecked-insensitive.png │ │ │ ├── checkbox-checked-insensitive.png │ │ │ ├── scrollbar-slider-horiz-active.png │ │ │ ├── scrollbar-slider-vert-active.png │ │ │ ├── scrollbar-trough-horiz-active.png │ │ │ ├── scrollbar-trough-vert-active.png │ │ │ └── checkbox-unchecked-insensitive.png │ │ ├── README.md │ │ └── pkgIndex.tcl │ └── dark │ │ ├── breeze-dark │ │ ├── empty.png │ │ ├── entry.png │ │ ├── arrow-up.png │ │ ├── button.png │ │ ├── treeview.png │ │ ├── arrow-down.png │ │ ├── arrow-left.png │ │ ├── labelframe.png │ │ ├── arrow-right.png │ │ ├── button-active.png │ │ ├── button-empty.png │ │ ├── button-focus.png │ │ ├── button-hover.png │ │ ├── entry-active.png │ │ ├── entry-focus.png │ │ ├── radio-checked.png │ │ ├── scale-slider.png │ │ ├── transparent.png │ │ ├── arrow-up-insens.png │ │ ├── arrow-up-small.png │ │ ├── button-toggled.png │ │ ├── notebook-client.png │ │ ├── radio-unchecked.png │ │ ├── arrow-down-insens.png │ │ ├── arrow-down-small.png │ │ ├── arrow-left-insens.png │ │ ├── arrow-right-insens.png │ │ ├── arrow-up-prelight.png │ │ ├── button-insensitive.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-unchecked.png │ │ ├── entry-insensitive.png │ │ ├── notebook-tab-top.png │ │ ├── slider-vert-insens.png │ │ ├── arrow-down-prelight.png │ │ ├── arrow-left-prelight.png │ │ ├── arrow-right-prelight.png │ │ ├── radio-checked-active.png │ │ ├── scale-slider-active.png │ │ ├── scale-slider-pressed.png │ │ ├── treeheading-prelight.png │ │ ├── arrow-down-small-insens.png │ │ ├── arrow-up-small-insens.png │ │ ├── arrow-up-small-prelight.png │ │ ├── checkbox-checked-active.png │ │ ├── notebook-tab-top-active.png │ │ ├── notebook-tab-top-hover.png │ │ ├── radio-checked-pressed.png │ │ ├── radio-unchecked-active.png │ │ ├── radio-unchecked-pressed.png │ │ ├── scale-trough-horizontal.png │ │ ├── scale-trough-vertical.png │ │ ├── scrollbar-slider-horiz.png │ │ ├── scrollbar-slider-insens.png │ │ ├── scrollbar-slider-vert.png │ │ ├── arrow-down-small-prelight.png │ │ ├── checkbox-checked-pressed.png │ │ ├── checkbox-unchecked-active.png │ │ ├── radio-checked-insensitive.png │ │ ├── scale-slider-insensitive.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-unchecked-pressed.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── scrollbar-slider-vert-active.png │ │ ├── scrollbar-trough-vert-active.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── scrollbar-slider-horiz-active.png │ │ └── scrollbar-trough-horiz-active.png │ │ └── pkgIndex.tcl │ ├── images │ ├── text-x-generic.svg │ ├── text-x-script.svg │ ├── package-x-generic.svg │ ├── video-x-generic.svg │ ├── media-playback-start.svg │ ├── audio-x-generic.svg │ ├── arrow-down.svg │ ├── arrow-up.svg │ ├── application-x-executable.svg │ ├── list-remove.svg │ ├── text-x-generic-template.svg │ ├── folder.svg │ ├── bookmarks.svg │ ├── system-run.svg │ ├── edit-delete.svg │ ├── quit.svg │ ├── document-revert.svg │ ├── list-add.svg │ ├── ok.svg │ ├── edit-copy.svg │ ├── font-x-generic.svg │ ├── document-new.svg │ ├── document-properties.svg │ ├── image-x-generic.svg │ ├── help-about.svg │ ├── document-open.svg │ ├── edit-find.svg │ ├── edit-select-all.svg │ ├── dialog-cancel.svg │ ├── document-preview.svg │ ├── emblem-symbolic-link.svg │ ├── document-edit.svg │ ├── document-save-as.svg │ └── configure.svg │ └── modules │ └── bob │ └── module.cfg ├── debug.adc ├── others ├── hunter-icon.png ├── hunter.desktop ├── AppRun └── hunter.appdata.xml ├── .gitignore ├── run.tcl └── src ├── gui ├── bookmarks-commands-ui.ads ├── aboutdialog-ui.ads ├── activateitems-ui.ads ├── deleteitems-ui.ads └── createitems-ui.ads ├── bookmarks-commands.ads └── modules-commands.ads /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | liberapay: thindil 2 | -------------------------------------------------------------------------------- /bin/highlight: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/bin/highlight -------------------------------------------------------------------------------- /share/file/magic.mgc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/file/magic.mgc -------------------------------------------------------------------------------- /debug.adc: -------------------------------------------------------------------------------- 1 | pragma Restrictions (No_Obsolescent_Features); 2 | pragma Assertion_Policy (Check); 3 | -------------------------------------------------------------------------------- /others/hunter-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/others/hunter-icon.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | bin/hunter 2 | bin/gmon.out 3 | lib 4 | obj 5 | tests/driver/test_runner 6 | gcov 7 | gprofreport.txt 8 | -------------------------------------------------------------------------------- /share/highlight/langDefs/frink.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/highlight/langDefs/frink.lang -------------------------------------------------------------------------------- /share/hunter/themes/light/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/Screenshot.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/button.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/empty.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/entry.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/empty.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/entry.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-up.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/treeview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/treeview.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-up.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/button.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/treeview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/treeview.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-down.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-left.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-right.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/button-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/button-empty.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/button-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/button-focus.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/button-hover.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/entry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/entry-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/entry-focus.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/labelframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/labelframe.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scale-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scale-slider.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/transparent.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-down.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-left.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/labelframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/labelframe.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-up-small.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/button-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/button-toggled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/button-toggled.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/radio-checked.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-right.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/button-active.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/button-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/button-empty.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/button-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/button-focus.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/button-hover.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/entry-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/entry-active.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/entry-focus.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/radio-checked.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scale-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scale-slider.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/transparent.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-down-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-down-small.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-left-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-up-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-up-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/checkbox-checked.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/entry-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/notebook-client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/notebook-client.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/notebook-tab-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/notebook-tab-top.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/radio-unchecked.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-up-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-up-small.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/button-toggled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/button-toggled.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/notebook-client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/notebook-client.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/radio-unchecked.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-down-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-left-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-right-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/button-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/checkbox-unchecked.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scale-slider-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scale-slider-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/slider-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/slider-vert-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-down-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-down-small.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-left-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-right-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-up-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/button-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/checkbox-checked.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/checkbox-unchecked.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/entry-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/notebook-tab-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/notebook-tab-top.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/slider-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/slider-vert-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-right-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-up-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-up-small-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/notebook-tab-top-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/notebook-tab-top-hover.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/radio-checked-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/radio-checked-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/radio-checked-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/radio-checked-pressed.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/radio-unchecked-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/radio-unchecked-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scale-slider-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scale-slider-pressed.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scale-trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scale-trough-vertical.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scrollbar-slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scrollbar-slider-horiz.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scrollbar-slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scrollbar-slider-vert.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/treeheading-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/treeheading-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-down-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-left-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-right-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/radio-checked-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/radio-checked-active.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scale-slider-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scale-slider-active.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scale-slider-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scale-slider-pressed.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/treeheading-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/treeheading-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-down-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-down-small-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-up-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-up-small-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/checkbox-checked-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/checkbox-checked-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/checkbox-checked-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/checkbox-checked-pressed.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/notebook-tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/notebook-tab-top-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/radio-unchecked-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/radio-unchecked-pressed.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scale-slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scale-slider-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scale-trough-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scale-trough-horizontal.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scrollbar-slider-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scrollbar-slider-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-down-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-down-small-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-up-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-up-small-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-up-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-up-small-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/checkbox-checked-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/checkbox-checked-active.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/notebook-tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/notebook-tab-top-active.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/notebook-tab-top-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/notebook-tab-top-hover.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/radio-checked-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/radio-checked-pressed.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/radio-unchecked-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/radio-unchecked-active.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/radio-unchecked-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/radio-unchecked-pressed.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scale-trough-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scale-trough-horizontal.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scale-trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scale-trough-vertical.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scrollbar-slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scrollbar-slider-horiz.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scrollbar-slider-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scrollbar-slider-insens.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scrollbar-slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scrollbar-slider-vert.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/arrow-down-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/arrow-down-small-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/checkbox-unchecked-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/checkbox-unchecked-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/checkbox-unchecked-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/checkbox-unchecked-pressed.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/radio-checked-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/arrow-down-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/arrow-down-small-prelight.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/checkbox-checked-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/checkbox-checked-pressed.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/checkbox-unchecked-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/checkbox-unchecked-active.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/radio-checked-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scale-slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scale-slider-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scrollbar-slider-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scrollbar-slider-horiz-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scrollbar-slider-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scrollbar-slider-vert-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scrollbar-trough-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scrollbar-trough-horiz-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/scrollbar-trough-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/scrollbar-trough-vert-active.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/checkbox-unchecked-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/checkbox-unchecked-pressed.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scrollbar-slider-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scrollbar-slider-vert-active.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scrollbar-trough-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scrollbar-trough-vert-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/breeze/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/light/breeze/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scrollbar-slider-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scrollbar-slider-horiz-active.png -------------------------------------------------------------------------------- /share/hunter/themes/dark/breeze-dark/scrollbar-trough-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thindil/hunter/HEAD/share/hunter/themes/dark/breeze-dark/scrollbar-trough-horiz-active.png -------------------------------------------------------------------------------- /share/hunter/themes/light/README.md: -------------------------------------------------------------------------------- 1 | # ttk-Breeze 2 | a Tk / ttk theme similar to the KDE standard theme Breeze 3 | 4 | ![Screenshot](https://github.com/MaxPerl/ttk-Breeze/blob/master/Screenshot.png) 5 | -------------------------------------------------------------------------------- /others/hunter.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=hunter 4 | Icon=hunter-icon 5 | Comment=Graphical file manager with integrated preview of files 6 | Categories=System;FileTools;FileManager; 7 | -------------------------------------------------------------------------------- /share/hunter/images/text-x-generic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /share/highlight/langDefs/lhs.lang: -------------------------------------------------------------------------------- 1 | 2 | 3 | dofile(HL_LANG_DIR.."haskell.lang") 4 | 5 | Description="Haskell LHS" 6 | 7 | Categories = {"source"} 8 | 9 | 10 | Comments={ 11 | { Block=false, 12 | Delimiter= { [[^\s*([^\>].*)]] }, 13 | }, 14 | } 15 | -------------------------------------------------------------------------------- /share/highlight/langDefs/txt.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Plain text" 3 | 4 | Categories = {"text"} 5 | 6 | Keywords={ 7 | } 8 | 9 | Comments={ 10 | } 11 | 12 | -- disable highlighting of numbers 13 | Digits = Identifiers 14 | 15 | 16 | EnableIndentation=true 17 | -------------------------------------------------------------------------------- /share/highlight/langDefs/plperl.lang: -------------------------------------------------------------------------------- 1 | -- Load PL/SQL definition 2 | dofile(HL_LANG_DIR.."sql.lang") 3 | 4 | Description="PL/Perl" 5 | 6 | Categories = {"database"} 7 | 8 | NestedSections = { 9 | { Lang="perl", Delimiter= { [[\$\$]], [[\$\$\s+LANGUAGE]] } }, 10 | } 11 | -------------------------------------------------------------------------------- /share/highlight/langDefs/pltcl.lang: -------------------------------------------------------------------------------- 1 | -- Load PL/SQL definition 2 | dofile(HL_LANG_DIR.."sql.lang") 3 | 4 | Description="PL/Tcl" 5 | 6 | Categories = {"database"} 7 | 8 | NestedSections = { 9 | { Lang="tcl", Delimiter= { [[\$\$]], [[\$\$\s+LANGUAGE]] } }, 10 | } 11 | -------------------------------------------------------------------------------- /share/hunter/modules/bob/module.cfg: -------------------------------------------------------------------------------- 1 | Name=Bob integration 2 | Version=0.3 3 | Description=Integration with the Bob program. Add the button with the Bob commands on the enter directory if the Bob configuration file exists there. Works only in the graphical version of the program 4 | -------------------------------------------------------------------------------- /share/highlight/langDefs/plpython.lang: -------------------------------------------------------------------------------- 1 | -- Load PL/SQL definition 2 | dofile(HL_LANG_DIR.."sql.lang") 3 | 4 | Description="PL/Python" 5 | 6 | Categories = {"database"} 7 | 8 | 9 | NestedSections = { 10 | { Lang="python", Delimiter= { [[\$\$]], [[\$\$\s+LANGUAGE]] } }, 11 | } 12 | -------------------------------------------------------------------------------- /share/hunter/images/text-x-script.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /share/highlight/langDefs/bbcode.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="BBcode" 3 | 4 | Categories = {"markup"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | Regex=[[ \[\/?\w+|\] ]], 9 | Group=0, 10 | }, 11 | { Id=2, 12 | Regex=[=[#[[:xdigit:]]{6}]=], 13 | }, 14 | } 15 | 16 | IgnoreCase=true 17 | 18 | -------------------------------------------------------------------------------- /share/highlight/langDefs/nice.lang: -------------------------------------------------------------------------------- 1 | 2 | dofile(HL_LANG_DIR.."java.lang") 3 | 4 | Description="Nice" 5 | 6 | Categories = {"source"} 7 | 8 | 9 | -- append keywords to Java keywords 10 | table.insert(Keywords, 11 | { Id=1, 12 | List={"native", "requires", "ensures", "let", "var"}, 13 | } 14 | ) 15 | -------------------------------------------------------------------------------- /share/hunter/images/package-x-generic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /share/hunter/images/video-x-generic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /run.tcl: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # the next line restarts using tclsh \ 3 | exec tclsh "$0" ${1+"$@"} 4 | 5 | set env(LD_LIBRARY_PATH) [pwd]/lib 6 | set env(HIGHLIGHT_DATADIR) [pwd]/share/highlight/ 7 | 8 | cd bin 9 | 10 | if {$argc > 0} { 11 | exec [pwd]/hunter [list $argv] >@stdout 12 | } else { 13 | exec [pwd]/hunter >@stdout 14 | } 15 | -------------------------------------------------------------------------------- /share/hunter/images/media-playback-start.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /share/hunter/images/audio-x-generic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /share/hunter/images/arrow-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /share/hunter/images/arrow-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /share/hunter/images/application-x-executable.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /share/hunter/images/list-remove.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /share/hunter/images/text-x-generic-template.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /share/highlight/langDefs/diff.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Diff" 3 | 4 | Categories = {"text"} 5 | 6 | Digits=[[ ^[\d,]*[ac]\d* ]] 7 | 8 | Keywords={ 9 | { Id=1, 10 | Regex=[[^[-<].*]], 11 | }, 12 | { Id=2, 13 | Regex=[[^[+>].*]], 14 | }, 15 | { Id=3, 16 | Regex=[[^\.$]], 17 | }, 18 | { Id=4, 19 | Regex=[[^@@.*@@$]], 20 | }, 21 | } 22 | 23 | Comments={ 24 | { Block=false, 25 | Delimiter= { [[regex(^\-\-\-$)]] }, 26 | }, 27 | } 28 | 29 | -------------------------------------------------------------------------------- /share/hunter/images/folder.svg: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /.github/workflows/lockdown.yml: -------------------------------------------------------------------------------- 1 | name: 'Lock down repository' 2 | 3 | on: 4 | pull_request: 5 | types: opened 6 | 7 | jobs: 8 | lockdown: 9 | runs-on: ubuntu-latest 10 | steps: 11 | - uses: dessant/repo-lockdown@v2 12 | with: 13 | github-token: ${{ github.token }} 14 | pr-comment: > 15 | This repository does not accept pull requests, 16 | see the README for details. 17 | skip-closed-pr-comment: true 18 | -------------------------------------------------------------------------------- /share/highlight/langDefs/xpp.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="SuperX++" 3 | 4 | Categories = {"source"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | Regex=[[?|>]], 9 | }, 10 | { Id=2, 11 | Regex=[[([-\w]+)="]], 12 | }, 13 | { Id=3, 14 | Regex=[[\&\#?\w+;]], 15 | }, 16 | { Id=4, 17 | List={"bool", "date", "double", "float", "int", "long", "short", "string", "void"}, 18 | }, 19 | } 20 | 21 | Strings={ 22 | Delimiter=[["]], 23 | } 24 | 25 | IgnoreCase=false 26 | -------------------------------------------------------------------------------- /share/hunter/images/bookmarks.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /share/hunter/images/system-run.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /share/highlight/langDefs/vue.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="vue.js (beta)" 3 | 4 | Categories = {"script", "javascript"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | Regex=[[<[!?]?(?!\-\-)\/?[\w\:\-]+>?|[/?]?>]], 9 | Group=0, 10 | }, 11 | 12 | } 13 | 14 | 15 | NestedSections = { 16 | 17 | { Lang="css", Delimiter= { [[ 8 | 9 | 14 | 15 | -------------------------------------------------------------------------------- /share/highlight/langDefs/scala.lang: -------------------------------------------------------------------------------- 1 | -- Load Java definition 2 | dofile(HL_LANG_DIR.."java.lang") 3 | 4 | Description="Scala" 5 | 6 | Categories = {"source", "functional"} 7 | 8 | -- append keywords to Java keywords 9 | table.insert(Keywords, 10 | { Id=1, 11 | List={"abstract", "def", "object", "override", "sealed", "trait", "type", "val", "var", "yield", 12 | "forSome", "implicit", "lazy", "match", "null", "with"}, 13 | } 14 | ) 15 | 16 | Strings={ 17 | Delimiter=[["""|"|']], 18 | } 19 | -------------------------------------------------------------------------------- /share/highlight/langDefs/email.lang: -------------------------------------------------------------------------------- 1 | Description="E-Mail treated as Markup" 2 | 3 | Categories = {"protocol"} 4 | 5 | Keywords={ 6 | { Id=1, 7 | Regex=[[^>\s?>\s?>\s?>.+ ]] 8 | }, 9 | { Id=2, 10 | Regex=[[^>\s?>\s?>.+]], 11 | }, 12 | { Id=3, 13 | Regex=[[^>\s?>.+]], 14 | }, 15 | { Id=4, 16 | Regex=[[^>.+]], 17 | }, 18 | { Id=4, 19 | Regex=[[ <.+@.+> ]], 20 | }, 21 | } 22 | 23 | IgnoreCase=false 24 | 25 | Digits = [[ \*\*.+?\*\*|\*.+?\*|_.+?_ ]] 26 | 27 | Identifiers = [[ [a-zA-Z]\\w* ]] 28 | -------------------------------------------------------------------------------- /share/highlight/langDefs/toml.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="TOML" 3 | 4 | Categories = {"markup"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | Regex=[[^\s*(\[.+\])]], 9 | }, 10 | { Id=2, 11 | Regex=[[^\s*([^=#]+)\s*=]], 12 | }, 13 | { Id=3, 14 | Regex=[[^\s*[\[^=#]+\s*=\s*(\S.*)#?]], 15 | }, 16 | } 17 | 18 | Strings={ 19 | Delimiter=[["]], 20 | } 21 | 22 | Comments={ 23 | { Block=false, 24 | Delimiter= { [[#]] }, 25 | }, 26 | } 27 | 28 | Operators=[[\(|\)|\{|\}|\,|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\[|\] ]] 29 | 30 | -------------------------------------------------------------------------------- /share/highlight/langDefs/upc.lang: -------------------------------------------------------------------------------- 1 | 2 | dofile(HL_LANG_DIR.."c.lang") 3 | 4 | Description="UPC (and C, technically)" 5 | 6 | Categories = {"source"} 7 | 8 | -- append keywords to C keywords 9 | table.insert(Keywords, 10 | { Id=1, 11 | List={"upc_blocksizeof", "upc_elemsizeof", "upc_localsizeof", "shared", 12 | "strict", "relaxed", "upc_barrier", "upc_notify", 13 | "upc_wait", "upc_fence"} 14 | } 15 | ) 16 | 17 | table.insert(Keywords, 18 | { Id=2, 19 | List={"upc_lock_t"} 20 | } 21 | 22 | ) 23 | -------------------------------------------------------------------------------- /share/highlight/langDefs/ini.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="INI" 3 | 4 | Categories = {"config"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | Regex=[[^\s*(\[.+\])]], 9 | }, 10 | { Id=2, 11 | Regex=[[^\s*([^=#]+)\s*=]], 12 | }, 13 | { Id=3, 14 | Regex=[[^\s*[\[^=#]+\s*=\s*(\S.*)]], 15 | }, 16 | } 17 | 18 | Strings={ 19 | Delimiter=[["]], 20 | } 21 | 22 | Comments={ 23 | { Block=false, 24 | Delimiter= { [[^\s*([;#].*)]] }, 25 | }, 26 | } 27 | 28 | Operators=[[\(|\)|\{|\}|\,|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\[|\] ]] 29 | 30 | -------------------------------------------------------------------------------- /share/hunter/images/quit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 17 | 18 | -------------------------------------------------------------------------------- /share/hunter/images/document-revert.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /share/highlight/langDefs/po.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="PO translation" 3 | 4 | Categories = {"config"} 5 | 6 | Keywords={ 7 | 8 | { Id=1, 9 | Regex=[[^msg\w+]] 10 | }, 11 | } 12 | 13 | Strings={ 14 | Delimiter=[["]], 15 | Interpolation=[[ \%\w ]], 16 | Escape = [=[ \\u\{?[[:xdigit:]]{4,6}\}?|\\\d{3}|\\x[[:xdigit:]]{2}|\\[ntvbrfa\\\?'\"] ]=] 17 | } 18 | 19 | Comments={ 20 | { Block=false, 21 | Delimiter= { [[#]] }, 22 | }, 23 | } 24 | 25 | IgnoreCase=false 26 | 27 | 28 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|.]] 29 | -------------------------------------------------------------------------------- /share/hunter/images/list-add.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /others/AppRun: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | directory=$(pwd) 4 | if [ -z ${XDG_DATA_DIRS+x} ]; then 5 | export XDG_DATA_DIRS=/usr/share:/usr/local/share 6 | fi 7 | if [ -z ${APPDIR+x} ]; then 8 | export APPDIR="$directory" 9 | fi 10 | cd $APPDIR/usr/bin 11 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$APPDIR/usr/lib 12 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:$APPDIR/usr/share 13 | if [ "$#" -ne 0 ] 14 | then 15 | if [ "${1%${1#?}}"x = "/x" ] 16 | then 17 | ./hunter "$1" 18 | else 19 | ./hunter "$directory/$1" 20 | fi 21 | else 22 | ./hunter 23 | fi 24 | -------------------------------------------------------------------------------- /share/highlight/langDefs/conf.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Generic config files" 3 | 4 | Categories = {"config"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | Regex=[[^\s*[\w@]+]] 9 | }, 10 | { Id=2, 11 | Regex=[[\d[\d.]*]] 12 | }, 13 | { Id=3, 14 | Regex=[[/\S+|/]] 15 | } 16 | 17 | } 18 | 19 | Strings={ 20 | Delimiter=[["|']], 21 | } 22 | 23 | Comments={ 24 | { Block=false, 25 | Delimiter={ [[#]] }, 26 | }, 27 | { Block=false, 28 | Delimiter={ [[^;]] }, 29 | }, 30 | } 31 | 32 | Operators=[[\,|\;|\.|\:|\~]] 33 | 34 | Digits=[[\d*\.?\d+ ]] 35 | -------------------------------------------------------------------------------- /share/highlight/langDefs/sybase.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Sybase SQL" 3 | 4 | Categories = {"database"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | Regex=[[sp_\w+]] 9 | }, 10 | { Id=2, 11 | Regex=[[xp_\w+]] 12 | } 13 | } 14 | 15 | Strings={ 16 | Delimiter=[["]], 17 | } 18 | 19 | IgnoreCase=true 20 | 21 | Comments={ 22 | { Block=false, 23 | Delimiter= { [[\-\-]] }, 24 | }, 25 | { Block=true, 26 | Nested=false, 27 | Delimiter= { [[\/\*]],[[\*\/]],} 28 | } 29 | } 30 | 31 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-]] 32 | 33 | -------------------------------------------------------------------------------- /share/hunter/images/ok.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /share/highlight/langDefs/bnf.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Backus-Naur Form" 3 | 4 | Categories = {"protocol"} 5 | 6 | Identifiers=[[ [-a-zA-Z_]+|<[-a-zA-Z_]+> ]] 7 | 8 | Keywords={ 9 | { Id=1, 10 | Regex=[[ ^[ \t]*([-a-zA-Z_]+|<[-a-zA-Z_]+>)\s*[:=] ]], 11 | }, 12 | } 13 | 14 | Strings={ 15 | Delimiter=[["]], 16 | } 17 | 18 | IgnoreCase=false 19 | 20 | Comments={ 21 | { Block=false, 22 | Delimiter= { [[//]] }, 23 | }, 24 | { Block=true, 25 | Nested=false, 26 | Delimiter= { [[\/\*]],[[\*\/]],} 27 | } 28 | } 29 | 30 | Operators=[[\(|\)|\[|\]|\{|\}|\.|\:|\=]] 31 | -------------------------------------------------------------------------------- /share/highlight/langDefs/docker.lang: -------------------------------------------------------------------------------- 1 | Description="Dockerfile" 2 | 3 | Categories = {"config"} 4 | 5 | Keywords={ 6 | { Id=1, 7 | List={ "from", "run", "cmd", "label", "maintainer", "expose", "env", "add", "copy", "entrypoint", "volume", "user", "workdir", "arg", "onbuild", "stopsignal", "healthcheck", "shell" } 8 | }, 9 | 10 | } 11 | 12 | Strings={ 13 | Delimiter=[["|']], 14 | } 15 | 16 | IgnoreCase=true 17 | 18 | Comments={ 19 | { Block=false, 20 | Delimiter= { [[#]] }, 21 | }, 22 | } 23 | 24 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\.|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\@]] 25 | -------------------------------------------------------------------------------- /share/highlight/langDefs/ebnf.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Extended Backus-Naur Form" 3 | 4 | Categories = {"protocol"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | Regex=[[^\s*([^=]+)\s*=]], 9 | }, 10 | { Id=2, 11 | Regex=[[ [?][^?]+[?] ]], 12 | }, 13 | { Id=3, 14 | Regex=[[ [a-zA-Z][-a-zA-Z0-9]* ]], 15 | }, 16 | } 17 | 18 | Strings={ 19 | Delimiter=[["|']], 20 | } 21 | 22 | Comments = { 23 | { Block=true, 24 | Nested=false, 25 | Delimiter = { [[\(\*]], [[\*\)]] } 26 | }, 27 | 28 | } 29 | 30 | IgnoreCase=false 31 | 32 | Operators=[[\(|\)|\[|\]|\{|\}|\;|\-|\*]] 33 | -------------------------------------------------------------------------------- /share/hunter/images/edit-copy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /share/hunter/themes/light/pkgIndex.tcl: -------------------------------------------------------------------------------- 1 | # pkgIndex.tcl for additional tile pixmap theme Arc. 2 | # 3 | # We don't provide the package is the image subdirectory isn't present, 4 | # or we don't have the right version of Tcl/Tk 5 | # 6 | # To use this automatically within tile, the tile-using application should 7 | # use tile::availableThemes and tile::setTheme 8 | 9 | if {![file isdirectory [file join $dir breeze]]} { return } 10 | if {![package vsatisfies [package provide Tcl] 8.6]} { return } 11 | 12 | package ifneeded ttk::theme::breeze 0.6 \ 13 | [list source [file join $dir breeze.tcl]] 14 | 15 | -------------------------------------------------------------------------------- /share/hunter/images/font-x-generic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /share/hunter/themes/dark/pkgIndex.tcl: -------------------------------------------------------------------------------- 1 | # pkgIndex.tcl for additional tile pixmap theme Arc. 2 | # 3 | # We don't provide the package is the image subdirectory isn't present, 4 | # or we don't have the right version of Tcl/Tk 5 | # 6 | # To use this automatically within tile, the tile-using application should 7 | # use tile::availableThemes and tile::setTheme 8 | 9 | if {![file isdirectory [file join $dir breeze-dark]]} { return } 10 | if {![package vsatisfies [package provide Tcl] 8.6]} { return } 11 | 12 | package ifneeded ttk::theme::breeze-dark 0.1 \ 13 | [list source [file join $dir breeze-dark.tcl]] 14 | 15 | -------------------------------------------------------------------------------- /share/hunter/images/document-new.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /share/hunter/images/document-properties.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /share/hunter/images/image-x-generic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /share/highlight/langDefs/nginx.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Nginx configuration" 3 | 4 | Categories = {"config"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | Regex=[[(\w+).*\{]] 9 | }, 10 | { Id=2, 11 | Regex=[[^\s*(\w+).*\;]] 12 | }, 13 | { Id=3, 14 | Regex=[[$\w+?]] 15 | }, 16 | 17 | } 18 | 19 | Digits=[[\d*[\.\_]?\d+[dysmkg]? ]] 20 | 21 | Strings = { 22 | Delimiter=[[']], 23 | Interpolation=[[\$\w+]], 24 | } 25 | 26 | Comments = { 27 | { 28 | Block=false, 29 | Delimiter = { [[#]] } 30 | } 31 | } 32 | 33 | IgnoreCase=false 34 | 35 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\.|\:|\&|<|>|\!|=|\/|\*|\%|\+|\-|\~|\||\^]] 36 | -------------------------------------------------------------------------------- /share/hunter/images/help-about.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /share/highlight/themes/dante.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim dante" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#cdaf96" } 7 | Canvas = { Colour="#000000" } 8 | Number = { Colour="#ee0000" } 9 | Escape = { Colour="#a0522d" } 10 | String = { Colour="#cd2626" } 11 | BlockComment = { Colour="#008b8b" } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = Default 15 | LineNum = BlockComment 16 | PreProcessor = Default 17 | Interpolation = { Colour="#DB4CA7" } 18 | 19 | Keywords = { 20 | { Colour="#cdad00" }, 21 | { Colour="#66cd00" }, 22 | { Colour="#cc0085" }, 23 | { Colour="#cccccc" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/langDefs/moon.lang: -------------------------------------------------------------------------------- 1 | 2 | dofile(HL_LANG_DIR.."lua.lang") 3 | 4 | Description="MoonScript" 5 | 6 | Categories = {"source", "script"} 7 | 8 | -- append keywords to Lua list 9 | table.insert(Keywords, 10 | { Id=1, 11 | List={"class", "export", "import", "from", "extends", "module", "require"} 12 | } 13 | ) 14 | 15 | table.insert(Keywords, 16 | { Id=3, 17 | Regex=[[@\w+]], 18 | } 19 | ) 20 | 21 | table.insert(Keywords, 22 | { Id=4, 23 | Regex=[[\w+\:]], 24 | } 25 | ) 26 | 27 | table.insert(Keywords, 28 | { Id=4, 29 | Regex=[[(\w+)?(\\\w+)]], 30 | } 31 | ) 32 | 33 | -- >TODO print "I am #{math.random! * 100}% sure." 34 | -------------------------------------------------------------------------------- /share/highlight/themes/breeze.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim breeze" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#ffffff" } 7 | Canvas = { Colour="#005c70" } 8 | Number = { Colour="#60ffff" } 9 | Escape = { Colour="#ffd074" } 10 | String = { Colour="#60ffff" } 11 | BlockComment = { Colour="#c8d0d0" } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = Default 15 | LineNum = BlockComment 16 | PreProcessor = Default 17 | Interpolation = { Colour="#9F9FF2" } 18 | 19 | Keywords = { 20 | { Colour="#ffff80" }, 21 | { Colour="#80ffa0" }, 22 | { Colour="#7f7fff" }, 23 | { Colour="#ff7fff" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/dusk.theme: -------------------------------------------------------------------------------- 1 | Description = "vim dusk" 2 | 3 | Categories = {"dark", "vim"} 4 | 5 | Default = { Colour="#fffff0" } 6 | Canvas = { Colour="#1f3048" } 7 | Number = { Colour="#cdb7b5" } 8 | Escape = { Colour="#ffbe25" } 9 | String = { Colour="#9ac0cd" } 10 | BlockComment = { Colour="#708090" } 11 | StringPreProc = String 12 | LineComment = BlockComment 13 | Operator = Default 14 | LineNum = BlockComment 15 | PreProcessor = { Colour="#e68bf0" } 16 | Interpolation = { Colour="#C184DB" } 17 | 18 | Keywords = { 19 | { Colour="#f0e68c" }, 20 | { Colour="#ffdead" }, 21 | { Colour="#8bf0b3" }, 22 | { Colour="#8bf0e6" }, 23 | } 24 | -------------------------------------------------------------------------------- /share/highlight/themes/camo.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim camo" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#ffe4c4" } 7 | Canvas = { Colour="#232323" } 8 | Number = { Colour="#d2691e" } 9 | Escape = { Colour="#cd5c5c" } 10 | String = { Colour="#ffe4b5" } 11 | BlockComment = { Colour="#d2b48c" } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = { Colour="#ffffff" } 15 | LineNum = BlockComment 16 | PreProcessor = Default 17 | Interpolation = { Colour="#ABFF89" } 18 | 19 | Keywords = { 20 | { Colour="#f0e68c" }, 21 | { Colour="#cdc673" }, 22 | { Colour="#c7f08b" }, 23 | { Colour="#ffc7c4" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/darkplus.theme: -------------------------------------------------------------------------------- 1 | Description = "vscode darkplus" 2 | 3 | Categories = {"dark"} 4 | 5 | Default = { Colour="#9cdcfe" } 6 | Canvas = { Colour="#1e1e1e" } 7 | Number = { Colour="#b5cea8" } 8 | Escape = { Colour="#fd7ba7" } 9 | String = { Colour="#d7ba7d" } 10 | BlockComment = { Colour="#6a9955" } 11 | StringPreProc = String 12 | LineComment = BlockComment 13 | Operator = { Colour="#d4d4d4" } 14 | LineNum = { Colour="#808080" } 15 | PreProcessor = { Colour="#007acc" } 16 | Interpolation = { Colour="#569cd6" } 17 | 18 | Keywords = { 19 | { Colour="#c58ec0"}, 20 | { Colour="#569cd6"}, 21 | { Colour="#569cd6" }, 22 | { Colour="#dcdcaa" }, 23 | } 24 | -------------------------------------------------------------------------------- /share/highlight/themes/denim.theme: -------------------------------------------------------------------------------- 1 | Description = "vim denim" 2 | 3 | Categories = {"dark", "vim"} 4 | 5 | Default = { Colour="#FFFFFF" } 6 | Canvas = { Colour="#000038" } 7 | Number = { Colour="#33FF33" } 8 | Escape = { Colour="#00FF00" } 9 | String = { Colour="#CCCC99" } 10 | BlockComment = { Colour="#999999" } 11 | StringPreProc = String 12 | LineComment = BlockComment 13 | Operator = { Colour="#65bad9" } 14 | LineNum = BlockComment 15 | PreProcessor = Default 16 | Interpolation = { Colour="#69C8DB" } 17 | 18 | Keywords = { 19 | { Colour="#d9b16b" }, 20 | { Colour="#33FF99" }, 21 | { Colour="#54ffeb" }, 22 | { Colour="#b276ee" }, 23 | } 24 | -------------------------------------------------------------------------------- /share/highlight/langDefs/bibtex.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="BibTeX" 3 | 4 | Categories = {"document"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | List={"address", "annote", "author", "title", "type", "abstract", "volume", 9 | "pages", "number", "note", "key", "organization", "school", "series", "chapter", 10 | "month", "department", "keywords", "howpublished", "institution", "journal", 11 | "publisher", "editon", "editor", "year", "booktitle"}, 12 | }, 13 | } 14 | 15 | IgnoreCase=false 16 | 17 | Comments={ 18 | { Block=false, 19 | Delimiter= { [[%]] }, 20 | }, 21 | } 22 | 23 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\:|\&|<|>|\!|\=|\/|\*|\+|\-]] 24 | 25 | -------------------------------------------------------------------------------- /share/highlight/langDefs/yaiff.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Yaiff" 3 | 4 | Categories = {"source"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | List={"def", "final", "class", "public", "private", "interface", "else", "if", "const", "return"}, 9 | }, 10 | { Id=2, 11 | List={"UInt8", "", "Int8"}, 12 | }, 13 | { Id=3, 14 | Regex=[[@\w+]], 15 | }, 16 | { Id=4, 17 | Regex=[[(\w+)\s*\(]], 18 | }, 19 | } 20 | 21 | Strings={ 22 | Delimiter=[["|']], 23 | } 24 | 25 | IgnoreCase=false 26 | 27 | Comments={ 28 | { Block=false, 29 | Delimiter= { [[#(?!#).*]] }, 30 | }, 31 | } 32 | 33 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\.|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\~|\?]] 34 | -------------------------------------------------------------------------------- /share/highlight/themes/clarity.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim clarity" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#b2dfee" } 7 | Canvas = { Colour="#1F3055" } 8 | Number = { Colour="#b3ee3a" } 9 | Escape = { Colour="#FFEEA6" } 10 | String = { Colour="#cccccc" } 11 | BlockComment = { Colour="#9e9e9e" } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = { Colour="#ffffff" } 15 | LineNum = BlockComment 16 | PreProcessor = Default 17 | Interpolation = { Colour="#CEFF9F" } 18 | 19 | Keywords = { 20 | { Colour="#cd919e" }, 21 | { Colour="#ff4400" }, 22 | { Colour="#9ecc91" }, 23 | { Colour="#edc1b2" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/langDefs/xml.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="XML" 3 | 4 | Categories = {"config", "protocol"} 5 | 6 | 7 | Keywords={ 8 | { Id=1, 9 | Regex=[[<[!?]?(?!\-\-)\/?[\w\:\-]+>?|[/?]?>]], 10 | Group=0, 11 | }, 12 | { Id=2, 13 | Regex=[[([-\w]+)="]], 14 | }, 15 | { Id=4, 16 | Regex=[[\&\#?\w+;]], 17 | }, 18 | } 19 | 20 | Strings={ 21 | Delimiter=[["]], 22 | Escape=[[\A(?!x)x]] 23 | -- see http://stackoverflow.com/questions/1723182/a-regex-that-will-never-be-matched-by-anything 24 | } 25 | 26 | Comments={ 27 | { Block=true, 28 | Nested=false, 29 | Delimiter= { [[]] } 30 | } 31 | } 32 | 33 | 34 | IgnoreCase=true 35 | 36 | -------------------------------------------------------------------------------- /share/highlight/themes/bclear.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim bclear" 3 | 4 | Categories = {"light", "vim"} 5 | 6 | Default = { Colour="#323232" } 7 | Canvas = { Colour="#ffffff" } 8 | Number = { Colour="#1094a0" } 9 | Escape = { Colour="#dc6816" } 10 | String = { Colour="#1094a0" } 11 | BlockComment = { Colour="#969696" } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = Default 15 | LineNum = BlockComment 16 | PreProcessor = { Colour="#69c73a" } 17 | Interpolation = { Colour="#7376C4" } 18 | 19 | Keywords = { 20 | { Colour="#3b6ac8" }, 21 | { Colour="#a00050" }, 22 | { Colour="#00a150" }, 23 | { Colour="#c73a69" }, 24 | 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/darkbone.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim dark bone" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#a0a0c0" } 7 | Canvas = { Colour="#000000" } 8 | Number = { Colour="#d0e080" } 9 | Escape = { Colour="#808080" } 10 | String = { Colour="#d0e080" } 11 | BlockComment = { Colour="#606080" } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = { Colour="#cccccc" } 15 | LineNum = BlockComment 16 | PreProcessor = Default 17 | Interpolation = { Colour="#CFA5DB" } 18 | 19 | Keywords = { 20 | { Colour="#8090f0" }, 21 | { Colour="#e0e0ff" }, 22 | { Colour="#7ff0a6" }, 23 | { Colour="#9fbfaf" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/hunter/images/document-open.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /others/hunter.appdata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | hunter.desktop 4 | FSFAP 5 | GPL-3 6 | hunter 7 | Hunter 8 | 9 |

10 | Hunter is a graphical file manager for Linux, inspired by Ranger. 11 | To open files, the program uses default applications from XDG MIME 12 | Application Specification. 13 |

14 |
15 | https://thindil.github.io/hunter/ 16 | 17 | hunter 18 | 19 |
20 | -------------------------------------------------------------------------------- /share/highlight/langDefs/tsx.lang: -------------------------------------------------------------------------------- 1 | 2 | dofile(HL_LANG_DIR.."ts.lang") 3 | 4 | Description="TSX (TypeScript with React)" 5 | 6 | Categories = {"script", "javascript"} 7 | 8 | 9 | table.insert(Keywords, 10 | { Id=1, 11 | Regex=[[<[!?]?(?!\-\-)\/?[\w\:\-]+>?|[/?]?>]], 12 | Group=0 13 | } 14 | ) 15 | 16 | table.insert(Keywords, 17 | { Id=1, 18 | List={ "from" } 19 | } 20 | ) 21 | 22 | table.insert(Keywords, 23 | { Id=2, 24 | Regex=[[([-\w\.\-\:]+)="]], 25 | } 26 | ) 27 | 28 | table.insert(Keywords, 29 | { Id=3, 30 | Regex=[[\{[\w\.]+?\}]], 31 | } 32 | ) 33 | 34 | table.insert(Keywords, 35 | { Id=4, 36 | Regex=[[\&\#?\w+;]], 37 | } 38 | ) 39 | -------------------------------------------------------------------------------- /share/highlight/themes/candy.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim candy" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#f0f0f8" } 7 | Canvas = { Colour="#000000" } 8 | Number = { Colour="#90d0ff" } 9 | Escape = { Colour="#e0e080" } 10 | String = { Colour="#90d0ff" } 11 | BlockComment = { Colour="#c0c0d0", Italic=true } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = { Colour="#a2ff86" } 15 | LineNum = BlockComment 16 | PreProcessor = Default 17 | Interpolation = { Colour="#C5FF7D" } 18 | 19 | Keywords = { 20 | { Colour="#ffa0ff" }, 21 | { Colour="#ffc864" }, 22 | { Colour="#ffffa1" }, 23 | { Colour="#ff5c33" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/darkspectrum.theme: -------------------------------------------------------------------------------- 1 | Description = "vim darkspectrum" 2 | 3 | Categories = {"dark", "vim"} 4 | 5 | Default = { Colour="#efefef" } 6 | Canvas = { Colour="#2A2A2A" } 7 | Number = { Colour="#fce94f" } 8 | Escape = { Colour="#e9b96e" } 9 | String = { Colour="#fce94f" } 10 | BlockComment = { Colour="#8a8a8a" } 11 | StringPreProc = String 12 | LineComment = BlockComment 13 | Operator = Default 14 | LineNum = BlockComment 15 | PreProcessor = Default 16 | Interpolation = { Colour="#69C8DB" } 17 | 18 | Keywords = { 19 | { Colour="#ffffff" , Bold=true}, 20 | { Colour="#8ae234" , Bold=true}, 21 | { Colour="#34e3e3" }, 22 | { Colour="#efefef" }, 23 | } 24 | -------------------------------------------------------------------------------- /share/highlight/langDefs/rebol.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Rebol" 3 | 4 | Categories = {"source"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | List={"REBOL", "rebol", "return", "for", "while", "print", "repeat", "doq"}, 9 | }, 10 | { Id=3, 11 | Regex=[[\b([\w\-]+\??):]], 12 | }, 13 | { Id=4, 14 | Regex=[[(\w+)\s*\(]], 15 | }, 16 | } 17 | 18 | Strings={ 19 | Delimiter=[["]], 20 | } 21 | 22 | IgnoreCase=true 23 | 24 | Comments={ 25 | { Block=false, 26 | Delimiter= { [[;|\/\/]] }, 27 | }, 28 | { Block=true, 29 | Nested=false, 30 | Delimiter= { [[\{]],[[\}]],} 31 | } 32 | } 33 | 34 | Operators=[[\(|\)|\[|\]|\,|\;|\.|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\~|\?|\#|\']] 35 | -------------------------------------------------------------------------------- /share/highlight/themes/baycomb.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim baycomb" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#a0b4e0" } 7 | Canvas = { Colour="#11121a" } 8 | Number = { Colour="#4580b4" } 9 | Escape = { Colour="#aaaaca" } 10 | String = { Colour="#5c78f0" } 11 | BlockComment = { Colour="#349d58" } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = {Colour="#b0b0b0"} 15 | LineNum = BlockComment 16 | PreProcessor = Default 17 | Interpolation = { Colour="#97E1BF" } 18 | 19 | Keywords = { 20 | { Colour="#fca8ad" }, 21 | { Colour="#0490e8" , Bold=true}, 22 | { Colour="#a9fcf7" }, 23 | { Colour="#b4e09f" }, 24 | 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/night.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim night" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#f0f0f8" } 8 | Canvas = { Colour="#303040" } 9 | Number = { Colour="#b8b8c8" } 10 | Escape = { Colour="#40f8f8" } 11 | String = { Colour="#f0f0f8" } 12 | BlockComment = { Colour="#e0e070" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = BlockComment 17 | PreProcessor = { Colour="#33cc66" } 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour="#00d8f8" }, 22 | { Colour="#bbaaff" }, 23 | { Colour="#9d00f7" }, 24 | { Colour="#cc66cc" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/langDefs/lindenscript.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Linden Script" 3 | 4 | Categories = {"source", "script"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | List={"for", "do", "while", "if", "else", "jump"}, 9 | }, 10 | { Id=2, 11 | List={"integer", "float", "string", "key", "vector", "rotation", "list"}, 12 | }, 13 | { Id=3, 14 | Regex=[[(ll\w+)\s*\(]], 15 | }, 16 | { Id=4, 17 | Regex=[[(\w+)\s*\(]], 18 | }, 19 | } 20 | 21 | Strings={ 22 | Delimiter=[["|']], 23 | } 24 | 25 | IgnoreCase=false 26 | 27 | Comments={ 28 | { Block=false, 29 | Delimiter= { [[\/\/]] }, 30 | }, 31 | } 32 | 33 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\.|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\~]] 34 | -------------------------------------------------------------------------------- /share/highlight/themes/peaksea.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim peaksea" 4 | 5 | Categories = {"light", "vim"} 6 | 7 | Default = { Colour="#000000" } 8 | Canvas = { Colour="#e0e0e0" } 9 | Number = { Colour="#907000" } 10 | Escape = { Colour="#907000" } 11 | String = { Colour="#007068" } 12 | BlockComment = { Colour="#606000" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = BlockComment 17 | PreProcessor = Default 18 | Interpolation = { Colour="#CC518A" } 19 | 20 | Keywords = { 21 | { Colour="#2060a8" }, 22 | { Colour="#0850a0" }, 23 | { Colour="#a86920" }, 24 | { Colour="#20a825" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/langDefs/nasal.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Nasal" 3 | 4 | Categories = {"source"} 5 | 6 | 7 | Keywords={ 8 | { Id=1, 9 | List={"and", "or", "nil", "if", "elsif", "else", "for", "foreach", 10 | "while", "return", "break", "continue", "func", "size", "keys", "append", 11 | "pop", "int", "streq", "substr", "contains", "typeof"}, 12 | }, 13 | { Id=2, 14 | List={"parents", "me", "arg"}, 15 | }, 16 | } 17 | 18 | Strings={ 19 | Delimiter=[["|']], 20 | } 21 | 22 | IgnoreCase=false 23 | 24 | Comments={ 25 | { Block=false, 26 | Delimiter= { [[#]] }, 27 | }, 28 | } 29 | 30 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-]] 31 | -------------------------------------------------------------------------------- /share/highlight/langDefs/sas.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="SAS" 3 | 4 | Categories = {"source"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | List={"put"}, 9 | }, 10 | { Id=2, 11 | List={"proc", "data", "set", "merge", "run", "output"}, 12 | }, 13 | { Id=3, 14 | List={"drop", "keep", "in", "retain", "file", "infile", "put", "if", "then", "else", "while", "for"}, 15 | }, 16 | } 17 | 18 | Strings={ 19 | Delimiter=[["|']], 20 | } 21 | 22 | Comments={ 23 | { Block=false, 24 | Delimiter= { [[\/\/]] }, 25 | }, 26 | { Block=true, 27 | Nested=false, 28 | Delimiter= { [[\/\*]],[[\*\/]],} 29 | } 30 | } 31 | 32 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-]] 33 | 34 | -------------------------------------------------------------------------------- /share/highlight/themes/aiseered.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim aiseered" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#f08080" } 7 | Canvas = { Colour="#400000" } 8 | Number = { Colour="#88ddee" } 9 | Escape = { Colour="#ffaa00" } 10 | String = { Colour="#ffcc88" } 11 | BlockComment = { Colour="#ffffff", Italic=true } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = { Colour="#ffcc33" } 15 | LineNum = BlockComment 16 | PreProcessor = { Colour="#ffcc33" } 17 | Interpolation = { Colour="#5BB3C9" } 18 | 19 | Keywords = { 20 | { Colour="#eeff99" , Bold=true}, 21 | { Colour="#88ffaa" }, 22 | { Colour="#aa99ff" }, 23 | { Colour="#f0b77f" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/autumn.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim autumn" 3 | 4 | Categories = {"light", "vim"} 5 | 6 | Default = { Colour="#404040" } 7 | Canvas = { Colour="#fff4e8" } 8 | Number = { Colour="#00884c" } 9 | Escape = { Colour="#8040f0" } 10 | String = { Colour="#00884c" } 11 | BlockComment = { Colour="#ff5050" } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = { Colour="#513d2b" } 15 | LineNum = { Colour="#555555" } 16 | PreProcessor = { Colour="#660000" } 17 | Interpolation = { Colour="#CA6DE1" } 18 | 19 | Keywords = { 20 | { Colour="#80a030" }, 21 | { Colour="#b06c58" }, 22 | { Colour="#30a188" }, 23 | { Colour="#990000" }, 24 | 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/biogoo.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim biogoo" 3 | 4 | Categories = {"light", "vim"} 5 | 6 | Default = { Colour="#000000" } 7 | Canvas = { Colour="#d6d6d6" } 8 | Number = { Colour="#b85d00" } 9 | Escape = { Colour="#007f00" } 10 | String = { Colour="#d10000" } 11 | BlockComment = { Colour="#0000c3" } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = { Colour="#2f7428" } 15 | LineNum = BlockComment 16 | PreProcessor = { Colour="#540054" } 17 | Interpolation = { Colour="#BE58A0" } 18 | 19 | Keywords = { 20 | { Colour="#00007f" }, 21 | { Colour="#540054" , Bold=true}, 22 | { Colour="#005400" }, 23 | { Colour="#002a54" }, 24 | 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/darkslategray.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim darkslategray" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#f5deb3" } 7 | Canvas = { Colour="#2f4f4f" } 8 | Number = { Colour="#ff6347" } 9 | Escape = { Colour="#ff6347" } 10 | String = { Colour="#7fffd4" } 11 | BlockComment = { Colour="#da70d6" } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = Default 15 | LineNum = BlockComment 16 | PreProcessor = { Colour="#f5b3eb" } 17 | Interpolation = { Colour="#ffffff" } 18 | 19 | Keywords = { 20 | { Colour="#4682b4" , Bold=true}, 21 | { Colour="#98fb98" , Bold=true}, 22 | { Colour="#b57847" }, 23 | { Colour="#b3caf5" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/leo.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim leo256" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#ffffff" } 8 | Canvas = { Colour="#000000" } 9 | Number = { Colour="#ff875f" } 10 | Escape = { Colour="#ff5fd7" } 11 | String = { Colour="#ffd7d7" } 12 | BlockComment = { Colour="#a8a8a8" , Italic=true} 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = { Colour="#d4da58" } 16 | LineNum = BlockComment 17 | PreProcessor = Default 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour="#00d700" }, 22 | { Colour="#5fafff" }, 23 | { Colour="#006bd6" }, 24 | { Colour="#d600d6" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/matrix.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim Matrix" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#44cc44" } 8 | Canvas = { Colour="#000000" } 9 | Number = { Colour="#55ff55" } 10 | Escape = { Colour="#44cc44" } 11 | String = { Colour="#ccff33" } 12 | BlockComment = { Colour="#226622" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = BlockComment 17 | PreProcessor = Default 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour="#55ff55" , Bold=true}, 22 | { Colour="#aaff54" , Bold=true}, 23 | { Colour="#48d990" }, 24 | { Colour="#54ffaa" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/neon.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim neon" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#f0f0f0" } 8 | Canvas = { Colour="#303030" } 9 | Number = { Colour="#92d4ff" } 10 | Escape = { Colour="#ffc890" } 11 | String = { Colour="#92d4ff" } 12 | BlockComment = { Colour="#c0c0c0" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = { Colour="#d86acd" } 16 | LineNum = BlockComment 17 | PreProcessor = { Colour="#7979db" } 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour="#dcdc78" }, 22 | { Colour="#60f0a8" }, 23 | { Colour="#7979db" }, 24 | { Colour="#db79aa" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/nuvola.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim nuvola" 4 | 5 | Categories = {"light", "vim"} 6 | 7 | Default = { Colour="#000000" } 8 | Canvas = { Colour="#F9F5F9" } 9 | Number = { Colour="#00C226" } 10 | Escape = { Colour="#D66AD5" } 11 | String = { Colour="#B91F49" } 12 | BlockComment = { Colour="#3F6B5B" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = BlockComment 17 | PreProcessor = Default 18 | Interpolation = { Colour="#8A70D6" } 19 | 20 | Keywords = { 21 | { Colour="#F06F00" }, 22 | { Colour="#0000ff" }, 23 | { Colour="#08f000", Bold=true }, 24 | { Colour="#e800f0" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/relaxedgreen.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim relaxedgreen" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#aaaaaa" } 8 | Canvas = { Colour="#000000" } 9 | Number = { Colour="#0099dd" } 10 | Escape = { Colour="#00ff00" } 11 | String = { Colour="#0099dd" } 12 | BlockComment = { Colour="#00a594" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = BlockComment 17 | PreProcessor = Default 18 | Interpolation = { Colour="#A742DD" } 19 | 20 | Keywords = { 21 | { Colour="#ac0000" }, 22 | { Colour="#559955" }, 23 | { Colour="#00abab" }, 24 | { Colour="#ededed" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/tabula.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim tabula" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#71D289" } 8 | Canvas = { Colour="#004A41" } 9 | Number = { Colour="#00A7F7" } 10 | Escape = { Colour="#00E0F2" } 11 | String = { Colour="#00DF00" } 12 | BlockComment = { Colour="#00C5E7" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = { Colour="#b3c878" } 16 | LineNum = BlockComment 17 | PreProcessor = Default 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour="#DEDE00" , Bold=true}, 22 | { Colour="#F269E4" }, 23 | { Colour="#ffffff" }, 24 | { Colour="#ff7f00" }, 25 | } 26 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | 5 | --- 6 | 7 | **Describe the bug** 8 | A clear and concise description of what the bug is. 9 | 10 | **To Reproduce** 11 | Steps to reproduce the behavior: 12 | 1. Go to '...' 13 | 2. Click on '....' 14 | 3. Scroll down to '....' 15 | 4. See error 16 | 17 | **Expected behavior** 18 | A clear and concise description of what you expected to happen. 19 | 20 | **Technical Info:** 21 | - OS: [e.g. iOS] 22 | - Version: [e.g. 22] 23 | 24 | **Additional context** 25 | Add any other context about the problem here. If possible, please attach error.log file (if it exists) with information about problem. 26 | -------------------------------------------------------------------------------- /share/highlight/langDefs/r.lang: -------------------------------------------------------------------------------- 1 | Description="R" 2 | 3 | Categories = {"source", "scientific"} 4 | 5 | Identifiers=[[ [a-zA-Z_\.][\w]* ]] 6 | 7 | Keywords={ 8 | { Id=1, 9 | List={"if", "else", "repeat", "while", "function", "for", "in", "next", "break", "ifelse", "switch"}, 10 | }, 11 | { Id=2, 12 | List={"NULL", "NA", "Inf", "NaN", "TRUE", "T", "FALSE", "F"}, 13 | }, 14 | { Id=4, 15 | Regex=[[([\w+_\.]+)\s*\(]], 16 | } 17 | } 18 | 19 | Strings={ 20 | Delimiter=[["|']], 21 | } 22 | 23 | Comments={ 24 | { Block=false, 25 | Delimiter= { [[#]] }, 26 | }, 27 | } 28 | 29 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\~|\|]] 30 | 31 | EnableIndentation=true 32 | -------------------------------------------------------------------------------- /share/highlight/themes/anotherdark.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim anotherdark" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#99adaf" } 7 | Canvas = { Colour="#323232" } 8 | Number = { Colour="#ff0000" } 9 | Escape = { Colour="#ffddad" } 10 | String = { Colour="#ffa0a0" } 11 | BlockComment = { Colour="#839496", Bold=true} 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = { Colour="#d0da9d" } 15 | LineNum = BlockComment 16 | PreProcessor = { Colour="#c9357e" } 17 | Interpolation = { Colour="#8BC4D4" } 18 | 19 | Keywords = { 20 | { Colour="#f0e68c" }, 21 | { Colour="#bdb66b" }, 22 | { Colour="#8b95f0" }, 23 | { Colour="#f25252" }, 24 | 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/nightshimmer.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim nightshimmer" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#e0eee0" } 8 | Canvas = { Colour="#103040" } 9 | Number = { Colour="#00ffff" } 10 | Escape = { Colour="#ffffff" , Bold=true} 11 | String = { Colour="#00ffff" } 12 | BlockComment = { Colour="#507080" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = BlockComment 17 | PreProcessor = { Colour="#ffcc99" } 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour="#90ee90" }, 22 | { Colour="#add8e6" }, 23 | { Colour="#cc99ff" }, 24 | { Colour="#ff9999" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/rootwater.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim rootwater" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#babdb6" } 8 | Canvas = { Colour="#151b1d" } 9 | Number = { Colour="#77dd88" } 10 | Escape = { Colour="#ffc0cb" } 11 | String = { Colour="#77dd88" } 12 | BlockComment = { Colour="#656565" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = { Colour="#6a6c68" } 16 | LineNum = BlockComment 17 | PreProcessor = Default 18 | Interpolation = { Colour="#70BEDD" } 19 | 20 | Keywords = { 21 | { Colour="#8fffff" }, 22 | { Colour="#ffffff" }, 23 | { Colour="#ff8f8f" }, 24 | { Colour="#ededed" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/molokai.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim molokai" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#F8F8F2" } 8 | Canvas = { Colour="#272822" } 9 | Number = { Colour="#AE81FF" } 10 | Escape = { Colour="#66D9EF" , Italic=true} 11 | String = { Colour="#E6DB74" } 12 | BlockComment = { Colour="#75715E" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = BlockComment 17 | PreProcessor = { Colour="#defa25" } 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour="#F92672" , Bold=true}, 22 | { Colour="#66D9EF" }, 23 | { Colour="#95f067" }, 24 | { Colour="#25faac" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/rdark.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim rdark" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#babdb6" } 8 | Canvas = { Colour="#1e2426" } 9 | Number = { Colour="#8ae234" } 10 | Escape = { Colour="#888a85" } 11 | String = { Colour="#8ae234" } 12 | BlockComment = { Colour="#656763" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = { Colour="#c6bf6e" } 16 | LineNum = BlockComment 17 | PreProcessor = { Colour="#e58a8a" } 18 | Interpolation = { Colour="#949691" } 19 | 20 | Keywords = { 21 | { Colour="#729fcf" }, 22 | { Colour="#e3e7df" }, 23 | { Colour="#cfa272" }, 24 | { Colour="#9ebd77" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/tcsoft.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim TCSoft" 4 | 5 | Categories = {"light", "vim"} 6 | 7 | Default = { Colour="#000000" } 8 | Canvas = { Colour="#FFFFFF" } 9 | Number = { Colour="#666666" } 10 | Escape = { Colour="#FF0000" } 11 | String = { Colour="#666666" } 12 | BlockComment = { Colour="#000099" , Italic=true} 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = BlockComment 17 | PreProcessor = Default 18 | Interpolation = { Colour="#5E9ADD" } 19 | 20 | Keywords = { 21 | { Colour="#FF9900" }, 22 | { Colour="#FF9900" , Bold=true}, 23 | { Colour="#0066ff" }, 24 | { Colour="#ff00e5" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/bright.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="Bright" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#330066" } 7 | Canvas = { Colour="#ffffff" } 8 | Number = { Colour="#32ba06" } 9 | Escape = { Colour="#a61761" } 10 | String = { Colour="#1861a7" } 11 | StringPreProc = { Colour="#663300" } 12 | BlockComment = { Colour="#006633" } 13 | PreProcessor = { Colour="#5374b0" } 14 | LineNum = { Colour="#9a9a9a" } 15 | Operator = { Colour="#555555" } 16 | LineComment = BlockComment 17 | Interpolation = Escape 18 | 19 | Keywords = { 20 | { Colour= "#ff3030" }, 21 | { Colour= "#F48C23" }, 22 | { Colour= "#0000ff" }, 23 | { Colour= "#d11ced" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/kellys.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim kellys" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#e1e0e5" } 8 | Canvas = { Colour="#2a2b2f" } 9 | Number = { Colour="#dabc7f" } 10 | Escape = { Colour="#9ab2c8" } 11 | String = { Colour="#dabc7f" } 12 | BlockComment = { Colour="#67686b" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = { Colour="#a3a362" } 17 | PreProcessor = { Colour="#77cf63" } 18 | Interpolation = { Colour="#C75E75" } 19 | 20 | Keywords = { 21 | { Colour="#62acce" , Bold=true}, 22 | { Colour="#e6ac32" }, 23 | { Colour="#cf8563" }, 24 | { Colour="#bb63cf" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/manxome.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim manxome" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#cccccc" } 8 | Canvas = { Colour="#000000" } 9 | Number = { Colour="#00ffff" } 10 | Escape = { Colour="#ffffff" } 11 | String = { Colour="#00ffff" } 12 | BlockComment = { Colour="#00ff00" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = { Colour="#ffff00" } 16 | LineNum = BlockComment 17 | PreProcessor = { Colour="#0000bb" } 18 | Interpolation = { Colour="#C76BC6" } 19 | 20 | Keywords = { 21 | { Colour="#00aaaa" }, 22 | { Colour="#f70000" }, 23 | { Colour="#5500ab" }, 24 | { Colour="#00aaaa" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/xoria256.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim xoria256" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#d0d0d0" } 8 | Canvas = { Colour="#1c1c1c" } 9 | Number = { Colour="#dfaf87" } 10 | Escape = { Colour="#df8787" } 11 | BlockComment = { Colour="#808080" } 12 | PreProcessor = { Colour="#afdf87" } 13 | LineNum = { Colour="#a8a8a8" } 14 | String= { Colour="#ffffaf" } 15 | StringPreProc = String 16 | LineComment = BlockComment 17 | Operator = { Colour="#888888" } 18 | Interpolation = { Colour="#78D1DD" } 19 | 20 | Keywords = { 21 | { Colour="#87afdf" }, 22 | { Colour="#87de8c" }, 23 | { Colour="#deb787" }, 24 | { Colour="#de87da" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/langDefs/lilypond.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Lilypond" 3 | 4 | Categories = {"source"} 5 | 6 | 7 | Identifiers=[[ ([a-z]+)\d* ]] 8 | 9 | Keywords={ 10 | { Id=1, 11 | List={"c", "d", "e", "f", "g", "a", "h", "b", "cis", "dis", "eis", "fis", "gis", "ais", "des", "es", "ges", "as", "s", "bes"}, 12 | }, 13 | { Id=2, 14 | Regex=[[\\[\w<>!\\]+]], 15 | }, 16 | } 17 | 18 | Strings={ 19 | Delimiter=[["]], 20 | } 21 | 22 | IgnoreCase=false 23 | 24 | Comments={ 25 | { Block=false, 26 | Delimiter= { [[%(?!\{).*]] }, 27 | }, 28 | { Block=true, 29 | Nested=false, 30 | Delimiter= { [[\%\{]],[[\}\%]],} 31 | } 32 | } 33 | 34 | Operators=[[\(|\)|\[|\]|\{|\}|<|>|\'|\,|\.|\/|\:|\^|\=|\#|\*|\_|\!]] 35 | -------------------------------------------------------------------------------- /share/highlight/themes/bluegreen.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim blue and green" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#ffffff" } 7 | Canvas = { Colour="#061A3E" } 8 | Number = { Colour="#72A5E4" , Bold=true} 9 | Escape = { Colour="#EEBABA" } 10 | String = { Colour="#72A5E4" , Bold=true} 11 | BlockComment = { Colour="#DABEA2", Italic=true } 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = { Colour="#d0d07b" } 15 | LineNum = BlockComment 16 | PreProcessor = { Colour="#9e76b5" } 17 | Interpolation = { Colour="#EE86BC" } 18 | 19 | Keywords = { 20 | { Colour="#9087d0" }, 21 | { Colour="#A9EE8A" }, 22 | { Colour="#b5768d" }, 23 | { Colour="#76b57e" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/freya.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim freya" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#dcdccc" } 8 | Canvas = { Colour="#2a2a2a" } 9 | Number = { Colour="#afe091" } 10 | Escape = { Colour="#d4b064" } 11 | String = { Colour="#afe091" } 12 | BlockComment = { Colour="#c2b680" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = BlockComment 17 | PreProcessor = { Colour="#ffb2d7" } 18 | Interpolation = { Colour="#ffffff" } 19 | 20 | Keywords = { 21 | { Colour="#e0af91" , Bold=true}, 22 | { Colour="#dabfa5" , Bold=true}, 23 | { Colour="#d792e0" }, 24 | { Colour="#a6e1ff" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/fruit.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim fruit" 4 | 5 | Categories = {"light", "vim"} 6 | 7 | Default = { Colour="#404040" } 8 | Canvas = { Colour="#f8f8f8" } 9 | Number = { Colour="#8016ff" } 10 | Escape = { Colour="#4a9400" } 11 | String = { Colour="#ff6633" } 12 | BlockComment = { Colour="#ff4080" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = { Colour="#a21b5c" } 16 | LineNum = { Colour="#660000" } 17 | PreProcessor = { Colour="#009933" } 18 | Interpolation = { Colour="#6893C7" } 19 | 20 | Keywords = { 21 | { Colour="#f030d0" }, 22 | { Colour="#0070e6" }, 23 | { Colour="#30f050" }, 24 | { Colour="#b030f0" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/maroloccio.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim maroloccio" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#8b9aaa" } 8 | Canvas = { Colour="#1a202a" } 9 | Number = { Colour="#8b8b00" } 10 | Escape = { Colour="#bababa" } 11 | String = { Colour="#5B5BD0" } 12 | BlockComment = { Colour="#009999" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = { Colour="#778acc" } 16 | LineNum = BlockComment 17 | PreProcessor = { Colour="#cc6666" } 18 | Interpolation = { Colour="#B19160" } 19 | 20 | Keywords = { 21 | { Colour="#9966cc" }, 22 | { Colour="#ffcc00" }, 23 | { Colour="#cc6666" }, 24 | { Colour="#99cc66" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/moria.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim moria" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#d0d0d0" } 8 | Canvas = { Colour="#202020" } 9 | Number = { Colour="#87df71" } 10 | Escape = { Colour="#e8b87e" } 11 | String = { Colour="#87df71" } 12 | BlockComment = { Colour="#d0d0a0" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = { Colour="#808080" } 16 | LineNum = BlockComment 17 | PreProcessor = Default 18 | Interpolation = { Colour="#7670D6" } 19 | 20 | Keywords = { 21 | { Colour="#7ec0ee" , Bold=true}, 22 | { Colour="#f09479" , Bold=true}, 23 | { Colour="#87ed7e" }, 24 | { Colour="#e47eed" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/zmrok.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim zmrok" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#F8F8F8" } 8 | Canvas = { Colour="#141414" } 9 | Number = { Colour="#FACE43" } 10 | Escape = { Colour="#ffa500" } 11 | String = { Colour="#D9FF77" } 12 | BlockComment = { Colour="#8a8a8a" } 13 | PreProcessor = { Colour="#8b864e" } 14 | LineNum = { Colour="#777777" } 15 | StringPreProc = String 16 | LineComment = BlockComment 17 | Operator = { Colour="#888888" } 18 | Interpolation = { Colour="#D084CE" } 19 | 20 | Keywords = { 21 | { Colour="#A56A30" , Bold=true}, 22 | { Colour="#C7CA87" }, 23 | { Colour="#30a630" }, 24 | { Colour="#3b84cc" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/langDefs/limbo.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Limbo" 3 | 4 | Categories = {"source"} 5 | 6 | 7 | Keywords={ 8 | { Id=1, 9 | List={ "if", "else", "while", "do", "return", "list", "of", 10 | "ref", "load", "import", "include"} 11 | }, 12 | 13 | { Id=2, 14 | List= { "byte","int","big","real", "string" , "array"} 15 | }, 16 | { Id=3, 17 | Regex=[[(\w+)\s*\:]] 18 | }, 19 | { Id=4, 20 | Regex=[[(\w+)\s*\(]] 21 | } 22 | } 23 | 24 | Strings = { 25 | Delimiter=[["]] 26 | } 27 | 28 | Comments = { 29 | { 30 | Block=false, 31 | Delimiter = { [[#]] } 32 | } 33 | } 34 | 35 | IgnoreCase=false 36 | 37 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\.|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\~|\|]] 38 | -------------------------------------------------------------------------------- /share/highlight/langDefs/mxml.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Magic eXtensible Markup" 3 | 4 | Categories = {"markup"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | Regex=[[<[!?]?(?!\-\-)\/?[\w\:\-]+>?|[/?]?>]], 9 | Group=0, 10 | }, 11 | { Id=2, 12 | Regex=[[([-\w]+)="]], 13 | }, 14 | { Id=4, 15 | Regex=[[\&\#?\w+;]], 16 | }, 17 | } 18 | 19 | Strings={ 20 | Delimiter=[["]], 21 | } 22 | 23 | Comments={ 24 | { Block=true, 25 | Nested=false, 26 | Delimiter= { [[]] } 27 | } 28 | } 29 | 30 | NestedSections = { 31 | { Lang="actionscript", Delimiter= { [[ ]] } }, 32 | { Lang="css", Delimiter= { [[]], [[<\/mx\:Style>]] } } 33 | 34 | } 35 | 36 | IgnoreCase=true 37 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-matlab.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="Matlab Editor" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#000000" } 7 | Canvas = { Colour="#ffffff" } 8 | Number = { Colour="#000000" } 9 | Escape = { Colour="#000000" } 10 | String = { Colour="#800000" } 11 | StringPreProc = { Colour="#800000" } 12 | Operator = { Colour="#000000" } 13 | BlockComment = { Colour="#228B22" } 14 | PreProcessor = { Colour="#733710" } 15 | LineNum = { Colour="#808080" } 16 | LineComment = BlockComment 17 | Interpolation = Escape 18 | 19 | Keywords = { 20 | { Colour= "#0000ff" }, 21 | { Colour= "#000000" }, 22 | { Colour= "#0000ff" }, 23 | { Colour= "#000000" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/solarized-dark.theme: -------------------------------------------------------------------------------- 1 | Description="Solarized Dark" 2 | 3 | Categories = {"dark"} 4 | 5 | Default = { Colour="#839496" } 6 | Canvas = { Colour="#002b36" } 7 | Number = { Colour="#dc322f" } 8 | Escape = { Colour="#6c71c4" } 9 | String = { Colour="#dc322f" } 10 | StringPreProc = { Colour="#dc322f" } 11 | BlockComment = { Colour="#586e75" } 12 | PreProcessor = { Colour="#6c71c4" } 13 | LineNum = { Colour="#268bd2" } 14 | Operator = { Colour="#93a1a1" } 15 | LineComment = BlockComment 16 | Interpolation = Escape 17 | 18 | Keywords = { 19 | { Colour= "#cb4b16" }, 20 | { Colour= "#859900" }, 21 | { Colour= "#cb4b16" }, 22 | { Colour= "#93a1a1" }, 23 | } 24 | -------------------------------------------------------------------------------- /share/highlight/themes/solarized-light.theme: -------------------------------------------------------------------------------- 1 | Description="Solarized Light" 2 | 3 | Categories = {"light"} 4 | 5 | Default = { Colour="#657b83" } 6 | Canvas = { Colour="#fdf6e3" } 7 | Number = { Colour="#dc322f" } 8 | Escape = { Colour="#6c71c4" } 9 | String = { Colour="#dc322f" } 10 | StringPreProc = { Colour="#dc322f" } 11 | BlockComment = { Colour="#93a1a1" } 12 | PreProcessor = { Colour="#6c71c4" } 13 | LineNum = { Colour="#268bd2" } 14 | Operator = { Colour="#586e75" } 15 | LineComment = BlockComment 16 | Interpolation = Escape 17 | 18 | Keywords = { 19 | { Colour= "#cb4b16" }, 20 | { Colour= "#859900" }, 21 | { Colour= "#cb4b16" }, 22 | { Colour= "#586e75" }, 23 | } 24 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-vim-dark.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="Vim Dark Editor" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#0f930f" } 7 | Canvas = { Colour="#000000" } 8 | Number = { Colour="#e64ce6" } 9 | Escape = { Colour="#f8d1d1" } 10 | String = { Colour="#c641c6" } 11 | StringPreProc = { Colour="#c641c6" } 12 | BlockComment = { Colour="#53fcfc" } 13 | PreProcessor = { Colour="#53fcfc" } 14 | LineNum = { Colour="#ffff54" } 15 | Operator = { Colour="#ffffff" } 16 | LineComment = BlockComment 17 | Interpolation = Escape 18 | 19 | Keywords = { 20 | { Colour= "#d0d045" }, 21 | { Colour= "#69c789" }, 22 | { Colour= "#d0d045" }, 23 | { Colour= "#ffffff" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/olive.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim olive" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#D9D9C3" } 8 | Canvas = { Colour="#333300" } 9 | Number = { Colour="#ffddad" } 10 | Escape = { Colour="#ffddad" , Underline=true} 11 | String = { Colour="#afff2f" } 12 | BlockComment = { Colour="#bdb66b" , Underline=true} 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = { Colour="#bdb66b" } 17 | PreProcessor = Default 18 | Interpolation = { Colour="#ffddad"} 19 | 20 | Keywords = { 21 | { Colour="#8fbc8f" , Bold=true}, 22 | { Colour="#daa520" }, 23 | { Colour="#21d948" }, 24 | { Colour="#D9D9C3" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/langDefs/meson.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Meson" 3 | 4 | Categories = {"config"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | List={ "if", "elif", "else", "endif", "foreach", "endforeach", 9 | } 10 | }, 11 | { Id=2, 12 | List= { "and", "not", "or", "in", "continue", "break", 13 | } 14 | }, 15 | { Id=3, 16 | List= { "false", "true" 17 | } 18 | }, 19 | { Id=4, 20 | Regex=[[(\w+)\s*\(]] 21 | } 22 | } 23 | 24 | Strings = { 25 | Delimiter=[["""|'''|"|']], 26 | } 27 | 28 | Comments = { 29 | 30 | { 31 | Block=false, 32 | Delimiter = { [[#]] } 33 | } 34 | } 35 | 36 | IgnoreCase=false 37 | 38 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\.|\:|\&|<|>|\!|=|\/|\*|\%|\+|\-|\~|\||\^|\?]] 39 | -------------------------------------------------------------------------------- /share/highlight/themes/github.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="Github Source View" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#000000" } 7 | Canvas = { Colour="#ffffff" } 8 | Number = { Colour="#0086b3" } 9 | Escape = { Colour="#183691" } 10 | String = { Colour="#183691" } 11 | StringPreProc = { Colour="#183691" } 12 | BlockComment = { Colour="#969896" } 13 | PreProcessor = { Colour="#a71d5d" } 14 | LineNum = { Colour="#b2b2b2" } 15 | Operator = { Colour="#000000" } 16 | LineComment = BlockComment 17 | Interpolation = { Colour="#183691" } 18 | 19 | Keywords = { 20 | { Colour= "#a71d5d" }, 21 | { Colour= "#0086b3" }, 22 | { Colour= "#0086b3" }, 23 | { Colour= "#0086b3" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/lucretia.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="Lucretia" 3 | 4 | Categories = {"dark"} 5 | 6 | Default = { Colour="#de9d7c" } 7 | Canvas = { Colour="#001C42" } 8 | Number = { Colour="#63759C" } 9 | Escape = { Colour="#6B924A" } 10 | String = { Colour="#E7F3B5" } 11 | StringPreProc = { Colour="#E7F3B5" } 12 | BlockComment = { Colour="#944D39" } 13 | LineComment = { Colour="#AD5D31" } 14 | PreProcessor = { Colour="#815d8c" } 15 | LineNum = { Colour="#73758C" } 16 | Operator = { Colour="#6A7969" } 17 | Interpolation = { Colour="#ffffff" } 18 | 19 | Keywords = { 20 | { Colour= "#907fd4" }, 21 | { Colour= "#29a655" }, 22 | { Colour= "#427142" }, 23 | { Colour= "#A59A39" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/navajo-night.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim navajo-night" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#fbfbfb" } 8 | Canvas = { Colour="#243a4d" } 9 | Number = { Colour="#3fffa7" } 10 | Escape = { Colour="#bfbfef" } 11 | String = { Colour="#3fffa7" } 12 | BlockComment = { Colour="#e7e77f" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = BlockComment 17 | PreProcessor = { Colour="#a3743b" } 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour="#5ad5d5" , Bold=true}, 22 | { Colour="#d174a8" , Bold=true}, 23 | { Colour="#98d65a" , Bold=true}, 24 | { Colour="#ffffff" , Bold=true}, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/andes.theme: -------------------------------------------------------------------------------- 1 | -- Theme based loosely on vim xoria256 but seriously tweaked by Roger Sperberg 2 | 3 | Description = "Andes" 4 | 5 | Categories = {"dark"} 6 | 7 | Default = { Colour="#f0f0f0" } 8 | Canvas = { Colour="#0f0f0f" } 9 | Number = { Colour="#dfaf87" } 10 | Escape = { Colour="#df8787" } 11 | BlockComment = { Colour="#33ff00" } 12 | PreProcessor = { Colour="#afdf87" } 13 | LineNum = { Colour="#993366" } 14 | String= { Colour="#ffff77" } 15 | StringPreProc = String 16 | LineComment = { Colour="#33ff00" } 17 | Operator = { Colour="#ff00cc" } 18 | Interpolation = { Colour="#8FDBDF" } 19 | 20 | Keywords = { 21 | { Colour="#66aaff" }, 22 | { Colour="#66ff99" }, 23 | { Colour="#cc9966" }, 24 | { Colour="#ff99aa" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/darkness.theme: -------------------------------------------------------------------------------- 1 | Description="Darkness" 2 | 3 | Categories = {"dark"} 4 | 5 | Default = { Colour="#ffffff" } 6 | Canvas = { Colour="#000000" } 7 | Number = { Colour="#619de7" } 8 | Escape = { Colour="#00abab" } 9 | String = { Colour="#abab00", Bold=true } 10 | StringPreProc = { Colour="#abab00" } 11 | BlockComment = { Colour="#008888" } 12 | PreProcessor = { Colour="#1da3cf" } 13 | LineNum = { Colour="#888888" } 14 | Operator = { Colour="#ff00ff" } 15 | LineComment = BlockComment 16 | Interpolation = { Colour="#DB70B8" } 17 | 18 | Keywords = { 19 | { Colour= "#ffff00", Bold=true }, 20 | { Colour= "#00ff00" }, 21 | { Colour= "#26e0e7" }, 22 | { Colour= "#f34627" }, 23 | } 24 | -------------------------------------------------------------------------------- /share/highlight/themes/ekvoli.theme: -------------------------------------------------------------------------------- 1 | 2 | Description = "vim ekvoli" 3 | 4 | Categories = {"dark", "vim"} 5 | 6 | Default = { Colour="#dedede" } 7 | Canvas = { Colour="#001535" } 8 | Number = { Colour="#87c6f0" , Italic=true} 9 | Escape = { Colour="#9fd190" , Bold=true} 10 | String = { Colour="#87c6f0" , Italic=true} 11 | BlockComment = { Colour="#78d590" , Italic=true} 12 | StringPreProc = String 13 | LineComment = BlockComment 14 | Operator = { Colour="#ffd899" } 15 | LineNum = { Colour="#909090" } 16 | PreProcessor = { Colour="#90d1c2" } 17 | Interpolation = { Colour="#DB87D9" } 18 | 19 | Keywords = { 20 | { Colour="#ffffff" , Bold=true}, 21 | { Colour="#90bfd0" }, 22 | { Colour="#9fd190" }, 23 | { Colour="#d1909e" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/sourceforge.theme: -------------------------------------------------------------------------------- 1 | Description="Sourceforge.net" 2 | 3 | Categories = {"light"} 4 | 5 | Default = { Colour="#555555" } 6 | Canvas = { Colour="#f8f8f8" } 7 | Number = { Colour="#666666" } 8 | Escape = { Colour="#BA2121" } 9 | String = { Colour="#BA2121" } 10 | StringPreProc = { Colour="#BC7A00" } 11 | BlockComment = { Colour="#408080", Italic=true } 12 | PreProcessor = { Colour="#BC7A00" } 13 | LineNum = { Colour="#000000" } 14 | Operator = Default 15 | LineComment = BlockComment 16 | Interpolation = { Colour="#BA2121" } 17 | 18 | Keywords = { 19 | { Colour= "#008000", Bold=true }, 20 | { Colour= "#B00040" }, 21 | { Colour= "#B00040" }, 22 | { Colour= "#555555" }, 23 | } 24 | -------------------------------------------------------------------------------- /share/hunter/images/edit-find.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /share/highlight/themes/earendel.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim earendel" 4 | 5 | Categories = {"light", "vim"} 6 | 7 | Default = { Colour="#000000" } 8 | Canvas = { Colour="#ffffff" } 9 | Number = { Colour="#a8660d" } 10 | Escape = { Colour="#a80d9e" } 11 | String = { Colour="#a8660d" } 12 | BlockComment = { Colour="#558817" } 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = { Colour="#006666" } 17 | PreProcessor = { Colour="#0da818" } 18 | Interpolation = { Colour="#8B80DB" } 19 | 20 | Keywords = { 21 | { Colour="#2239a8" , Bold=true}, 22 | { Colour="#8c1d69" , Bold=true}, 23 | { Colour="#a89222" , Bold=true}, 24 | { Colour="#a8227b" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/langDefs/abnf.lang: -------------------------------------------------------------------------------- 1 | Description="Advanced Backus-Naur Form" 2 | 3 | Categories = {"protocol"} 4 | 5 | Keywords={ 6 | { Id=1, 7 | Regex=[[^\s*([^=]+)\s*=]], 8 | }, 9 | { Id=2, 10 | Regex=[[ [?][^?]+[?] ]], 11 | }, 12 | { Id=3, 13 | Regex=[[ [a-zA-Z][-a-zA-Z0-9]* ]], 14 | }, 15 | { Id=4, 16 | List={"ALPHA", "DIGIT", "HEXDIG", "DQUOTE", "SP", "HTAB", "WSP", "LWSP", "VCHAR", "CHAR", "OCTET", "CTL", "CR", "LF", "CRLF", "BIT"}, 17 | }, 18 | } 19 | 20 | Strings={ 21 | Delimiter=[["|']], 22 | } 23 | 24 | Comments={ 25 | { Block=true, 26 | Nested=false, 27 | Delimiter= { [[\(\*]],[[\*\)]] } 28 | } 29 | } 30 | 31 | IgnoreCase=false 32 | 33 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\.]] 34 | -------------------------------------------------------------------------------- /share/highlight/themes/darkblue.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="Dark Blue" 3 | 4 | Categories = {"dark"} 5 | 6 | Default = { Colour="#ffffff" } 7 | Canvas = { Colour="#000040" } 8 | Number = { Colour="#42cad9" } 9 | Escape = { Colour="#a1a1ff" } 10 | String = { Colour="#ffa0a0" } 11 | StringPreProc = { Colour="#ffa0a0" } 12 | BlockComment = { Colour="#80a0ff" } 13 | LineComment = { Colour="#ff7f9f" } 14 | PreProcessor = { Colour="#ff80ff" } 15 | LineNum = { Colour="#e5d28e" } 16 | Operator = { Colour="#bababa" } 17 | Interpolation = { Colour="#6ADBAA" } 18 | 19 | Keywords = { 20 | { Colour= "#e2e825" }, 21 | { Colour= "#60ff60" }, 22 | { Colour= "#e88d25" }, 23 | { Colour= "#e825e2", Bold=true }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/zenburn.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim zenburn" 4 | 5 | Categories = {"dark", "vim"} 6 | 7 | Default = { Colour="#dcdccc" } 8 | Canvas = { Colour="#1f1f1f" } 9 | Number = { Colour="#dca3a3" , Bold=true} 10 | Escape = { Colour="#dca3a3", Bold=true } 11 | String = { Colour="#cc9393" } 12 | BlockComment = { Colour="#7f9f7f" , Italic=true} 13 | PreProcessor = { Colour="#ffcfaf" , Bold=true} 14 | LineNum = { Colour="#9fafaf" } 15 | StringPreProc = String 16 | LineComment = BlockComment 17 | Operator = Default 18 | Interpolation = { Colour="#C07ABE" } 19 | 20 | Keywords = { 21 | { Colour="#e3ceab" }, 22 | { Colour="#dfdfbf" , Bold=true}, 23 | { Colour="#aae3b2" }, 24 | { Colour="#aabfe3" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-gedit.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="Gedit Editor" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#3A3935" } 7 | Canvas = { Colour="#ffffff" } 8 | Number = { Colour="#FF00FF" } 9 | Escape = { Colour="#FF00FF" } 10 | String = { Colour="#FF00FF" } 11 | StringPreProc = { Colour="#FF00FF" } 12 | BlockComment = { Colour="#003CFF" } 13 | LineComment = { Colour="#003CFF" } 14 | PreProcessor = { Colour="#A020F0" } 15 | LineNum = { Colour="#3C3B37" } 16 | Operator = { Colour="#3A3935" } 17 | Interpolation = Escape 18 | 19 | Keywords = { 20 | { Colour= "#A52A35" }, 21 | { Colour= "#2E8B57" }, 22 | { Colour= "#572e8c" }, 23 | { Colour= "#3A3935", Bold=true }, 24 | } 25 | 26 | 27 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-xcode.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | 3 | Description="XCode IDE" 4 | 5 | Categories = {"light"} 6 | 7 | Default = { Colour="#000000" } 8 | Canvas = { Colour="#ffffff" } 9 | Number = { Colour="#2300ff" } 10 | Escape = { Colour="#000000" } 11 | String = { Colour="#c00000" } 12 | StringPreProc = { Colour="#733710" } 13 | BlockComment = { Colour="#007f1c" } 14 | PreProcessor = { Colour="#733710" } 15 | LineNum = { Colour="#808080" } 16 | Operator = { Colour="#000000" } 17 | LineComment = BlockComment 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour= "#8f0055" }, 22 | { Colour= "#8f0055" }, 23 | { Colour= "#8f0055" }, 24 | { Colour= "#000000" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-vim.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | 3 | Description="Vim Editor" 4 | 5 | Categories = {"light", "vim"} 6 | 7 | Default = { Colour="#000000" } 8 | Canvas = { Colour="#ffffff" } 9 | Number = { Colour="#ff0000" } 10 | Escape = { Colour="#ff22ff" } 11 | String = { Colour="#ff0000" } 12 | StringPreProc = { Colour="#ff0000" } 13 | BlockComment = { Colour="#0000ff" } 14 | PreProcessor = { Colour="#ff22ff" } 15 | LineNum = { Colour="#0000ff" } 16 | Operator = { Colour="#000000" } 17 | LineComment = BlockComment 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour= "#B26818" }, 22 | { Colour= "#00ff00" }, 23 | { Colour= "#B26818" }, 24 | { Colour= "#000000" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/orion.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="Orion" 3 | 4 | Categories = {"dark"} 5 | 6 | Default = { Colour="#C4B1A8" } 7 | Canvas = { Colour="#1E1616" } 8 | Number = { Colour="#9C928C" } 9 | Escape = { Colour="#837D83" } 10 | String = { Colour="#635D63" } 11 | StringPreProc = { Colour="#635D63" } 12 | BlockComment = { Colour="#C4674A" } 13 | LineComment = { Colour="#C4674A" } 14 | PreProcessor = { Colour="#E7A731" } 15 | LineNum = { Colour="#9C928C" } 16 | Operator = { Colour="#7B94AD" } 17 | Interpolation = { Colour="#9C959C" } 18 | 19 | Keywords = { 20 | { Colour= "#49d4d6" }, 21 | { Colour= "#BA1919" }, 22 | { Colour= "#b0332f" }, 23 | { Colour= "#AD5139" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-flashdevelop.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="FlashDevelop" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#000000" } 7 | Canvas = { Colour="#ffffff" } 8 | Number = { Colour="#0000ff", Bold=true } 9 | Escape = { Colour="#FF00FF" } 10 | String = { Colour="#a31515" } 11 | StringPreProc = { Colour="#0000ff" } 12 | BlockComment = { Colour="#606060" } 13 | PreProcessor = { Colour="#0000ff" } 14 | LineNum = { Colour="#B0B0B0" } 15 | Operator = { Colour="#000000" } 16 | LineComment = BlockComment 17 | Interpolation = Escape 18 | 19 | Keywords = { 20 | { Colour= "#0000ff" }, 21 | { Colour= "#0000ff" }, 22 | { Colour= "#2b91af" }, 23 | { Colour= "#2b91af" }, 24 | { Colour= "#000000" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-msvs2008.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | 3 | Description="Visual Studio IDE" 4 | 5 | Categories = {"light"} 6 | 7 | Default = { Colour="#000000" } 8 | Canvas = { Colour="#ffffff" } 9 | Number = { Colour="#000000" } 10 | Escape = { Colour="#a31515" } 11 | String = { Colour="#a31515" } 12 | StringPreProc = { Colour="#0000ff" } 13 | BlockComment = { Colour="#008000" } 14 | PreProcessor = { Colour="#0000ff" } 15 | LineNum = { Colour="#2b91af" } 16 | Operator = { Colour="#000000" } 17 | LineComment = BlockComment 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour= "#0000ff" }, 22 | { Colour= "#0000ff" }, 23 | { Colour= "#2b91af" }, 24 | { Colour= "#000000" }, 25 | } 26 | -------------------------------------------------------------------------------- /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Here are few short advices before you open new issue. 2 | 3 | 1. Please open one issue per problem/suggestion/bug/etc. It made easier to 4 | discuss issue. 5 | 2. Try to bring as much as possible informations about issue. It is probably 6 | impossible to give too much informations :) Generally, when you want add 7 | something to the program, try describe it as detailed as possible, when you 8 | want to report a bug, try to give enough informations to reproduce bug by 9 | the others. 10 | 3. Please, before you open new issue, check if someone earlier didn't created 11 | that same or very similar issue (by using search option). 12 | 13 | More details about reporting bugs, etc can be found in file: 14 | 15 | [CONTRIBUTING.md](../CONTRIBUTING.md) 16 | -------------------------------------------------------------------------------- /.github/workflows/adacontrol.yml: -------------------------------------------------------------------------------- 1 | name: AdaControl checks - graphical version 2 | 3 | on: 4 | push: 5 | branches: [ tk ] 6 | 7 | jobs: 8 | 9 | tests: 10 | 11 | runs-on: ubuntu-latest 12 | 13 | container: ghcr.io/thindil/adacontrol:9 14 | 15 | steps: 16 | - name: Checkout 17 | uses: actions/checkout@v2 18 | 19 | - name: Run AdaControl 20 | run: | 21 | mkdir obj 22 | cd obj 23 | adactl -f ../others/rules.aru -p ../hunter.gpr -o ../adacontrol.log -r hunter-tcl-cargv-chelper-unicode-sax-dom-input_sources 24 | cd .. 25 | 26 | - name: Upload the log 27 | uses: actions/upload-artifact@v2 28 | if: failure() 29 | with: 30 | name: adacontrol.log 31 | path: adacontrol.log 32 | 33 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-bbedit.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="BBEdit Classic" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#000000" } 7 | Canvas = { Colour="#ffffff" } 8 | Number = { Colour="#407caa" } 9 | Escape = { Colour="#ab1f78" } --ctags 10 | String = { Colour="#ff52a6" } 11 | StringPreProc = { Colour="#da392e" } 12 | BlockComment = { Colour="#676767" } 13 | LineComment = { Colour="#676767" } 14 | PreProcessor = { Colour="#022ad6" } 15 | LineNum = { Colour="#8d8d8d" } --sgml 16 | Operator = { Colour="#022ad6" } 17 | Interpolation = Escape 18 | 19 | Keywords = { 20 | { Colour= "#022ad6" }, 21 | { Colour= "#d45999" }, 22 | { Colour= "#da392e" }, --sgml tags 23 | { Colour= "#407caa" }, --sgml ent 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-kwrite.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="Kwrite Editor" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#000000" } 7 | Canvas = { Colour="#E0EAEE" } 8 | Number = { Colour="#B07E00" } 9 | Escape = { Colour="#ff00ff" } 10 | String = { Colour="#BF0303" } 11 | Interpolation = { Colour="#0057AE" } 12 | StringPreProc = { Colour="#818100" } 13 | BlockComment = { Colour="#838183", Italic=true } 14 | PreProcessor = { Colour="#008200" } 15 | LineNum = { Colour="#555555" } 16 | Operator = { Colour="#000000" } 17 | LineComment = BlockComment 18 | 19 | Keywords = { 20 | { Colour= "#000000", Bold=true }, 21 | { Colour= "#0057AE" }, 22 | { Colour= "#000000", Bold=true }, 23 | { Colour= "#010181" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/fine_blue.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by vim2theme 2 | 3 | Description = "vim fine_blue" 4 | 5 | Categories = {"light", "vim"} 6 | 7 | Default = { Colour="#404048" } 8 | Canvas = { Colour="#f8f8f8" } 9 | Number = { Colour="#2020ff" } 10 | Escape = { Colour="#005858" } 11 | String = { Colour="#2020ff" } 12 | BlockComment = { Colour="#ff00c0" , Italic=true} 13 | StringPreProc = String 14 | LineComment = BlockComment 15 | Operator = Default 16 | LineNum = { Colour="#aaaaaa" } 17 | PreProcessor = { Colour="#007387" } 18 | Interpolation = { Colour="#8A5588" } 19 | 20 | Keywords = { 21 | { Colour="#008858", Bold=true; }, 22 | { Colour="#7040ff", Bold=true; }, 23 | { Colour="#87002f", Bold=true; }, 24 | { Colour="#404048", Bold=true;}, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/greenlcd.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="Green LCD" 3 | 4 | Categories = {"dark"} 5 | 6 | Default = { Colour="#00bb00" } 7 | Canvas = { Colour="#003000" } 8 | Number = { Colour="#3399cc" } 9 | Escape = { Colour="#3399cc" } 10 | String = { Colour="#dfdfdf" } 11 | StringPreProc = { Colour="#7ca23e" } 12 | BlockComment = { Colour="#888888", Italic=true } 13 | PreProcessor = { Colour="#bfbfbf" } 14 | LineNum = { Colour="#bcbcbc" } 15 | Operator = { Colour="#2fe7a9" } 16 | LineComment = BlockComment 17 | Interpolation = Escape 18 | 19 | Keywords = { 20 | { Colour= "#00ed00", Bold=true }, 21 | { Colour= "#00ed00" }, 22 | { Colour= "#beef13" }, 23 | { Colour= "#c0ff73" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/blacknblue.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="Black And Blue" 3 | 4 | Categories = {"dark"} 5 | 6 | Default = { Colour="#22a0d6" } 7 | Canvas = { Colour="#000000" } 8 | Number = { Colour="#cc3366" } 9 | Escape = { Colour="#88cf32" } 10 | String = { Colour="#cfc631" } 11 | StringPreProc = { Colour="#cfc631" } 12 | BlockComment = { Colour="#c47b6a", Italic=true } 13 | PreProcessor = { Colour="#8080ff" } 14 | Operator = { Colour="#ccc6c6" } 15 | LineNum = { Colour="#888888" } 16 | LineComment = BlockComment 17 | Interpolation = { Colour="#EE5B9B" } 18 | 19 | Keywords = { 20 | { Colour= "#1ededc", Bold=true }, 21 | { Colour= "#c06cf8", Bold=true }, 22 | { Colour= "#00ff99" }, 23 | { Colour= "#1ceddc" }, 24 | 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-emacs.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="Emacs Editor" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#000000" } 7 | Canvas = { Colour="#ffffff" } 8 | Number = { Colour="#000000" } 9 | Escape = { Colour="#FF00FF" } 10 | String = { Colour="#bd8d8b" } 11 | StringPreProc = { Colour="#bd8d8b" } 12 | BlockComment = { Colour="#ac2020", Italic=true } 13 | PreProcessor = { Colour="#000000" } 14 | LineNum = { Colour="#555555" } 15 | Operator = { Colour="#000000" } 16 | LineComment = BlockComment 17 | Interpolation = Escape 18 | 19 | Keywords = { 20 | { Colour= "#9c20ee", Bold=true }, 21 | { Colour= "#208920" }, 22 | { Colour= "#0000ff" }, 23 | { Colour= "#000000" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/navy.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="Navy" 3 | 4 | Categories = {"dark"} 5 | 6 | Default = { Colour="#008bff" } 7 | Canvas = { Colour="#000035" } 8 | Number = { Colour="#f87ff4" } 9 | Escape = { Colour="#66f5ff" } 10 | String = { Colour="#ff7f66" } 11 | StringPreProc = { Colour="#ffffff" } 12 | BlockComment = { Colour="#ffbb00", Italic=true } 13 | PreProcessor = { Colour="#bb00ff" } 14 | LineNum = { Colour="#888888" } 15 | Operator = { Colour="#3cb67f" } 16 | LineComment = BlockComment 17 | Interpolation = { Colour="#D674D5" } 18 | 19 | Keywords = { 20 | { Colour= "#f8c50b", Bold=true }, 21 | { Colour= "#e1e72f" }, 22 | { Colour= "#13d8ef" }, 23 | { Colour= "#ffffff" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-anjuta.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | 3 | Description="Anjuta IDE" 4 | 5 | Categories = {"light"} 6 | 7 | Default = { Colour="#000000" } 8 | Canvas = { Colour="#ffffff" } 9 | Number = { Colour="#008800" } 10 | Escape = { Colour="#FF00FF" } 11 | String = { Colour="#ddbb00" } 12 | StringPreProc = { Colour="#ddbb00" } 13 | BlockComment = { Colour="#ff0000", Italic=true } 14 | PreProcessor = { Colour="#678000" } 15 | LineNum = { Colour="#ff0000" } 16 | Operator = { Colour="#000000" } 17 | LineComment = BlockComment 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour= "#000080", Bold=true }, 22 | { Colour= "#000080" }, 23 | { Colour= "#0000ff" }, 24 | { Colour= "#000000" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/zellner.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="Zellner" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#000000" } 7 | Canvas = { Colour="#ffffff" } 8 | Number = { Colour="#ff0066" } 9 | Escape = { Colour="#ff00ff" } 10 | String = { Colour="#ff00ff" } 11 | StringPreProc = { Colour="#ff00ff" } 12 | BlockComment = { Colour="#ff0000" } 13 | LineComment = { Colour="#0b810d" } 14 | PreProcessor = { Colour="#a020f0" } 15 | LineNum = { Colour="#888888" } 16 | Operator = { Colour="#000000" } 17 | Interpolation = { Colour="#895CC0" } 18 | 19 | Keywords = { 20 | { Colour= "#a52a2a" }, 21 | { Colour= "#0000ff" }, 22 | { Colour= "#225f2d" }, 23 | { Colour= "#000000", Bold=true }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/pablo.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="Pablo" 3 | 4 | Categories = {"dark"} 5 | 6 | Default = { Colour="#ffffff" } 7 | Canvas = { Colour="#000000" } 8 | Number = { Colour="#00ffff" } 9 | Escape = { Colour="#ff6600" } 10 | String = { Colour="#00ffff" } 11 | StringPreProc = { Colour="#00ffff" } 12 | BlockComment = { Colour="#808080" } 13 | PreProcessor = { Colour="#66ff66" } 14 | LineNum = { Colour="#808080" } 15 | Operator = { Colour="#ff0000" } 16 | LineComment = BlockComment 17 | Interpolation = { Colour="#CC518A" } 18 | 19 | Keywords = { 20 | { Colour= "#c0c000", Bold=true }, 21 | { Colour= "#00c000", Bold=true }, 22 | { Colour= "#3939bf", Bold=true }, 23 | { Colour= "#21ffc0" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/easter.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | 3 | Description="Easter" 4 | 5 | Categories = {"light"} 6 | 7 | Default = { Colour="#2C7B34" } 8 | Canvas = { Colour="#fff9b9" } 9 | Number = { Colour="#e11a70" } 10 | Escape = { Colour="#3ea392" } 11 | String = { Colour="#ca4be3" } 12 | StringPreProc = { Colour="#ca4be3" } 13 | BlockComment = { Colour="#1ea411", Italic=true } 14 | PreProcessor = { Colour="#1583b1" } 15 | LineNum = { Colour="#7717b7" } 16 | Operator = { Colour="#fa4700" } 17 | LineComment = BlockComment 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour= "#1d45d6", Bold=true }, 22 | { Colour= "#ed0f55", Bold=true }, 23 | { Colour= "#26aae7", Bold=true }, 24 | { Colour= "#1d45d6" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-jedit.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | 3 | Description="jEdit Editor" 4 | 5 | Categories = {"light"} 6 | 7 | Default = { Colour="#000000" } 8 | Canvas = { Colour="#ffffff" } 9 | Number = { Colour="#ff0000" } 10 | Escape = { Colour="#ff00ff" } 11 | String = { Colour="#ff00cc" } 12 | StringPreProc = { Colour="#818100" } 13 | BlockComment = { Colour="#cc0000" } 14 | PreProcessor = { Colour="#0000ff" } 15 | LineNum = { Colour="#555555" } 16 | Operator = { Colour="#000000", Bold=true } 17 | LineComment = BlockComment 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour= "#009966", Bold=true }, 22 | { Colour= "#009966", Bold=true }, 23 | { Colour= "#0099ff" }, 24 | { Colour= "#9966ff" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/rand01.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="Random 01" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#121b28" } 7 | Canvas = { Colour="#ffffff" } 8 | Number = { Colour="#0da344" } 9 | Escape = { Colour="#a764cb" } 10 | String = { Colour="#2b83ba" } 11 | StringPreProc = { Colour="#2b83ba" } 12 | BlockComment = { Colour="#ababab", Italic=true } 13 | PreProcessor = { Colour="#620ac6" } 14 | LineNum = { Colour="#90a729" } 15 | Operator = { Colour="#0000de" } 16 | LineComment = BlockComment 17 | Interpolation = { Colour="#CC60A3" } 18 | 19 | Keywords = { 20 | { Colour= "#0a7f6d", Bold=true }, 21 | { Colour= "#c42638", Bold=true }, 22 | { Colour= "#e12f76" }, 23 | { Colour= "#2ac749" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/seashell.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="Seashell" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#000000" } 7 | Canvas = { Colour="#fff5ee" } 8 | Number = { Colour="#ff1493" } 9 | Escape = { Colour="#6a5acd" } 10 | String = { Colour="#ff1493" } 11 | StringPreProc = { Colour="#ff1493" } 12 | BlockComment = { Colour="#2929cc" } 13 | PreProcessor = { Colour="#800080" } 14 | LineNum = { Colour="#555555" } 15 | Operator = { Colour="#676767" } 16 | LineComment = BlockComment 17 | Interpolation = { Colour="#5548A4" } 18 | 19 | Keywords = { 20 | { Colour= "#2e8b57", Bold=true }, 21 | { Colour= "#2e8b57", Bold=true }, 22 | { Colour= "#696969", Bold=true }, 23 | { Colour= "#00008f" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/vampire.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="Vampire" 3 | 4 | Categories = {"dark"} 5 | 6 | Default = { Colour="#ff0000" } 7 | Canvas = { Colour="#000000" } 8 | Number = { Colour="#aaff00" } 9 | Escape = { Colour="#ffffff" } 10 | String = { Colour="#bb00ff" } 11 | StringPreProc = { Colour="#bb00ff" } 12 | BlockComment = { Colour="#ababab", Italic=true } 13 | PreProcessor = { Colour="#ababab" } 14 | LineNum = { Colour="#F3E651" } 15 | Operator = { Colour="#F3E651" } 16 | LineComment = BlockComment 17 | Interpolation = { Colour="#DD5892" } 18 | 19 | Keywords = { 20 | { Colour= "#ffffff", Bold=true }, 21 | { Colour= "#F35E1E", Bold=true }, 22 | { Colour= "#ffffff" }, 23 | { Colour= "#ffcc33" }, 24 | } 25 | -------------------------------------------------------------------------------- /.github/workflows/adacontrol2.yml: -------------------------------------------------------------------------------- 1 | name: AdaControl checks - console version 2 | 3 | on: 4 | push: 5 | branches: [ tk ] 6 | 7 | jobs: 8 | 9 | tests: 10 | 11 | runs-on: ubuntu-latest 12 | 13 | container: ghcr.io/thindil/adacontrol:9 14 | 15 | steps: 16 | - name: Checkout 17 | uses: actions/checkout@v2 18 | 19 | - name: Run AdaControl 20 | run: | 21 | mkdir obj 22 | cd obj 23 | adactl -f ../others/rules.aru -p ../others/console.gpr -o ../adacontrol.log -r hunter-tcl-cargv-chelper-unicode-sax-dom-input_sources-terminal_interface 24 | cd .. 25 | 26 | - name: Upload the log 27 | uses: actions/upload-artifact@v2 28 | if: failure() 29 | with: 30 | name: adacontrol.log 31 | path: adacontrol.log 32 | 33 | -------------------------------------------------------------------------------- /share/highlight/themes/acid.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="Acid" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#000000" } 7 | Canvas = { Colour="#eeeeee" } 8 | Number = { Colour="#800080", Bold=true } 9 | Escape = { Colour="#ff00ff", Bold=true } 10 | String = { Colour="#a68500" } 11 | StringPreProc = { Colour="#0000ff" } 12 | BlockComment = { Colour="#ff8000" } 13 | LineComment = { Colour="#f27900" } 14 | PreProcessor = { Colour="#0080c0", Bold=true } 15 | LineNum = { Colour="#303030" } 16 | Operator = { Colour="#ff0080", Bold=true } 17 | Interpolation = { Colour="#9E5DFF" } 18 | 19 | Keywords = { 20 | { Colour= "#bb7977", Bold=true }, 21 | { Colour= "#8080c0", Bold=true }, 22 | { Colour= "#0080c0" }, 23 | { Colour= "#004466" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-eclipse.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | 3 | Description="Eclipse IDE" 4 | 5 | Categories = {"light"} 6 | 7 | Default = { Colour="#000000" } 8 | Canvas = { Colour="#ffffff" } 9 | Number = { Colour="#000000" } 10 | Escape = { Colour="#FF00FF" } 11 | String = { Colour="#0000ff" } 12 | StringPreProc = { Colour="#7f9fbf" } 13 | BlockComment = { Colour="#717ab3" } 14 | PreProcessor = { Colour="#3f5fbf" } 15 | LineNum = { Colour="#000000" } 16 | LineComment = { Colour="#2f9956" } 17 | Operator = { Colour="#000000" } 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour= "#7f0055", Bold=true }, 22 | { Colour= "#7f0055", Bold=true }, 23 | { Colour= "#7f0055", Bold=true }, 24 | { Colour= "#000000" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/moe.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="Moe" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#000000" } 7 | Canvas = { Colour="#f6f6f6" } 8 | Number = { Colour="#880022" } 9 | Escape = { Colour="#ff00ff", Bold=true } 10 | String = { Colour="#aa4400" } 11 | StringPreProc = { Colour="#008800" } 12 | BlockComment = { Colour="#ff8800" } 13 | LineComment = { Colour="#ee7700" } 14 | PreProcessor = { Colour="#008844", Bold=true } 15 | LineNum = { Colour="#333333" } 16 | Operator = { Colour="#555555", Bold=true } 17 | Interpolation = Escape 18 | 19 | Keywords = { 20 | { Colour= "#661111", Bold=true }, 21 | { Colour= "#000066", Bold=true }, 22 | { Colour= "#000066" }, 23 | { Colour= "#004466" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/themes/the.theme: -------------------------------------------------------------------------------- 1 | -- Theme created by Mark Hessling 2 | 3 | Description="the" 4 | 5 | Categories = {"light"} 6 | 7 | Default = { Colour="#000000" } 8 | Canvas = { Colour="#ffffff" } 9 | Number = { Colour="#ff0000", Bold=true } 10 | Escape = { Colour="#000000", Bold=true } 11 | String = { Colour="#00cdcd" } 12 | StringPreProc = { Colour="#00cdcd"} 13 | BlockComment = { Colour="#00ff00", Italic=true } 14 | LineComment = { Colour="#00ff00", Italic=true } 15 | PreProcessor = { Colour="#ff0000" } 16 | LineNum = { Colour="#008800" } 17 | Operator = { Colour="#000000" } 18 | Interpolation = String 19 | 20 | Keywords = { 21 | { Colour= "#0000ff" }, 22 | { Colour= "#880088" }, 23 | { Colour= "#0000ff" }, 24 | { Colour= "#ff0000" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/whitengrey.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="White and Grey" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#696969" } 7 | Canvas = { Colour="#ffffff" } 8 | Number = { Colour="#bb00ff" } 9 | Escape = { Colour="#510087" } 10 | String = { Colour="#008800" } 11 | StringPreProc = { Colour="#008800" } 12 | BlockComment = { Colour="#1326a2", Italic=true } 13 | PreProcessor = { Colour="#470000" } 14 | LineNum = { Colour="#555555" } 15 | Operator = { Colour="#696969" } 16 | LineComment = BlockComment 17 | Interpolation = { Colour="#6285DD" } 18 | 19 | Keywords = { 20 | { Colour= "#696969", Bold=true }, 21 | { Colour= "#696969" }, 22 | { Colour= "#696969", Bold=true }, 23 | { Colour= "#000000" }, 24 | } 25 | -------------------------------------------------------------------------------- /share/highlight/langDefs/pure.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="Pure" 3 | 4 | Categories = {"source"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | List={"case", "const", "def", "else", "end", "extern", "if", "infix", 9 | "infixl", "infixr", "let", "namespace", "nonfix", "of", "otherwise", "outfix", 10 | "postfix", "prefix", "private", "public", "then", "using", "when", "with"}, 11 | }, 12 | { Id=2, 13 | Regex=[[::(\w+)]], 14 | }, 15 | } 16 | 17 | Strings={ 18 | Delimiter=[["]], 19 | } 20 | 21 | IgnoreCase=false 22 | 23 | Comments={ 24 | { Block=false, 25 | Delimiter= { [[\/\/]] }, 26 | }, 27 | { Block=true, 28 | Nested=false, 29 | Delimiter= { [[\/\*]],[[\*\/]],} 30 | } 31 | } 32 | 33 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\.|\'|\#|\@|\$|\\|\~]] 34 | -------------------------------------------------------------------------------- /share/highlight/themes/golden.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="Golden" 3 | 4 | Categories = {"dark"} 5 | 6 | 7 | Default = { Colour="#ddbb00" } 8 | Canvas = { Colour="#000000" } 9 | Number = { Colour="#ffffff" } 10 | Escape = { Colour="#3399cc" } 11 | String = { Colour="#ff0000" } 12 | StringPreProc = { Colour="#ff0000" } 13 | BlockComment = { Colour="#978345", Italic=true } 14 | PreProcessor = { Colour="#ffddaa" } 15 | LineNum = { Colour="#898989" } 16 | Operator = { Colour="#ababab" } 17 | LineComment = BlockComment 18 | Interpolation = { Colour="#8BC773" } 19 | 20 | Keywords = { 21 | { Colour= "#ffed8a", Bold=true }, 22 | { Colour= "#ffed8a" }, 23 | { Colour= "#dedede", Bold=true }, 24 | { Colour= "#ddbb00", Bold=true }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/langDefs/json.lang: -------------------------------------------------------------------------------- 1 | Description="JSON" 2 | 3 | Categories = {"config", "protocol"} 4 | 5 | 6 | Keywords={ 7 | { Id=1, 8 | Regex=[[ \{|\} ]], 9 | }, 10 | { Id=2, 11 | Regex=[=[ \[|\] ]=], 12 | }, 13 | { Id=3, 14 | Regex=[[ (\"[\w\.\-\d]+?\")\: ]], 15 | }, 16 | { Id=4, 17 | Regex=[[ (\"\$[\w\.\-\d\$]+?\")\: ]], 18 | } 19 | 20 | } 21 | 22 | Strings = { 23 | Delimiter=[["]] 24 | } 25 | 26 | Comments = { 27 | { Block=true, 28 | Nested=false, 29 | Delimiter = { [[\/\*]], [[\*\/]] } 30 | }, 31 | { 32 | Block=false, 33 | Delimiter = { [[//]] } 34 | } 35 | } 36 | 37 | IgnoreCase=false 38 | 39 | PreProcessor = { 40 | Prefix=[[#]], 41 | Continuation="\\", 42 | } 43 | 44 | Operators=[[\(|\)|\,|\;|\.|\:|\&|<|>|\!|=|\/|\*|\%|\+|\-|\~|\||\^]] 45 | -------------------------------------------------------------------------------- /share/highlight/themes/oxygenated.theme: -------------------------------------------------------------------------------- 1 | -- Theme based mostly on oXygen rnc syntax coloring, by Roger Sperberg 2 | 3 | Description = "oXygenated rnc" 4 | 5 | Categories = {"dark"} 6 | 7 | Default = { Colour="#FFFF66", Bold=true } 8 | Canvas = { Colour="#0f0f0f" } 9 | Number = { Colour="#0099CC" } 10 | Escape = { Colour="#df8787" } 11 | BlockComment = { Colour="#00CC33" } 12 | PreProcessor = { Colour="#afdf87" } 13 | LineNum = { Colour="#993366" } 14 | String= { Colour="#FFCC00", Bold=true } 15 | StringPreProc = String 16 | LineComment = { Colour="#00CC33" } 17 | Operator = { Colour="#ff0099", Bold=true } 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour="#99aaff", Bold=true }, 22 | { Colour="#66ff99" }, 23 | { Colour="#ff99ff" }, 24 | { Colour="#33ddee" }, 25 | { Colour="#ff99aa" }, 26 | } 27 | -------------------------------------------------------------------------------- /share/highlight/langDefs/js_regex.lang: -------------------------------------------------------------------------------- 1 | 2 | -- a highlight lang definition for javascript regexes, by Jess Austin 3 | 4 | Description = "Javascript Regex" 5 | 6 | Categories = {"source", "script"} 7 | 8 | Keywords = { 9 | { -- backslash literals 10 | Id = 1, 11 | Regex = [=[\\.]]=] 12 | }, 13 | { -- character classes 14 | Id = 2, 15 | Regex = [[ (\:(alnum|alpha|blank|cntrl|graph|print|punct|xdigit|unicode|word|space|digit|lower|upper)\:) ]], Group=1 16 | } 17 | } 18 | 19 | Strings = { -- character sets 20 | DelimiterPairs = { { Open = "\\[", Close = "\\]" } }, 21 | Escape = [=[\\u\{[[:xdigit:]]+\}|\\u[[:xdigit:]]{4}|\\x[[:xdigit:]]{2}|\\c[A-Z]|\\[[bBdDsSwWtrnvf0]]=], 22 | } 23 | 24 | Operators = [[\.|\+|\*|\^|\$|\||\?:|\?=|\?!|\?|\(|\)]] 25 | Digits = [[\{\d+,?\d*\}]] -- integer quantifierso 26 | -------------------------------------------------------------------------------- /share/highlight/themes/bipolar.theme: -------------------------------------------------------------------------------- 1 | 2 | Description="Bipolar" 3 | 4 | Categories = {"dark"} 5 | 6 | Default = { Colour="#d62b9a" } 7 | Canvas = { Colour="#0f020a" } 8 | Number = { Colour="#0083c9" } 9 | Escape = { Colour="#2fa4a8" } 10 | String = { Colour="#eba236" } 11 | StringPreProc = { Colour="#d9eb36" } 12 | BlockComment = { Colour="#35d6e5", Italic=true } 13 | LineComment = { Colour="#35d6e5", Italic=true } 14 | PreProcessor = { Colour="#6b5deb" } 15 | LineNum = { Colour="#999999" } 16 | Operator = { Colour="#e3d922" } 17 | Interpolation = { Colour="#EE532C" } 18 | 19 | Keywords = { 20 | { Colour= "#20c79d", Bold=true }, 21 | { Colour= "#1d9617", Bold=true }, 22 | { Colour= "#72d42c", Bold=true }, 23 | { Colour= "#81e535", Bold=true }, 24 | 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/edit-nedit.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | 3 | Description="Nedit Editor" 4 | 5 | Categories = {"light"} 6 | 7 | Default = { Colour="#000000" } 8 | Canvas = { Colour="#ffffff" } 9 | Number = { Colour="#006400" } 10 | Escape = { Colour="#2e8b57" } 11 | String = { Colour="#006400" } 12 | StringPreProc = { Colour="#27408b" } 13 | BlockComment = { Colour="#000000", Italic=true } 14 | PreProcessor = { Colour="#27408b" } 15 | LineNum = { Colour="#777777" } 16 | Operator = { Colour="#000000", Bold=true } 17 | LineComment = BlockComment 18 | Interpolation = Escape 19 | 20 | Keywords = { 21 | { Colour= "#000000", Bold=true }, 22 | { Colour= "#a52a2a", Bold=true }, 23 | { Colour= "#dda0dd", Bold=true }, 24 | { Colour= "#000000" }, 25 | } 26 | -------------------------------------------------------------------------------- /share/highlight/themes/print.theme: -------------------------------------------------------------------------------- 1 | -- Theme generated by theme2to3 2 | Description="Print" 3 | 4 | Categories = {"light"} 5 | 6 | Default = { Colour="#000000" } 7 | Canvas = { Colour="#ffffff" } 8 | Number = { Colour="#000000" } 9 | Escape = { Colour="#000000" } 10 | String = { Colour="#000000" } 11 | StringPreProc = { Colour="#000000" } 12 | BlockComment = { Colour="#666666", Italic=true } 13 | PreProcessor = { Colour="#000000", Bold=true } 14 | LineNum = { Colour="#888888" } 15 | Operator = { Colour="#000000", Bold=true } 16 | LineComment = BlockComment 17 | Interpolation = Escape 18 | 19 | Keywords = { 20 | { Colour= "#000000", Bold=true }, 21 | { Colour= "#000000", Bold=true }, 22 | { Colour= "#000000", Bold=true }, 23 | { Colour= "#000000", Bold=true }, 24 | } 25 | -------------------------------------------------------------------------------- /share/hunter/images/edit-select-all.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /share/highlight/langDefs/css.lang: -------------------------------------------------------------------------------- 1 | Description="CSS" 2 | 3 | Categories = {"markup"} 4 | 5 | Identifiers=[[ [a-zA-Z_][\w\-]* ]] 6 | 7 | Digits=[=[ \#[[:xdigit:]]{3,6}|\d*\.?\d+?\w* ]=] 8 | 9 | Keywords={ 10 | { Id=1, 11 | Regex=[[ ([\w-]+)\s*\: ]] 12 | }, 13 | { Id=2, 14 | Regex=[[^@[\w-]+]], 15 | }, 16 | { Id=3, 17 | Regex=[[^\s*(\..+?)\s*\{]], 18 | }, 19 | { Id=4, 20 | Regex=[[ ^\s*(#[\w-]+) ]] 21 | }, 22 | { Id=4, 23 | Regex=[[ url\(([\w\.\/]+)\) ]] 24 | }, 25 | } 26 | 27 | Strings={ 28 | Delimiter=[["|']], 29 | Escape= [=[ \\[[:xdigit:]]{4} ]=], 30 | } 31 | 32 | Comments={ 33 | { Block=true, 34 | Nested=true, 35 | Delimiter= { [[\/\*]],[[\*\/]],} 36 | } 37 | } 38 | 39 | 40 | IgnoreCase=true 41 | 42 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\.|~]] 43 | 44 | -------------------------------------------------------------------------------- /share/highlight/langDefs/small.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="SMALL" 3 | 4 | Categories = {"source"} 5 | 6 | Keywords={ 7 | { Id=1, 8 | List={"assert", "break", "case", "char", "const", "continue", "default", 9 | "defined", "do", "else", "enum", "exit", "for", "forward", "goto", "if", 10 | "native", "new", "operator", "public", "return", "sizeof", "sleep", "static", 11 | "stock", "switch", "while"}, 12 | }, 13 | { Id=2, 14 | List={"char", "defined", "sizeof"}, 15 | }, 16 | } 17 | 18 | Strings={ 19 | Delimiter=[["|']], 20 | } 21 | 22 | IgnoreCase=true 23 | 24 | Comments={ 25 | { Block=false, 26 | Delimiter= { [[\/\/]] }, 27 | }, 28 | { Block=true, 29 | Nested=false, 30 | Delimiter= { [[\/\*]],[[\*\/]],} 31 | } 32 | } 33 | 34 | Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\:|\&|<|>|\!|\=|\/|\*|\%|\+|\-|\?]] 35 | -------------------------------------------------------------------------------- /share/highlight/langDefs/svg.lang: -------------------------------------------------------------------------------- 1 | 2 | Description="SVG" 3 | 4 | Categories = {"graphics", "document"} 5 | 6 | 7 | Keywords={ 8 | { Id=1, 9 | Regex=[[<[!?]?(?!\-\-)\/?[\w\:\-]+>?|[/?]?>]], 10 | Group=0, 11 | }, 12 | { Id=2, 13 | Regex=[[([-\w]+)="]], 14 | }, 15 | { Id=4, 16 | Regex=[[\&\#?\w+;]], 17 | }, 18 | } 19 | 20 | Strings={ 21 | Delimiter=[["]], 22 | } 23 | 24 | Comments={ 25 | { Block=true, 26 | Nested=false, 27 | Delimiter= { [[]] } 28 | } 29 | } 30 | 31 | NestedSections = { 32 | { Lang="css", Delimiter= { [[]], [[<\/style>]] } }, 33 | { Lang="js", Delimiter= { [[