Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
itermcolors-to-hex
Advanced tools
🎨 Convert sRGB colors from an .itermcolors plist into a hex color object.
🎨 Convert sRGB colors from an .itermcolors plist into a hex color object.
Note: You can find iTerm2 color schemes here: https://github.com/martinlindhe/base16-iterm2
$ yarn add itermcolors-to-hex
const itermcolorsToHex = require('itermcolors-to-hex')
const colors = itermcolorsToHex()
Output:
{
'Ansi 0 Color': '#ffffff',
'Ansi 1 Color': '#ed436a',
'Ansi 10 Color': '#f5f5f5',
'Ansi 11 Color': '#c8fac8',
'Ansi 12 Color': '#e8e8e8',
'Ansi 13 Color': '#ffffff',
'Ansi 14 Color': '#333333',
'Ansi 15 Color': '#ffffff',
'Ansi 2 Color': '#189136',
'Ansi 3 Color': '#79a35d',
'Ansi 4 Color': '#79a35d',
'Ansi 5 Color': '#a75d1d',
'Ansi 6 Color': '#189136',
'Ansi 7 Color': '#333333',
'Ansi 8 Color': '#969698',
'Ansi 9 Color': '#00b386',
'Background Color': '#ffffff',
'Bold Color': '#c8fac8',
'Cursor Color': '#c8fac8',
'Cursor Text Color': '#ffffff',
'Foreground Color': '#c8fac8',
'Selected Text Color': '#c8fac8',
'Selection Color': '#333333'
}
FAQs
🎨 Convert sRGB colors from an .itermcolors plist into a hex color object.
We found that itermcolors-to-hex demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.