mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00

Add `posting` to terminal utilities package set and configure two Catppuccin Macchiato color scheme variants (mauve and teal) for the tool.
39 lines
978 B
YAML
39 lines
978 B
YAML
name: "catppuccin-macchiato-mauve"
|
|
primary: "#c6a0f6" # buttons, fixed table columns
|
|
secondary: "#c6a0f6" # method selector, some minor labels
|
|
accent: "#e3cffb" # header text, scrollbars, cursors, focus highlights
|
|
background: "#24273a" # background colors
|
|
surface: "#363a4f" # panels, etc
|
|
error: "#ed8796" # error messages
|
|
success: "#a6da95" # success messages
|
|
warning: "#eed49f" # warning messages
|
|
dark: "true"
|
|
|
|
text_area:
|
|
cursor: "reverse #f4dbd6"
|
|
cursor_line: "underline #cad3f5"
|
|
selection: "reverse #939ab7"
|
|
gutter: "bold #a6da95"
|
|
matched_bracket: "reverse #b8c0e0"
|
|
|
|
url:
|
|
base: "italic #8aadf4"
|
|
protocol: "bold #8bd5ca"
|
|
separator: "#cad3f5"
|
|
|
|
syntax:
|
|
json_key: "italic #8aadf4"
|
|
json_number: "#f5a97f"
|
|
json_string: "#a6da95"
|
|
json_boolean: "#91d7e3"
|
|
json_null: "#939ab7"
|
|
|
|
method:
|
|
get: "bold #8aadf4"
|
|
post: "bold #a6da95"
|
|
put: "bold #eed49f"
|
|
delete: "bold #ed8796"
|
|
patch: "bold #8bd5ca"
|
|
options: "bold #b7bdf8"
|
|
head: "bold #c6a0f6"
|