mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 14:00:31 +02:00
remove constants.js
This commit is contained in:
parent
4336ce2972
commit
1e9cea0bdb
1 changed files with 0 additions and 66 deletions
|
@ -1,66 +0,0 @@
|
|||
const langColors = {
|
||||
"C++": '#8DA9C4',
|
||||
CSS: '#B39DDB',
|
||||
TypeScript: '#90CAF9',
|
||||
TSX: '#90CAF9',
|
||||
JavaScript: '#FFF59D',
|
||||
JSX: '#FFF59D',
|
||||
Python: '#81A1C1',
|
||||
Rust: '#EBC8A9',
|
||||
HTML: '#F7A17A',
|
||||
JSON: '#A8A8A8',
|
||||
Java: '#F0B37E',
|
||||
Kotlin: '#C8A2F0',
|
||||
C: '#AAAAAA',
|
||||
unknown: '#888888'
|
||||
};
|
||||
|
||||
const editorColors = {
|
||||
vscodium: '#6C9EFF',
|
||||
neovim: '#A0C4FF',
|
||||
intellijidea: '#C3AED6',
|
||||
notepad: '#B7D7E8',
|
||||
visualstudio: '#5C9BD1',
|
||||
androidstudio: '#A5D6A7'
|
||||
};
|
||||
|
||||
const osColors = {
|
||||
windows: '#A0C4FF',
|
||||
"windows-shitc": "#A0C4FF",
|
||||
arch: '#89CFF0',
|
||||
macos: '#C0C0C0',
|
||||
linux: '#B0D8A6',
|
||||
ubuntu: '#F4A261',
|
||||
fedora: '#90CAF9',
|
||||
debian: '#D8BFD8'
|
||||
};
|
||||
|
||||
const projectColors = [
|
||||
'#A8DADC',
|
||||
'#FFD6A5',
|
||||
'#FFAAA7',
|
||||
'#CDB4DB',
|
||||
'#B5EAEA',
|
||||
'#FFE066',
|
||||
'#6BCB77',
|
||||
'#FF9F1C',
|
||||
'#83C5BE',
|
||||
'#EF476F',
|
||||
'#F7CAC9',
|
||||
'#FDEBD0',
|
||||
'#D0F4DE',
|
||||
'#E4C1F9',
|
||||
'#FFF1B6',
|
||||
'#A0CED9',
|
||||
'#B8D8BA',
|
||||
'#FFBCBC',
|
||||
'#E2F0CB',
|
||||
'#F5E6E8',
|
||||
'#C9D6DF'
|
||||
];
|
||||
|
||||
const categoryColors = {
|
||||
coding: '#A8DADC',
|
||||
building: '#F4A261',
|
||||
debugging: '#E9C46A'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue