mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
feat(terminal-utils): 📦 Add posting CLI tool
Add `posting` to terminal utilities package set and configure two Catppuccin Macchiato color scheme variants (mauve and teal) for the tool.
This commit is contained in:
1
home/.config/posting/config.yaml
Normal file
1
home/.config/posting/config.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme: "catppuccin-macchiato-teal"
|
@@ -0,0 +1,38 @@
|
|||||||
|
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"
|
@@ -0,0 +1,38 @@
|
|||||||
|
name: "catppuccin-macchiato-teal"
|
||||||
|
primary: "#8bd5ca" # buttons, fixed table columns
|
||||||
|
secondary: "#8bd5ca" # method selector, some minor labels
|
||||||
|
accent: "#b1e3db" # 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"
|
@@ -11,6 +11,7 @@
|
|||||||
delta
|
delta
|
||||||
sqlx-cli
|
sqlx-cli
|
||||||
mermaid-cli
|
mermaid-cli
|
||||||
|
posting
|
||||||
license-generator
|
license-generator
|
||||||
git-ignore
|
git-ignore
|
||||||
gitleaks
|
gitleaks
|
||||||
|
Reference in New Issue
Block a user