Files
Scripts/.nanorc
Christian Ohlsson c7928290f2 Create .nanorc with Dracula theme settings
Added a configuration file for Nano with Dracula theme settings optimized for PowerShell.
2026-02-05 12:19:02 +01:00

58 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
########################################
## Nano - Dracula (PowerShell-optimerad)
########################################
include "/usr/share/nano/*.nanorc"
## Beteende
set linenumbers
set constantshow
set softwrap
set atblanks
set autoindent
set indicator
set tabsize 3
set tabstospaces
set trimblanks
set quickblank
set historylog
set positionlog
## Navigation
set smarthome
set multibuffer
set mouse
## UI / Dracula-inspirerat (anpassat för Windows färgpalett)
set titlecolor brightwhite,blue
set statuscolor brightwhite,black
set promptcolor brightmagenta,black
set errorcolor brightwhite,red
## Markering “Dracula selection” känsla
set selectedcolor brightwhite,magenta
## Radnummer & funktionstexter
set numbercolor brightcyan,black
set keycolor brightyellow,black
set functioncolor brightgreen,black
## Stripes diskret
set stripecolor ,black
########################################
## Globala markeringar (fungerar i Nano 8.4)
########################################
## Trailing spaces
#extendsyntax ".*" color brightred " +$"
## TODO / FIX / NOTE / HACK
#extendsyntax ".*" color brightcyan "(TODO|FIXME|NOTE|HACK)(:)?"
## Markera långa rader >120 tecken
#extendsyntax ".*" color brightyellow "^(.*){121,}$"
## Markera indrag (eftersom du kör tabstospaces)
#extendsyntax ".*" color brightmagenta "^[ ]+"