💾 Archived View for soviet.circumlunar.space › dsfadsfgafgf › txt › c64.txt captured on 2024-02-05 at 09:51:26.

View Raw

More Information

⬅️ Previous capture (2023-12-28)

-=-=-=-=-=-=-

##################

DWM Colours

static const char col_gray1[]       = "#0088ff"; //bar bg colour
static const char col_blue1[]       = "#0000aa";  /* window unselected border colour */
static const char col_silver[]      = "#cc44cc"; /* bar selected desktop txt colour */
static const char col_gray3[]       = "#eff1f5"; //dmenu input txt colour
static const char col_gray4[]       = "#0088ff"; // bar bg colour
static const char col_pink1[]       = "#eff1f5"; /* bar txt + selected window colour */

#################

Amfora theme

[theme]
bg = "#0088ff"
tab_num = "#0000aa"
tab_divider = "#0088ff"
bottombar_label = "#eff1f5"
bottombar_text = "#eff1f5"
bottombar_bg = "#0000aa"
scrollbar = "#eff1f5"
hdg_1 = "#0000aa"
hdg_2 = "#0000aa"
hdg_3 = "#0000aa"
amfora_link = "#eeee77"
foreign_link = "#dd8855"
link_number = "#aaff66"
regular_text = "#eff1f5"
quote_text = "#e0def4"
preformatted_text = "#bbbbbb"
list_text = "#e0def4"
btn_bg = "#664400"
btn_text = "#e0def4"
dl_choice_modal_bg = "#0000aa"
dl_choice_modal_text = "#e0def4"
dl_modal_bg = "#0000aa"
dl_modal_text = "#e0def4"
info_modal_bg = "#0000aa"
info_modal_text = "#e0def4"
error_modal_bg = "#0000aa"
error_modal_text = "#ff7777"
yesno_modal_bg = "#0000aa"
yesno_modal_text = "#e0def4"
tofu_modal_bg = "#0000aa"
tofu_modal_text = "#e0def4"
subscription_modal_bg = "#0000aa"
subscription_modal_text = "#e0def4"
input_modal_bg = "#0000aa"
input_modal_text = "#e0def4"
input_modal_field_bg = "#0000aa"
input_modal_field_text = "#e0def4"
bkmk_modal_bg = "#0000aa"
bkmk_modal_text = "#e0def4"
bkmk_modal_label = "#880000"
bkmk_modal_field_bg = "#0000aa"
bkmk_modal_field_text = "#e0def4"

#################

Alacritty theme

window:
  padding:
    x: 20
    y: 20
  dynamic_padding: true
font:
  normal:
    family: Commodore64Rounded
    style:

  bold:
    family: Commodore64Rounded
    style: Bold

  italic:
    family: Commodore64Angled
    style: Italic

  bold_italic:
    family: Commodore64Angled
    style: Bold Italic

  size: 14
colors:
  name: c64
  author: Blake Draylon
  primary:
    background: "#0088FF"
    foreground: "#eff1f5"
  cursor:
    text: "#0088ff"
    cursor: "#eff1f5"
    hide_when_typing: true
  normal:
    black: "#000000"
    red: "#880000"
    green: "#00cc55"
    yellow: "#eeee77"
    blue: "#0000AA"
    magenta: "#cc44cc"
    cyan: "#AAFFEE"
    white: "#eff1f5"
  bright:
    black: "#000000"
    red: "#FF7777"
    green: "#aaff66"
    yellow: "#eeee77"
    blue: "#0088ff"
    magenta: "#cc44cc"
    cyan: "#AAFFEE"
    white: "#ffffff"