Skip to content

Commit

Permalink
vfmt all the files
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi98 committed Dec 18, 2023
1 parent d8260e4 commit 03eea04
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 deletions config.v
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@ mut:
split_color gx.Color
bgcolor gx.Color
// base00
errorbgcolor gx.Color
errorbgcolor gx.Color
// base08
title_color gx.Color
title_color gx.Color
// base04
cursor_color gx.Color
cursor_color gx.Color
// base05
string_color gx.Color
string_color gx.Color
// base0B
string_cfg gx.TextCfg
key_color gx.Color
string_cfg gx.TextCfg
key_color gx.Color
// base0E
key_cfg gx.TextCfg
lit_color gx.Color
key_cfg gx.TextCfg
lit_color gx.Color
// base0E
lit_cfg gx.TextCfg
text_color gx.Color
lit_cfg gx.TextCfg
text_color gx.Color
// base05
txt_cfg gx.TextCfg
comment_color gx.Color
txt_cfg gx.TextCfg
comment_color gx.Color
// base03
comment_cfg gx.TextCfg
file_name_color gx.Color
Expand All @@ -61,15 +61,15 @@ mut:
minus_cfg gx.TextCfg
line_nr_color gx.Color
// base01
line_nr_cfg gx.TextCfg
green_color gx.Color
line_nr_cfg gx.TextCfg
green_color gx.Color
// base0B
green_cfg gx.TextCfg
red_color gx.Color
green_cfg gx.TextCfg
red_color gx.Color
// base08
red_cfg gx.TextCfg
disable_mouse bool
disable_fmt bool
red_cfg gx.TextCfg
disable_mouse bool
disable_fmt bool
}

fn (mut config Config) set_settings(path string) {
Expand Down
8 changes: 4 additions & 4 deletions timer.v
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ const color_neutral = gx.rgb(39, 195, 221)

struct Timer {
mut:
gg &gg.Context = unsafe { nil }
tasks []Task
date time.Time
gg &gg.Context = unsafe { nil }
tasks []Task
date time.Time
// the day being shown
pom_start i64
pom_start i64
// unix time
pom_is_started bool
}
Expand Down

0 comments on commit 03eea04

Please sign in to comment.