A spin of Alpine Linux for my personal usage
at main 680 B view raw
1[colors.bright] 2black = "0x100F0F" 3blue = "0x4385BE" 4cyan = "0x3AA99F" 5green = "0x879A39" 6magenta = "0xCE5D97" 7red = "0xD14D41" 8white = "0xFFFCF0" 9yellow = "0xD0A215" 10 11[colors.cursor] 12cursor = "0xFFFCF0" 13text = "0xFFFCF0" 14 15[colors.dim] 16black = "0x100F0F" 17blue = "0x205EA6" 18cyan = "0x24837B" 19green = "0x66800B" 20magenta = "0xA02F6F" 21red = "0xAF3029" 22white = "0xFFFCF0" 23yellow = "0xAD8301" 24 25[colors.normal] 26black = "0x100F0F" 27blue = "0x205EA6" 28cyan = "0x24837B" 29green = "0x66800B" 30magenta = "0xA02F6F" 31red = "0xAF3029" 32white = "0xFFFCF0" 33yellow = "0xAD8301" 34 35[colors.primary] 36background = "0x282726" 37bright_foreground = "0xFFFCF0" 38dim_foreground = "0xFFFCF0" 39foreground = "0xFFFCF0"