File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ Here are some example uses:
364
364
Putting it all together, the following is a basic setup (essentially a
365
365
pseudo-port of [ LS_COLORS] ( https://github.com/trapd00r/LS_COLORS )
366
366
obtained by inspecting a terminal and approximating colors with
367
- [ Tailwind CSS] ( https://tailwindcss.com/docs/colors/ ) ).
367
+ [ Tailwind CSS] ( https://tailwindcss.com/docs/colors/ ) ).
368
368
369
369
``` scheme
370
370
(use-package dired-rainbow
@@ -390,7 +390,7 @@ obtained by inspecting a terminal and approximating colors with
390
390
(dired-rainbow-define partition "#e3342f" ("dmg" "iso" "bin" "nrg" "qcow" "toast" "vcd" "vmdk" "bak"))
391
391
(dired-rainbow-define vc "#0074d9" ("git" "gitignore" "gitattributes" "gitmodules"))
392
392
(dired-rainbow-define-chmod executable-unix "#38c172" "-.*x.*")
393
- ))
393
+ ))
394
394
```
395
395
396
396
* Note* : the [ 256 color cheat
You can’t perform that action at this time.
0 commit comments