update periodic table

This commit is contained in:
end-4
2024-04-16 23:04:07 +07:00
parent d76ff6fd87
commit 7fb85e62d5
5 changed files with 138 additions and 57 deletions
@@ -21,7 +21,7 @@ parser.add_argument('--transparency', type=str, choices=['opaque', 'transparent'
parser.add_argument('--termscheme', type=str, default=None, help='JSON file containg the terminal scheme for generating term colors')
parser.add_argument('--harmony', type=float , default=0.8, help='(0-1) Color hue shift towards accent')
parser.add_argument('--harmonize_threshold', type=float , default=100, help='(0-180) Max threshold angle to limit color hue shift')
parser.add_argument('--term_fg_boost', type=float , default=0.25, help='Make terminal foreground more different from the background')
parser.add_argument('--term_fg_boost', type=float , default=0.35, help='Make terminal foreground more different from the background')
parser.add_argument('--blend_bg_fg', action='store_true', default=False, help='Shift terminal background or foreground towards accent')
parser.add_argument('--cache', type=str, default=None, help='file path to store the generated color')
parser.add_argument('--debug', action='store_true', default=False, help='debug mode')