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

Add basic programmer's colors #23

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 64 additions & 1 deletion src/dir_colors
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2017-present Sven Greb <[email protected]>

# Project: Nord dircolors
# Version: 0.2.0
# Version: 0.3.0
# Repository: https://github.com/arcticicestudio/nord-dircolors
# License: MIT

Expand Down Expand Up @@ -178,7 +178,19 @@ STICKY 04;37;44
.cmd 01;36
.com 01;36
.exe 01;36
.ps1 01;36
.psm1 01;36
.reg 01;36
.sh 01;36

#+--- Installable or indirectly executable files ---+
.woff 36
.woff2 36
.eot 36
.otf 36
.ttf 36
.jar 36
.apk 36

#+--- Ignores ---+
*~ 02;37
Expand All @@ -193,6 +205,11 @@ STICKY 04;37;44
.swo 02;37
.swp 02;37

#+--- Binary files ---+
.dll 02;37
.so 02;37
.o 02;37

#+--- Images ---+
.bmp 32
.cgm 32
Expand Down Expand Up @@ -254,3 +271,49 @@ STICKY 04;37;44
.vob 32
.webm 32
.wmv 32

#+--- Source code files ---+
.cc 32
.cpp 32
.cs 32
.fs 32
.go 32
.h 32
.htm 32
.html 32
.java 32
.js 32
.jsx 32
.lua 32
.m 32
.pug 32
.py 32
.rs 32
.scala 32
.swift 32
.ts 32
.tsx 32

#+--- Project-like files with source code ---+
.csproj 31
.vcxproj 31
.sfproj 31
.deployproj 31
.sln 31

#+--- Text and configuration files ---+
.csv 33
.json 33
.md 33
.nuspec 33
.txt 33
.xml 33
.yaml 33
.yml 33
.toml 33

#+--- Stylesheets ---+
.css 35
.scss 35
.sass 35
.less 35