diff --git a/Makefile b/Makefile index d9e74d873..455b3bb12 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ PAGER?= less all: @cat ${.CURDIR}/README.md | ${PAGER} -CATEGORIES= benchmarks databases devel dns mail net-mgmt \ +CATEGORIES= benchmarks databases devel dns mail misc net-mgmt \ net security sysutils www .for CATEGORY in ${CATEGORIES} diff --git a/README.md b/README.md index f69a43c2f..453893684 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ dns/dyndns -- Dynamic DNS Support dns/rfc2136 -- RFC-2136 Support mail/postfix -- SMTP mail relay mail/rspamd -- Protect your network from spam +misc/theme-rebellion -- A suitably dark theme net-mgmt/collectd -- Collect system and application performance metrics periodically net-mgmt/lldpd -- LLDP allows you to know exactly on which port is a server net-mgmt/snmp -- SNMP Server via bsnmpd diff --git a/misc/theme-rebellion/Makefile b/misc/theme-rebellion/Makefile index 6e03d7e31..04c371aba 100644 --- a/misc/theme-rebellion/Makefile +++ b/misc/theme-rebellion/Makefile @@ -2,5 +2,6 @@ PLUGIN_NAME= theme-rebellion PLUGIN_VERSION= 0.1 PLUGIN_COMMENT= A suitably dark theme PLUGIN_MAINTAINER= team-rebellion@queens-park.com -PLUGIN_DEVEL= yes +PLUGIN_DEVEL= yes + .include "../../Mk/plugins.mk" diff --git a/misc/theme-rebellion/pkg-descr b/misc/theme-rebellion/pkg-descr new file mode 100644 index 000000000..390ddef20 --- /dev/null +++ b/misc/theme-rebellion/pkg-descr @@ -0,0 +1 @@ +A suitably dark theme. diff --git a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css index 26cad3bd5..98237447b 100644 --- a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css +++ b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css @@ -5654,11 +5654,11 @@ body { border-right: 1px solid #393939; border-top: 1px solid #393939; border-left: 1px solid #393939; - border-bottom: 1px solid black; + border-bottom: 1px solid black; } .nav-tabs > li.active > a { - background: #444 !important; + background: #444 !important; color: #e1e1e1;} .nav-tabs > li.active > a,