colortools icon indicating copy to clipboard operation
colortools copied to clipboard

colortools

Results 2 colortools issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this...

add this one ``` #!/usr/bin/env bash theme=$(dirname $0)/scripts/${1:-base16-default-dark.sh} if [ -f $theme ]; then # get the color declarations in said theme, assumes there is a block of text that...