bugfix: fix #187 and typo (#208)

* docs: Fixed link to dev build instructions

* docs: README installation clarification

* docs: README installation clarification

* update windows keystroke for task manager

* More README alterations

* Add bullet condensing & bullet lines tweaks

* Revert "Add bullet condensing & bullet lines tweaks"

This reverts commit 71bc6e2c30.

* interactive hover color fixes #187

* README revert

Co-authored-by: Tom <thedragonring.bod@gmail.com>
This commit is contained in:
Alexa B 2020-11-05 04:47:31 -05:00 committed by GitHub
parent a306fcea23
commit 80ab7b7b92
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,7 @@
/* /*
* dark+ * dark+
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/) * (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (c) 2020 Alexa Baldon (https://github.com/runargs)
* under the MIT license * under the MIT license
*/ */
@ -19,7 +20,7 @@
--theme_dark--select_input: rgb(12, 12, 12); --theme_dark--select_input: rgb(12, 12, 12);
--theme_dark--table-border: rgba(46, 46, 46, 0.7); --theme_dark--table-border: rgba(46, 46, 46, 0.7);
--theme_dark--ui-border: var(--theme_dark--table-border); --theme_dark--ui-border: var(--theme_dark--table-border);
--theme_dark--interactive_hover: #020202; --theme_dark--interactive_hover:rgba(55, 56, 56, 0.3);
--theme_dark--option_hover-background: rgb(32, 32, 32); --theme_dark--option_hover-background: rgb(32, 32, 32);

View File

@ -3,6 +3,7 @@
* (c) 2020 @mimishahzad386#5651 * (c) 2020 @mimishahzad386#5651
* (c) 2020 dracula * (c) 2020 dracula
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/) * (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (c) 2020 Alexa Baldon (https://github.com/runargs)
* under the MIT license * under the MIT license
*/ */
@ -24,7 +25,7 @@
--theme_dark--select_input: #474a5c; --theme_dark--select_input: #474a5c;
--theme_dark--table-border: #484b59; --theme_dark--table-border: #484b59;
--theme_dark--ui-border: var(--theme_dark--table-border); --theme_dark--ui-border: var(--theme_dark--table-border);
--theme_dark--interactive_hover: #3c3f50; --theme_dark--interactive_hover: rgba(64, 73, 105, 0.7);
--theme_dark--button_close: #ff5555; --theme_dark--button_close: #ff5555;
--theme_dark--selected: rgba(189, 147, 249, 0.3); --theme_dark--selected: rgba(189, 147, 249, 0.3);

View File

@ -99,8 +99,8 @@ module.exports = {
'spaced_lines', 'spaced_lines',
'hide_help', 'hide_help',
'condensed_bullets', 'condensed_bullets',
'indentation_lines' 'indentation_lines',
'scroll_db_toolbars', 'scroll_db_toolbars'
] ]
.filter((tweak) => store()[tweak]) .filter((tweak) => store()[tweak])
.map((tweak) => `[${tweak}]`) .map((tweak) => `[${tweak}]`)