Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dark-blue-256.theme #3640

Open
ksandvik opened this issue Oct 3, 2024 · 1 comment
Open

dark-blue-256.theme #3640

ksandvik opened this issue Oct 3, 2024 · 1 comment
Labels
topic:themes Issues related to color themes or colorized output

Comments

@ksandvik
Copy link

ksandvik commented Oct 3, 2024

To report a bug...

  • What command(s) did you run?
    task ghistory.monthly

  • What did you expect to happen?
    Coloring of done clearly indicated

  • What actually happened?
    Coloring of Deleted matches the color of completed in the stats. See enclosed shapshot. Change the deleted to a very light blue pastelle color and make sure that the done color matches the completed coloring.
    taskwarrior-dark-blue-theme

  • Paste the output of the task diag command.

task 3.1.0
Platform: Darwin

Compiler
Version: Apple LLVM 15.0.0 (clang-1500.3.9.4)
Caps: +stdc +stdc_hosted +LP64 +c8 +i32 +l64 +vp64 +time_t64
Compliance: C++17

Build Features
CMake: 3.30.2
libuuid: libuuid + uuid_unparse_lower
Build type: Release

Configuration
File: /Users/ksandvik/.taskrc (found), 1511 bytes, mode 100644
Data: /Users/ksandvik/.task (found), dir, mode 40755
GC: Enabled
$EDITOR: code
Hooks
System: Enabled
Location: /Users/ksandvik/.task/hooks
(-none-)

Tests
Terminal: 175x64
Broken ref: Scanned 230 tasks for broken references:
No broken references found

@djmitche djmitche added the topic:themes Issues related to color themes or colorized output label Oct 3, 2024
@d2718nis
Copy link
Contributor

The colors used in the dark-blue-256.theme for the ghistory report are defined as follows:

# Report: history
color.history.add=color0 on rgb015
color.history.delete=color0 on rgb035
color.history.done=color0 on rgb025

These settings assign different colors to each category, which is reflected in the Legend of the report (shown in your screenshot). Additionally, the deleted tasks have their own number values in the graph, which seems to be missing from your screenshot. Here's an example from my setup:

screenshot-2024-11-21-00-43-19

This suggests one of two possibilities:

  1. You may not have any deleted tasks in the selected period. You can verify this with the following command:
task count +DELETED end.after:2024-09-01
  1. If there are deleted tasks, this could be a bug specific to your build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:themes Issues related to color themes or colorized output
Projects
Status: Backlog
Development

No branches or pull requests

3 participants